diff options
author | Alan Alpert <alan.alpert@nokia.com> | 2009-10-07 01:03:21 (GMT) |
---|---|---|
committer | Alan Alpert <alan.alpert@nokia.com> | 2009-10-07 01:03:21 (GMT) |
commit | 95821d745a60e60422294dd718cbed5678ef5f1f (patch) | |
tree | f842b1f053c6c8f9664415e6dd2670e4cd9be919 /doc/src/declarative/advtutorial.qdoc | |
parent | e25009d28c58b3ff7541374475f8c2c278cef02e (diff) | |
download | Qt-95821d745a60e60422294dd718cbed5678ef5f1f.zip Qt-95821d745a60e60422294dd718cbed5678ef5f1f.tar.gz Qt-95821d745a60e60422294dd718cbed5678ef5f1f.tar.bz2 |
Add SameGame based advanced tutorial
Could use some cleanup, as I didn't manage to get code snippets working
correctly. Also might benefit from being re-written by a good tutor.
Diffstat (limited to 'doc/src/declarative/advtutorial.qdoc')
-rw-r--r-- | doc/src/declarative/advtutorial.qdoc | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/src/declarative/advtutorial.qdoc b/doc/src/declarative/advtutorial.qdoc new file mode 100644 index 0000000..c8075de --- /dev/null +++ b/doc/src/declarative/advtutorial.qdoc @@ -0,0 +1,18 @@ +/*! +\page advtutorial.html +\title Advanced Tutorial + +This tutorial goes step-by-step through creating a full application using just QML. It is assumed that you already know basic QML (such as from doing the simple tutorial) and the focus is on showing how to turn that knowledge into a complete and functioning application. + +In this tutorial we recreate, step by step, the Same Game demo in $QTDIR/demos/declarative/samegame.qml. The results of the individual steps are in the $QTDIR/examples/declarative/tutorials/samegame directory. + +Tutorial chapters: + +\list +\o \l {advtutorial1}{Advanced Tutorial 1 - Basic Game Screen and Block} +\o \l {advtutorial2}{Advanced Tutorial 2 - Dynamically create the Blocks} +\o \l {advtutorial3}{Advanced Tutorial 3 - Implement the Game Logic} +\o \l {advtutorial4}{Advanced Tutorial 4 - Finishing Touches} +\endlist + +*/ |