Add icons to Wikipedia and Songsearch buttons
This commit is contained in:
parent
f54955c43a
commit
dc4b8dafd7
@ -1,8 +1,8 @@
|
||||
<RCC>
|
||||
<qresource prefix="icons">
|
||||
<file alias="wikipedia">btn_wikipedia.png</file>
|
||||
<file alias="songfacts">btn_songfacts.png</file>
|
||||
<file alias="stopsign">stopsign.png</file>
|
||||
<file alias="wikipedia">wikipedia-logo.png</file>
|
||||
<file alias="songsearch">songsearch_icon.png</file>
|
||||
<file alias="fade">icon-fade.png</file>
|
||||
<file alias="play">play_icon-64.jpeg</file>
|
||||
<file alias="search_db">icon_search_database.png</file>
|
||||
|
||||
9033
app/ui/icons_rc.py
9033
app/ui/icons_rc.py
File diff suppressed because it is too large
Load Diff
@ -295,9 +295,13 @@ border: 1px solid rgb(85, 87, 83);</string>
|
||||
<property name="text">
|
||||
<string>Wikipedia</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="icons.qrc">
|
||||
<normaloff>:/icons/wikipedia</normaloff>:/icons/wikipedia</iconset>
|
||||
</property>
|
||||
<property name="iconSize">
|
||||
<size>
|
||||
<width>50</width>
|
||||
<width>30</width>
|
||||
<height>30</height>
|
||||
</size>
|
||||
</property>
|
||||
@ -308,9 +312,13 @@ border: 1px solid rgb(85, 87, 83);</string>
|
||||
<property name="text">
|
||||
<string>Songfacts</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="icons.qrc">
|
||||
<normaloff>:/icons/songsearch</normaloff>:/icons/songsearch</iconset>
|
||||
</property>
|
||||
<property name="iconSize">
|
||||
<size>
|
||||
<width>50</width>
|
||||
<width>30</width>
|
||||
<height>30</height>
|
||||
</size>
|
||||
</property>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user