aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/declarative/examples.qdoc
diff options
context:
space:
mode:
authorAndrew den Exter <andrew.den-exter@nokia.com>2011-12-07 13:03:08 +1000
committerQt by Nokia <qt-info@nokia.com>2011-12-14 06:23:57 +0100
commit5ee8eaf094b1648009b9dc410120df1b5f2fd664 (patch)
tree2c8b2c9a35093fb6cd6f75c68b4639aef4a21f7c /doc/src/declarative/examples.qdoc
parent13eb07b3a63d53abcabfa60659fd829051db66a3 (diff)
Add a tutorial describing how to re-arrange items in a ListView.
This example describes both how to use drag and drop to re-order items and how to use VisualDataGroup to sort a view using model data. Change-Id: I034963ea87c8ab0c30555536ac28495a396c0577 Reviewed-by: Martin Jones <martin.jones@nokia.com>
Diffstat (limited to 'doc/src/declarative/examples.qdoc')
-rw-r--r--doc/src/declarative/examples.qdoc10
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/src/declarative/examples.qdoc b/doc/src/declarative/examples.qdoc
index 9f67b72d09..198ef75677 100644
--- a/doc/src/declarative/examples.qdoc
+++ b/doc/src/declarative/examples.qdoc
@@ -107,7 +107,6 @@ can be used to produce sophisticated interfaces and applications:
\endtable
-
\section1 Code Snippets
These QML examples are small, simple applications that show how to use a particular
@@ -241,5 +240,14 @@ to QML, you may also find the \l{QML Tutorial}{Hello World} and
\o \l{src/imports/folderlistmodel}{Folder List Model} - a C++ model plugin
\endlist
+\section1 Tutorials
+
+\list
+\o \l {QML Tutorial}{Hello World}
+\o \l {QML Advanced Tutorial}{Same Game}
+\o \l {Tutorial: Writing QML Extensions with C++}{Writing QML Extensions with C++}
+\o \l {QML Dynamic View Ordering Tutorial}{Dynamic View Ordering}
+\endlist
+
*/