Desktop scene with Jolla background to work with
This commit is contained in:
parent
19deb2fc36
commit
64f19c7aa9
4 changed files with 10 additions and 8 deletions
BIN
images/bg_landscape.png
Normal file
BIN
images/bg_landscape.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 161 KiB |
BIN
images/bg_portait.png
Normal file
BIN
images/bg_portait.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 157 KiB |
|
@ -18,15 +18,15 @@
|
|||
import QtQuick 2.0
|
||||
|
||||
Item {
|
||||
property color primaryColor: "#000000"
|
||||
property color secondaryColor: "#777777"
|
||||
property color primaryColor: "#fefefe"
|
||||
property color secondaryColor: "#bbbbbb"
|
||||
property color highlightColor: "#aa4422"
|
||||
property int paddingSmall: 4
|
||||
property int paddingLarge: 20
|
||||
property int fontSizeSmall: 10
|
||||
property int fontSizeMedium: 16
|
||||
property int fontSizeSmall: 13
|
||||
property int fontSizeMedium: 17
|
||||
property int fontSizeLarge: 25
|
||||
property int fontSizeExtraLarge: 40
|
||||
|
||||
property string icon_pause: "qrc://images/icon-m-pause.svg"
|
||||
property string icon_pause: "../images/icon-m-pause.svg"
|
||||
}
|
||||
|
|
|
@ -22,9 +22,11 @@ import QtQuick 2.0
|
|||
* to work on qml files
|
||||
*/
|
||||
|
||||
Item {
|
||||
width: 600
|
||||
height: 200
|
||||
Image {
|
||||
width: 800
|
||||
height: 400
|
||||
|
||||
source: "../images/bg_portait.png"
|
||||
|
||||
DesktopTheme {
|
||||
id: theme
|
||||
|
|
Loading…
Reference in a new issue