aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Hartmann <Thomas.Hartmann@digia.com>2013-05-21 11:32:09 +0200
committerKai Koehne <kai.koehne@digia.com>2013-05-24 08:47:48 +0200
commit2e9f6a7935f0a725f357245b1cd0e7bfe8792d73 (patch)
tree4bce2c903c017e55c006cfc646913b0a403d2247
parent8a0c8081a0c98222aec4f6dd8c10386ee679f6a7 (diff)
Wizards: Adding a title to the Qt Quick Controls template
Task-number: QTCREATORBUG-9304 Change-Id: I9faa92bd9c1107066d7d312008a7e10613b414ff Reviewed-by: Kai Koehne <kai.koehne@digia.com>
-rw-r--r--share/qtcreator/templates/qml/qtquickcontrols/main.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/qtcreator/templates/qml/qtquickcontrols/main.qml b/share/qtcreator/templates/qml/qtquickcontrols/main.qml
index 23c924f3ec..f886b99fb9 100644
--- a/share/qtcreator/templates/qml/qtquickcontrols/main.qml
+++ b/share/qtcreator/templates/qml/qtquickcontrols/main.qml
@@ -3,6 +3,7 @@ import QtQuick.Controls 1.0
import QtQuick.Window 2.0
ApplicationWindow {
+ title: qsTr("Hello World")
width: 640
height: 480