mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-18 23:09:42 +01:00
[whatsnew] Add inbox image
This commit is contained in:
parent
4560256f9d
commit
62ef7e654d
@ -736,7 +736,7 @@ background-color:#292f34;
|
||||
</string>
|
||||
</property>
|
||||
<property name="currentIndex">
|
||||
<number>8</number>
|
||||
<number>0</number>
|
||||
</property>
|
||||
<widget class="QWidget" name="inboxPage">
|
||||
<property name="styleSheet">
|
||||
@ -769,6 +769,19 @@ background-color:#292f34;
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<spacer name="verticalSpacer_2">
|
||||
<property name="orientation">
|
||||
<enum>Qt::Vertical</enum>
|
||||
</property>
|
||||
<property name="sizeHint" stdset="0">
|
||||
<size>
|
||||
<width>20</width>
|
||||
<height>40</height>
|
||||
</size>
|
||||
</property>
|
||||
</spacer>
|
||||
</item>
|
||||
<item alignment="Qt::AlignHCenter">
|
||||
<widget class="QLabel" name="label">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
||||
@ -777,7 +790,10 @@ background-color:#292f34;
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Display an Image about inbox here</string>
|
||||
<string/>
|
||||
</property>
|
||||
<property name="pixmap">
|
||||
<pixmap resource="resources.qrc">:/whatsnew_0_8/data/images/inbox-screenshot.png</pixmap>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@ -1198,6 +1214,8 @@ background-color:#292f34;
|
||||
<header location="global">widgets/ClickableLabel.h</header>
|
||||
</customwidget>
|
||||
</customwidgets>
|
||||
<resources/>
|
||||
<resources>
|
||||
<include location="resources.qrc"/>
|
||||
</resources>
|
||||
<connections/>
|
||||
</ui>
|
||||
|
BIN
src/viewpages/whatsnew_0_8/data/images/inbox-screenshot.png
Normal file
BIN
src/viewpages/whatsnew_0_8/data/images/inbox-screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 39 KiB |
5
src/viewpages/whatsnew_0_8/resources.qrc
Normal file
5
src/viewpages/whatsnew_0_8/resources.qrc
Normal file
@ -0,0 +1,5 @@
|
||||
<RCC>
|
||||
<qresource prefix="/whatsnew_0_8">
|
||||
<file>data/images/inbox-screenshot.png</file>
|
||||
</qresource>
|
||||
</RCC>
|
Loading…
x
Reference in New Issue
Block a user