aboutsummaryrefslogtreecommitdiffstats
path: root/examples/window/window/Window.qml
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@digia.com>2012-11-05 11:16:14 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-07 15:55:27 +0100
commit99b7d495530335bef8590e6b8a1266e3ec570955 (patch)
tree1da4d9083d9234fc0a16750acc0eb3634d0c80a3 /examples/window/window/Window.qml
parenta3220e460bdcb9bc878bfe37721a7798ac8c2d64 (diff)
Examples separated out of Ie808e78a42074e13aa9d3c87723ec9ac8fdbaf4av5.0.0-beta2
Change-Id: Iec54ed5d7c41c6103ddfe07509b905914806d435 Reviewed-by: Samuel Rødal <samuel.rodal@digia.com>
Diffstat (limited to 'examples/window/window/Window.qml')
-rw-r--r--examples/window/window/Window.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/window/window/Window.qml b/examples/window/window/Window.qml
index a9c9ba27c5..b7fbf7206c 100644
--- a/examples/window/window/Window.qml
+++ b/examples/window/window/Window.qml
@@ -39,9 +39,9 @@
****************************************************************************/
import QtQuick 2.0
-import QtQuick.Window 2.0 as Window
+import QtQuick.Window 2.0
-Window.Window {
+Window {
width: 640
height: 480
visible: true //It's false by default