summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative/tutorial.qdoc
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2009-10-08 02:44:29 (GMT)
committerMartin Jones <martin.jones@nokia.com>2009-10-08 02:44:29 (GMT)
commite2ed7541bace9c2b0845b2f9b51611d41874a601 (patch)
treefecfb32d49695ee90aba8854c02a80d4eb995bf2 /doc/src/declarative/tutorial.qdoc
parent75da89f26a89ac1224372277799051f9224dbbe7 (diff)
parent4cd7e2a0a956b1f9a0ea0d4691ebb1380ebc7c84 (diff)
downloadQt-e2ed7541bace9c2b0845b2f9b51611d41874a601.zip
Qt-e2ed7541bace9c2b0845b2f9b51611d41874a601.tar.gz
Qt-e2ed7541bace9c2b0845b2f9b51611d41874a601.tar.bz2
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Diffstat (limited to 'doc/src/declarative/tutorial.qdoc')
-rw-r--r--doc/src/declarative/tutorial.qdoc12
1 files changed, 8 insertions, 4 deletions
diff --git a/doc/src/declarative/tutorial.qdoc b/doc/src/declarative/tutorial.qdoc
index a2a34b9..b59384c 100644
--- a/doc/src/declarative/tutorial.qdoc
+++ b/doc/src/declarative/tutorial.qdoc
@@ -2,7 +2,11 @@
\page tutorial.html
\title Tutorial
-This tutorial gives an introduction to QML. It doesn't cover everything; the emphasis is on teaching the key principles, and features are introduced as needed.
+This tutorial gives an introduction to QML. It doesn't cover everything; the emphasis is on teaching the key principles,
+and features are introduced as needed.
+
+Through the different steps of this tutorial we will learn about QML basic types, we will create our own QML component
+with properties and signals, and we will create a simple animation with the help of states and transitions.
Chapter one starts with a minimal "Hello world" program and the following chapters introduce new concepts.
@@ -11,9 +15,9 @@ The tutorial's source code is located in the $QTDIR/examples/declarative/tutoria
Tutorial chapters:
\list
-\o \l {tutorial1}{Tutorial 1}
-\o \l {tutorial2}{Tutorial 2}
-\o \l {tutorial3}{Tutorial 3}
+\o \l {tutorial1}{Tutorial 1 - Basic Types}
+\o \l {tutorial2}{Tutorial 2 - QML Component}
+\o \l {tutorial3}{Tutorial 3 - States and Transitions}
\endlist
*/