mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-18 23:09:42 +01:00
[whatsnew] Add Android graphics
This commit is contained in:
parent
cb55c5c820
commit
78546321e8
@ -646,6 +646,12 @@ color: grey;</string>
|
||||
<property name="text">
|
||||
<string/>
|
||||
</property>
|
||||
<property name="pixmap">
|
||||
<pixmap resource="resources.qrc">:/whatsnew_0_8/data/images/android.png</pixmap>
|
||||
</property>
|
||||
<property name="scaledContents">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
@ -688,7 +694,7 @@ background-color:#292f34;
|
||||
</string>
|
||||
</property>
|
||||
<property name="currentIndex">
|
||||
<number>6</number>
|
||||
<number>0</number>
|
||||
</property>
|
||||
<widget class="QWidget" name="inboxPage">
|
||||
<property name="styleSheet">
|
||||
@ -1276,7 +1282,7 @@ border-color: #ccc;</string>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Tomahawk for Android is now in beta! The majority of the same resolvers are supported in the Android app - plus a couple of additional ones in Rdio &amp; Deezer. Create a Hatchet account to sync all of your playlists from your desktop to your mobile. Find current and future music influencers with Hatchet accounts (from across a range of music service providers) and follow them to discover and hear what they love. Even when you are listening to other music apps, Tomahawk can capture all of that playback data and add it to your Hatchet profile.</string>
|
||||
<string><html><head/><body><p>Tomahawk for Android is now in beta! The majority of the same resolvers are supported in the Android app - plus a couple of additional ones in Rdio &amp; Deezer. Create a <a href="https://hatchet.is/"><span style=" text-decoration: underline; color:#fff;">Hatchet</span></a> account to sync all of your playlists from your desktop to your mobile. Find current and future music influencers with Hatchet accounts (from across a range of music service providers) and follow them to discover and hear what they love. Even when you are listening to other music apps, Tomahawk can capture all of that playback data and add it to your Hatchet profile.</p></body></html></string>
|
||||
</property>
|
||||
<property name="scaledContents">
|
||||
<bool>false</bool>
|
||||
@ -1286,7 +1292,7 @@ border-color: #ccc;</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<item alignment="Qt::AlignHCenter">
|
||||
<widget class="QLabel" name="label_18">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
||||
@ -1295,10 +1301,26 @@ border-color: #ccc;</string>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Display an Image here</string>
|
||||
<string/>
|
||||
</property>
|
||||
<property name="pixmap">
|
||||
<pixmap resource="resources.qrc">:/whatsnew_0_8/data/images/tomahawk-android.png</pixmap>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<spacer name="verticalSpacer_16">
|
||||
<property name="orientation">
|
||||
<enum>Qt::Vertical</enum>
|
||||
</property>
|
||||
<property name="sizeHint" stdset="0">
|
||||
<size>
|
||||
<width>20</width>
|
||||
<height>10</height>
|
||||
</size>
|
||||
</property>
|
||||
</spacer>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
</widget>
|
||||
|
@ -147,9 +147,6 @@ WhatsNewWidget_0_8::WhatsNewWidget_0_8( QWidget* parent )
|
||||
}
|
||||
|
||||
{
|
||||
QPixmap androidPixmap = ImageRegistry::instance()->pixmap( RESPATH "images/new-additions.svg", QSize( 64, 64 ) );
|
||||
ui->androidBoxImage->setPixmap( androidPixmap );
|
||||
|
||||
connect( ui->androidBoxHeader, SIGNAL( clicked() ), SLOT( androidBoxClicked() ) );
|
||||
connect( ui->androidBoxImage, SIGNAL( clicked() ), SLOT( androidBoxClicked() ) );
|
||||
}
|
||||
|
BIN
src/viewpages/whatsnew_0_8/data/images/android.png
Normal file
BIN
src/viewpages/whatsnew_0_8/data/images/android.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.2 KiB |
BIN
src/viewpages/whatsnew_0_8/data/images/tomahawk-android.png
Normal file
BIN
src/viewpages/whatsnew_0_8/data/images/tomahawk-android.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 116 KiB |
@ -9,5 +9,7 @@
|
||||
<file>data/images/gmusic-banner.png</file>
|
||||
<file>data/images/design.png</file>
|
||||
<file>data/images/design-screenshot.png</file>
|
||||
<file>data/images/android.png</file>
|
||||
<file>data/images/tomahawk-android.png</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
Loading…
x
Reference in New Issue
Block a user