Add Wikipedia and Songfacts buttons

This commit is contained in:
Keith Edmunds 2021-05-02 10:36:25 +01:00
parent ca995c8794
commit 74eac83c82
7 changed files with 4706 additions and 3939 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

BIN
app/ui/btn_songfacts.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

BIN
app/ui/btn_wikipedia.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

@ -1,5 +1,7 @@
<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="fade">icon-fade.png</file>
<file alias="play">play_icon-64.jpeg</file>

File diff suppressed because it is too large Load Diff

View File

@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>989</width>
<height>636</height>
<width>1114</width>
<height>857</height>
</rect>
</property>
<property name="windowTitle">
@ -290,6 +290,45 @@ border: 1px solid rgb(85, 87, 83);</string>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="btnWikipedia">
<property name="text">
<string>Wikipedia</string>
</property>
<property name="iconSize">
<size>
<width>50</width>
<height>30</height>
</size>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btnSongfacts">
<property name="text">
<string>Songfacts</string>
</property>
<property name="iconSize">
<size>
<width>50</width>
<height>30</height>
</size>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_4">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>70</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="btnFade">
<property name="text">
@ -378,46 +417,12 @@ border: 1px solid rgb(85, 87, 83);</string>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>68</width>
<width>69</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="btnPrevious">
<property name="text">
<string>Previous</string>
</property>
<property name="icon">
<iconset resource="icons.qrc">
<normaloff>:/icons/previous</normaloff>:/icons/previous</iconset>
</property>
<property name="iconSize">
<size>
<width>30</width>
<height>30</height>
</size>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btnSkipNext">
<property name="text">
<string>Skip next</string>
</property>
<property name="icon">
<iconset resource="icons.qrc">
<normaloff>:/icons/next</normaloff>:/icons/next</iconset>
</property>
<property name="iconSize">
<size>
<width>30</width>
<height>30</height>
</size>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btnStop">
<property name="text">
@ -737,7 +742,7 @@ border: 1px solid rgb(85, 87, 83);</string>
<rect>
<x>0</x>
<y>0</y>
<width>989</width>
<width>1114</width>
<height>18</height>
</rect>
</property>
@ -864,7 +869,7 @@ border: 1px solid rgb(85, 87, 83);</string>
</action>
<action name="action_Clear_selection">
<property name="text">
<string>&amp;Clear selection</string>
<string>Clear &amp;selection</string>
</property>
<property name="shortcut">
<string>Esc</string>

BIN
app/ui/songfacts_logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB