1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-19 23:39:42 +01:00

[whatsnews] Add Beats Music image

This commit is contained in:
Uwe L. Korn 2014-07-10 17:10:32 +01:00
parent 6b7a903634
commit 48b25d8053
3 changed files with 33 additions and 3 deletions

View File

@ -1029,6 +1029,22 @@ border-color: #ccc;
</widget>
</item>
<item>
<spacer name="verticalSpacer_8">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::MinimumExpanding</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item alignment="Qt::AlignHCenter">
<widget class="QLabel" name="label_8">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
@ -1036,11 +1052,24 @@ border-color: #ccc;
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Display an Image here</string>
<property name="pixmap">
<pixmap resource="resources.qrc">:/whatsnew_0_8/data/images/beatsmusic.png</pixmap>
</property>
</widget>
</item>
<item>
<spacer name="verticalSpacer_9">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<widget class="QWidget" name="gmusicPage">
@ -1278,7 +1307,7 @@ border-color: #ccc;
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>20</height>
<height>10</height>
</size>
</property>
</spacer>

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

View File

@ -4,5 +4,6 @@
<file>data/images/universal-link-icon.png</file>
<file>data/images/universal-link-network.png</file>
<file>data/images/trending.png</file>
<file>data/images/beatsmusic.png</file>
</qresource>
</RCC>