Extend test.qml
authorTobias Koenig <tobias.koenig@kdab.com>
Sun, 14 Oct 2012 10:59:31 +0000 (12:59 +0200)
committerTobias Koenig <tobias.koenig@kdab.com>
Sun, 14 Oct 2012 10:59:31 +0000 (12:59 +0200)
test.qml

index b839f1d..9e2d50a 100644 (file)
--- a/test.qml
+++ b/test.qml
@@ -2,6 +2,9 @@ import QtQuick 1.0
 import QtGui 1.0
 
 Widget {
+  windowTitle: qsTr("Cool Test App")
+  size: Qt.size(300, 500)
+
   VBoxLayout {
     Label {
       text: "Hallo ASCII-safe Kevin!!!"