aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2012-03-20 18:36:12 +1000
committerQt by Nokia <qt-info@nokia.com>2012-03-21 23:04:28 +0100
commitee4202a5d35ad82bc957a0978dc50af00591a274 (patch)
tree56e5c6762d2cbe30480e988dc1b91f0a68b8acb9 /examples
parent27fb50ac724020c32a6d5ee1b00b0648f689e0d1 (diff)
Update tutorial
Updated paths, and updated arbitrary form factor Change-Id: I10ffedd6978fbe62050987a4e0e5ab8b120edfce Reviewed-by: Yann Bodson <yann.bodson@nokia.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/tutorials/helloworld/tutorial1.qml2
-rw-r--r--examples/tutorials/helloworld/tutorial2.qml2
-rw-r--r--examples/tutorials/helloworld/tutorial3.qml2
3 files changed, 3 insertions, 3 deletions
diff --git a/examples/tutorials/helloworld/tutorial1.qml b/examples/tutorials/helloworld/tutorial1.qml
index f0eb42d696..3de79831f4 100644
--- a/examples/tutorials/helloworld/tutorial1.qml
+++ b/examples/tutorials/helloworld/tutorial1.qml
@@ -46,7 +46,7 @@ import QtQuick 2.0
//![1]
Rectangle {
id: page
- width: 500; height: 200
+ width: 320; height: 480
color: "lightgray"
//![1]
diff --git a/examples/tutorials/helloworld/tutorial2.qml b/examples/tutorials/helloworld/tutorial2.qml
index c5c045aace..3b44f5cf54 100644
--- a/examples/tutorials/helloworld/tutorial2.qml
+++ b/examples/tutorials/helloworld/tutorial2.qml
@@ -43,7 +43,7 @@ import QtQuick 2.0
Rectangle {
id: page
- width: 500; height: 200
+ width: 320; height: 480
color: "lightgray"
Text {
diff --git a/examples/tutorials/helloworld/tutorial3.qml b/examples/tutorials/helloworld/tutorial3.qml
index c804bfca1d..c35420c1de 100644
--- a/examples/tutorials/helloworld/tutorial3.qml
+++ b/examples/tutorials/helloworld/tutorial3.qml
@@ -43,7 +43,7 @@ import QtQuick 2.0
Rectangle {
id: page
- width: 500; height: 200
+ width: 320; height: 480
color: "lightgray"
Text {