WelcomePage: fix for the logo

Using a proper logo now

Change-Id: I57da3e046e7b662d034632a530ab9aaf6ec6eafe
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
This commit is contained in:
Thomas Hartmann
2011-11-23 17:23:29 +01:00
parent 91d8ffba3f
commit 5a8c968d6c
3 changed files with 13 additions and 1 deletions

View File

@@ -34,5 +34,17 @@ import QtQuick 1.0
Image {
id: logo
source: "images/logo.png"
source: "images/qtcreator.png"
Text {
y: 21
color: "#424242"
text: "Qt Creator"
font.bold: true
anchors.left: parent.left
anchors.leftMargin: 52
anchors.bottom: parent.bottom
anchors.bottomMargin: 6
font.pixelSize: 14
font.family: "Helvetica"
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB