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

[whatsnew] Add GMusic images

This commit is contained in:
Uwe L. Korn 2014-07-10 20:58:39 +01:00
parent d89ae2ae8a
commit 300b628398
4 changed files with 45 additions and 5 deletions

View File

@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>965</width>
<height>660</height>
<height>600</height>
</rect>
</property>
<property name="sizePolicy">
@ -48,7 +48,7 @@
<number>0</number>
</property>
<property name="bottomMargin">
<number>16</number>
<number>0</number>
</property>
<item>
<layout class="QVBoxLayout" name="verticalLayout_2">
@ -436,6 +436,12 @@ color: grey;</string>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="resources.qrc">:/whatsnew_0_8/data/images/gmusic.png</pixmap>
</property>
<property name="scaledContents">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
@ -676,7 +682,7 @@ background-color:#292f34;
</string>
</property>
<property name="currentIndex">
<number>0</number>
<number>4</number>
</property>
<widget class="QWidget" name="inboxPage">
<property name="styleSheet">
@ -1037,6 +1043,22 @@ border-color: #ccc;
</widget>
</item>
<item>
<spacer name="verticalSpacer_10">
<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_10">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
@ -1044,11 +1066,24 @@ border-color: #ccc;
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Google Music is another of our latest supported services - both for the music youve uploaded to Google Music as well as their full streaming catalog for Google Play Music All Access subscribers. Every song and playlist that you search and add to Tomahawk can now be streamed from you Google Play Music account</string>
<property name="pixmap">
<pixmap resource="resources.qrc">:/whatsnew_0_8/data/images/gmusic-banner.png</pixmap>
</property>
</widget>
</item>
<item>
<spacer name="verticalSpacer_11">
<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="networkingPage">
@ -1206,6 +1241,9 @@ border-color: #ccc;
<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>

Binary file not shown.

After

Width:  |  Height:  |  Size: 138 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB

View File

@ -5,5 +5,7 @@
<file>data/images/universal-link-network.png</file>
<file>data/images/trending.png</file>
<file>data/images/beatsmusic.png</file>
<file>data/images/gmusic.png</file>
<file>data/images/gmusic-banner.png</file>
</qresource>
</RCC>