Add icons to some buttons in the main installation dialog.
Change-Id: I82f4f68af00ea10191403ee716e3835c1e151319
This commit is contained in:
parent
9e2eb6243f
commit
4a9ba12ca7
3 changed files with 9 additions and 0 deletions
|
@ -176,6 +176,10 @@
|
|||
<property name="text">
|
||||
<string>Customize</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="../rbutilqt.qrc">
|
||||
<normaloff>:/icons/preferences-system.png</normaloff>:/icons/preferences-system.png</iconset>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="3" column="0">
|
||||
|
@ -245,6 +249,10 @@
|
|||
<property name="text">
|
||||
<string>&Install</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="../rbutilqt.qrc">
|
||||
<normaloff>:/icons/package-x-generic.png</normaloff>:/icons/package-x-generic.png</iconset>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
|
|
BIN
rbutil/rbutilqt/icons/preferences-system.png
Normal file
BIN
rbutil/rbutilqt/icons/preferences-system.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 611 B |
|
@ -23,6 +23,7 @@
|
|||
<file>icons/network-idle.png</file>
|
||||
<file>icons/package-x-generic.png</file>
|
||||
<file>icons/preferences-desktop-locale.png</file>
|
||||
<file>icons/preferences-system.png</file>
|
||||
<file>icons/process-stop.png</file>
|
||||
<file>icons/rbinstall_btn.png</file>
|
||||
<file>icons/rblogo.png</file>
|
||||
|
|
Loading…
Reference in a new issue