Skip to content

Commit e0c1195

Browse files
committed
Added client's icons and tool buttons for 'SendMessage' and 'Scanner' dialogs
1 parent 356d8e4 commit e0c1195

File tree

4 files changed

+14
-0
lines changed

4 files changed

+14
-0
lines changed

src/client/gui/client_rsc.qrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
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>

src/client/gui/client_ui.ui

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,9 @@
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">
@@ -452,6 +455,10 @@
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>
@@ -551,6 +558,10 @@
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>

src/client/gui/icons/scanner.png

45.5 KB
Loading
20.8 KB
Loading

0 commit comments

Comments
 (0)