Show a background image with the logo

This commit is contained in:
Pier Luigi Fiorini 2014-11-02 14:55:19 +01:00
parent 429bcb5451
commit 1bb438ca6c
2 changed files with 9 additions and 0 deletions

View file

@ -29,6 +29,15 @@ Rectangle {
id: compositorRoot
color: "black"
Image {
id: klogo
anchors.fill: parent
source: "klogo.png"
sourceSize.width: width
sourceSize.height: height
fillMode: Image.PreserveAspectFit
}
ListModel {
id: surfaceModel
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB