Desktop scene with Jolla background to work with

This commit is contained in:
Louis-Joseph Fournier 2016-01-09 00:02:06 +01:00
parent 19deb2fc36
commit 64f19c7aa9
4 changed files with 10 additions and 8 deletions

BIN
images/bg_landscape.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 161 KiB

BIN
images/bg_portait.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 157 KiB

View file

@ -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"
}

View file

@ -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