WelcomePage: adding typical creator bar

Adding the typical creator bar at the top

Change-Id: I80e4190e007a960543f0ae0c4aa42fd9737d1fb3
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
This commit is contained in:
Thomas Hartmann
2011-11-23 17:22:38 +01:00
committed by Eike Ziller
parent 47b1e7ba3f
commit ed63ac274e
2 changed files with 10 additions and 3 deletions

View File

@@ -73,11 +73,18 @@ Rectangle {
anchors.topMargin: 100
model: pagesModel
}
Logo {
id: logo
x: 4
y: 10
x: 5
y: 28
}
}
BorderImage {
anchors.right: parent.right
anchors.left: parent.left
border.right: 1
source: "widgets/images/creatorbar.png"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 299 B