File tree Expand file tree Collapse file tree 4 files changed +14
-0
lines changed
Expand file tree Collapse file tree 4 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 11<RCC>
22 <qresource prefix="/client">
33 <file>icons/client.ico</file>
4+ <file>icons/scanner.png</file>
5+ <file>icons/sendmessage.png</file>
46 </qresource>
7+ <qresource prefix="/"/>
58</RCC>
Original file line number Diff line number Diff line change 254254 <addaction name =" actionDataViewNew" />
255255 <addaction name =" actionDataViewItemNew" />
256256 <addaction name =" separator" />
257+ <addaction name =" actionToolsSendMessage" />
258+ <addaction name =" actionToolsScanner" />
259+ <addaction name =" separator" />
257260 <addaction name =" actionRuntimeStartStop" />
258261 </widget >
259262 <action name =" actionFileNew" >
452455 </property >
453456 </action >
454457 <action name =" actionToolsSendMessage" >
458+ <property name =" icon" >
459+ <iconset resource =" client_rsc.qrc" >
460+ <normaloff >:/client/icons/sendmessage.png</normaloff >:/client/icons/sendmessage.png</iconset >
461+ </property >
455462 <property name =" text" >
456463 <string >Send Message ...</string >
457464 </property >
551558 </property >
552559 </action >
553560 <action name =" actionToolsScanner" >
561+ <property name =" icon" >
562+ <iconset resource =" client_rsc.qrc" >
563+ <normaloff >:/client/icons/scanner.png</normaloff >:/client/icons/scanner.png</iconset >
564+ </property >
554565 <property name =" text" >
555566 <string >Scanner...</string >
556567 </property >
You can’t perform that action at this time.
0 commit comments