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">
|
||||
<qresource prefix="/images/">
|
||||
<file>icon-m-pause.svg</file>
|
||||
<file>bg_portrait.png</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -26,7 +26,7 @@ Image {
|
|||
width: 800
|
||||
height: 400
|
||||
|
||||
source: "../images/bg_portait.png"
|
||||
source: "../images/bg_portrait.png"
|
||||
|
||||
DesktopTheme {
|
||||
id: theme
|
||||
|
|
Loading…
Reference in a new issue