1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-29 16:50:11 +02:00

[whatsnew] Add trending screenshot

This commit is contained in:
Uwe L. Korn
2014-07-10 13:40:39 +01:00
parent 8ec5995718
commit 6b7a903634
3 changed files with 46 additions and 6 deletions

View File

@@ -7,7 +7,7 @@
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>965</width> <width>965</width>
<height>616</height> <height>660</height>
</rect> </rect>
</property> </property>
<property name="sizePolicy"> <property name="sizePolicy">
@@ -742,7 +742,7 @@ background-color:#292f34;
</string> </string>
</property> </property>
<property name="currentIndex"> <property name="currentIndex">
<number>0</number> <number>2</number>
</property> </property>
<widget class="QWidget" name="inboxPage"> <widget class="QWidget" name="inboxPage">
<property name="styleSheet"> <property name="styleSheet">
@@ -945,18 +945,57 @@ border-color: #ccc;
</widget> </widget>
</item> </item>
<item> <item>
<spacer name="verticalSpacer_6">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Minimum</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_6"> <widget class="QLabel" name="label_6">
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed"> <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch> <horstretch>0</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="text"> <property name="styleSheet">
<string>Display an Image here</string> <string notr="true">border-width: 1px;
border-radius: 0px;
border-style: solid;
border-color: #ccc;
</string>
</property>
<property name="pixmap">
<pixmap resource="resources.qrc">:/whatsnew_0_8/data/images/trending.png</pixmap>
</property> </property>
</widget> </widget>
</item> </item>
<item>
<spacer name="verticalSpacer_7">
<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>
</layout> </layout>
</widget> </widget>
<widget class="QWidget" name="beatsPage"> <widget class="QWidget" name="beatsPage">
@@ -1239,7 +1278,7 @@ border-color: #ccc;
<property name="sizeHint" stdset="0"> <property name="sizeHint" stdset="0">
<size> <size>
<width>20</width> <width>20</width>
<height>40</height> <height>20</height>
</size> </size>
</property> </property>
</spacer> </spacer>

Binary file not shown.

After

Width:  |  Height:  |  Size: 124 KiB

View File

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