1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-13 20:41:58 +02:00

Make Whats New page look like the designs. Mostly.

This commit is contained in:
Jason Herskowitz 2014-09-22 13:36:57 -04:00
parent 552f1b17dc
commit 0b3a57b575
9 changed files with 29 additions and 33 deletions

View File

@ -233,17 +233,14 @@ border-color: #ccc;
</item>
<item>
<widget class="QLabel" name="linkImage">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="resources.qrc">:/whatsnew_0_8/data/images/universal-link-network.png</pixmap>
<pixmap resource="resources.qrc">:/whatsnew_0_8/data/images/link-banner.png</pixmap>
</property>
<property name="scaledContents">
<bool>false</bool>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
@ -280,11 +277,14 @@ border-color: #ccc;
</sizepolicy>
</property>
<property name="pixmap">
<pixmap resource="resources.qrc">:/whatsnew_0_8/data/images/beatsmusic.png</pixmap>
<pixmap resource="resources.qrc">:/whatsnew_0_8/data/images/beats-banner.png</pixmap>
</property>
<property name="scaledContents">
<bool>false</bool>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
@ -313,17 +313,14 @@ border-color: #ccc;
</item>
<item>
<widget class="QLabel" name="googleImage">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="resources.qrc">:/whatsnew_0_8/data/images/gmusic-banner.png</pixmap>
<pixmap resource="resources.qrc">:/whatsnew_0_8/data/images/google-banner.png</pixmap>
</property>
<property name="scaledContents">
<bool>false</bool>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
@ -353,17 +350,14 @@ border-color: #ccc;
</item>
<item>
<widget class="QLabel" name="androidImage">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="resources.qrc">:/whatsnew_0_8/data/images/tomahawk-android.png</pixmap>
<pixmap resource="resources.qrc">:/whatsnew_0_8/data/images/android-banner.png</pixmap>
</property>
<property name="scaledContents">
<bool>false</bool>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
@ -396,17 +390,14 @@ border-color: #ccc;
</item>
<item>
<widget class="QLabel" name="networkImage">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="resources.qrc">:/whatsnew_0_8/data/images/networking.png</pixmap>
<pixmap resource="resources.qrc">:/whatsnew_0_8/data/images/ipv6-banner.png</pixmap>
</property>
<property name="scaledContents">
<bool>false</bool>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 268 KiB

After

Width:  |  Height:  |  Size: 73 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View File

@ -18,5 +18,10 @@
<file>data/images/beatsbutton.png</file>
<file>data/images/networkbutton.png</file>
<file>data/images/inboxbutton.png</file>
<file>data/images/ipv6-banner.png</file>
<file>data/images/android-banner.png</file>
<file>data/images/google-banner.png</file>
<file>data/images/beats-banner.png</file>
<file>data/images/link-banner.png</file>
</qresource>
</RCC>