Desktop program with Jolla background also

This commit is contained in:
Louis-Joseph Fournier 2016-01-09 10:12:16 +01:00
parent ee4395717c
commit 17068c8c18
4 changed files with 10 additions and 4 deletions

View file

Before

Width:  |  Height:  |  Size: 157 KiB

After

Width:  |  Height:  |  Size: 157 KiB

View file

@ -1,5 +1,6 @@
<!DOCTYPE RCC><RCC version="1.0">
<qresource prefix="/images/">
<file>icon-m-pause.svg</file>
<file>bg_portrait.png</file>
</qresource>
</RCC>

View file

@ -41,11 +41,16 @@ Item {
id: theme
}
Image {
anchors.fill: parent
source: "../images/bg_portrait.png"
TunerScreen {
anchors.fill: parent
theme: theme
tuner: tuner
}
}
MouseArea {
anchors.fill: parent

View file

@ -26,7 +26,7 @@ Image {
width: 800
height: 400
source: "../images/bg_portait.png"
source: "../images/bg_portrait.png"
DesktopTheme {
id: theme