Desktop program with Jolla background also
This commit is contained in:
parent
ee4395717c
commit
17068c8c18
4 changed files with 10 additions and 4 deletions
Before Width: | Height: | Size: 157 KiB After Width: | Height: | Size: 157 KiB |
|
@ -1,5 +1,6 @@
|
||||||
<!DOCTYPE RCC><RCC version="1.0">
|
<!DOCTYPE RCC><RCC version="1.0">
|
||||||
<qresource prefix="/images/">
|
<qresource prefix="/images/">
|
||||||
<file>icon-m-pause.svg</file>
|
<file>icon-m-pause.svg</file>
|
||||||
|
<file>bg_portrait.png</file>
|
||||||
</qresource>
|
</qresource>
|
||||||
</RCC>
|
</RCC>
|
||||||
|
|
|
@ -41,10 +41,15 @@ Item {
|
||||||
id: theme
|
id: theme
|
||||||
}
|
}
|
||||||
|
|
||||||
TunerScreen {
|
Image {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
theme: theme
|
source: "../images/bg_portrait.png"
|
||||||
tuner: tuner
|
|
||||||
|
TunerScreen {
|
||||||
|
anchors.fill: parent
|
||||||
|
theme: theme
|
||||||
|
tuner: tuner
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
MouseArea {
|
MouseArea {
|
||||||
|
|
|
@ -26,7 +26,7 @@ Image {
|
||||||
width: 800
|
width: 800
|
||||||
height: 400
|
height: 400
|
||||||
|
|
||||||
source: "../images/bg_portait.png"
|
source: "../images/bg_portrait.png"
|
||||||
|
|
||||||
DesktopTheme {
|
DesktopTheme {
|
||||||
id: theme
|
id: theme
|
||||||
|
|
Loading…
Reference in a new issue