From ee4202a5d35ad82bc957a0978dc50af00591a274 Mon Sep 17 00:00:00 2001 From: Alan Alpert Date: Tue, 20 Mar 2012 18:36:12 +1000 Subject: Update tutorial Updated paths, and updated arbitrary form factor Change-Id: I10ffedd6978fbe62050987a4e0e5ab8b120edfce Reviewed-by: Yann Bodson --- examples/tutorials/helloworld/tutorial1.qml | 2 +- examples/tutorials/helloworld/tutorial2.qml | 2 +- examples/tutorials/helloworld/tutorial3.qml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'examples') 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 { -- cgit v1.2.3