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

[whatsnew] Update Design graphics

This commit is contained in:
Uwe L. Korn 2014-07-10 21:11:28 +01:00
parent ccde7ead0c
commit cb55c5c820
5 changed files with 46 additions and 6 deletions

View File

@ -574,6 +574,12 @@ color: grey;</string>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="resources.qrc">:/whatsnew_0_8/data/images/design.png</pixmap>
</property>
<property name="scaledContents">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
@ -682,7 +688,7 @@ background-color:#292f34;
</string>
</property>
<property name="currentIndex">
<number>5</number>
<number>6</number>
</property>
<widget class="QWidget" name="inboxPage">
<property name="styleSheet">
@ -1188,6 +1194,22 @@ border-color: #ccc;
</widget>
</item>
<item>
<spacer name="verticalSpacer_15">
<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_14">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
@ -1195,11 +1217,30 @@ border-color: #ccc;
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Display an Image here</string>
<property name="styleSheet">
<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/design-screenshot.png</pixmap>
</property>
</widget>
</item>
<item>
<spacer name="verticalSpacer_14">
<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="hatchetPage">

View File

@ -142,9 +142,6 @@ WhatsNewWidget_0_8::WhatsNewWidget_0_8( QWidget* parent )
}
{
QPixmap designPixmap = ImageRegistry::instance()->pixmap( RESPATH "images/new-additions.svg", QSize( 64, 64 ) );
ui->designBoxImage->setPixmap( designPixmap );
connect( ui->designBoxHeader, SIGNAL( clicked() ), SLOT( designBoxClicked() ) );
connect( ui->designBoxImage, SIGNAL( clicked() ), SLOT( designBoxClicked() ) );
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 164 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -7,5 +7,7 @@
<file>data/images/beatsmusic.png</file>
<file>data/images/gmusic.png</file>
<file>data/images/gmusic-banner.png</file>
<file>data/images/design.png</file>
<file>data/images/design-screenshot.png</file>
</qresource>
</RCC>