forked from len0rd/rockbox
Add Save icon and add a note to the about dialog about the origin of the icons. Should have been there much earlier ...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22353 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
576793a637
commit
9db05403bd
6 changed files with 57 additions and 68 deletions
|
|
@ -13,7 +13,7 @@
|
|||
<string>System Trace</string>
|
||||
</property>
|
||||
<layout class="QGridLayout" name="gridLayout" >
|
||||
<item row="0" column="1" colspan="4" >
|
||||
<item row="0" column="0" colspan="5" >
|
||||
<widget class="QLabel" name="label" >
|
||||
<property name="text" >
|
||||
<string>System State trace</string>
|
||||
|
|
@ -55,6 +55,10 @@
|
|||
<property name="text" >
|
||||
<string>&Save</string>
|
||||
</property>
|
||||
<property name="icon" >
|
||||
<iconset resource="rbutilqt.qrc" >
|
||||
<normaloff>:/icons/document-save.png</normaloff>:/icons/document-save.png</iconset>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="2" column="0" >
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue