WelcomeScreen: fix fuzzy fonts in the side bar

Use native text rendering to get crisp fonts

Change-Id: I75ca9ae323f2e4bd60e080cdcc2a6d90f0234c33
Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
This commit is contained in:
J-P Nurmi
2013-11-20 17:34:11 +01:00
parent 38dbb6ab11
commit dc3e594dad

View File

@@ -101,13 +101,13 @@ ColumnLayout {
width: parent.width
}
Text {
NativeText {
text: qsTr("New to Qt?")
font.pixelSize: 18
font.bold: false
}
Text {
NativeText {
text: qsTr("Learn how to develop your own applications and explore Qt Creator.")
font.pixelSize: 12
wrapMode: Text.WordWrap