mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
[whatsnew] Update Design graphics
This commit is contained in:
@@ -574,6 +574,12 @@ color: grey;</string>
|
|||||||
<property name="text">
|
<property name="text">
|
||||||
<string/>
|
<string/>
|
||||||
</property>
|
</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>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
@@ -682,7 +688,7 @@ background-color:#292f34;
|
|||||||
</string>
|
</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="currentIndex">
|
<property name="currentIndex">
|
||||||
<number>5</number>
|
<number>6</number>
|
||||||
</property>
|
</property>
|
||||||
<widget class="QWidget" name="inboxPage">
|
<widget class="QWidget" name="inboxPage">
|
||||||
<property name="styleSheet">
|
<property name="styleSheet">
|
||||||
@@ -1188,6 +1194,22 @@ border-color: #ccc;
|
|||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<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">
|
<widget class="QLabel" name="label_14">
|
||||||
<property name="sizePolicy">
|
<property name="sizePolicy">
|
||||||
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
||||||
@@ -1195,11 +1217,30 @@ border-color: #ccc;
|
|||||||
<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/design-screenshot.png</pixmap>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</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>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QWidget" name="hatchetPage">
|
<widget class="QWidget" name="hatchetPage">
|
||||||
|
@@ -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->designBoxHeader, SIGNAL( clicked() ), SLOT( designBoxClicked() ) );
|
||||||
connect( ui->designBoxImage, SIGNAL( clicked() ), SLOT( designBoxClicked() ) );
|
connect( ui->designBoxImage, SIGNAL( clicked() ), SLOT( designBoxClicked() ) );
|
||||||
}
|
}
|
||||||
|
BIN
src/viewpages/whatsnew_0_8/data/images/design-screenshot.png
Normal file
BIN
src/viewpages/whatsnew_0_8/data/images/design-screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 164 KiB |
BIN
src/viewpages/whatsnew_0_8/data/images/design.png
Normal file
BIN
src/viewpages/whatsnew_0_8/data/images/design.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
@@ -7,5 +7,7 @@
|
|||||||
<file>data/images/beatsmusic.png</file>
|
<file>data/images/beatsmusic.png</file>
|
||||||
<file>data/images/gmusic.png</file>
|
<file>data/images/gmusic.png</file>
|
||||||
<file>data/images/gmusic-banner.png</file>
|
<file>data/images/gmusic-banner.png</file>
|
||||||
|
<file>data/images/design.png</file>
|
||||||
|
<file>data/images/design-screenshot.png</file>
|
||||||
</qresource>
|
</qresource>
|
||||||
</RCC>
|
</RCC>
|
||||||
|
Reference in New Issue
Block a user