summaryrefslogtreecommitdiffstats
path: root/doc/src/examples/qml-examples.qdoc
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2010-06-11 04:59:09 (GMT)
committerBea Lam <bea.lam@nokia.com>2010-06-11 05:36:51 (GMT)
commitf0bb05cb7e85715d8a47c5d1ddd603edc6959c20 (patch)
treeffe3ecd0d2a09ea423b72c0e4e19e9d8228a6b3a /doc/src/examples/qml-examples.qdoc
parentb90283fd887898a3eda62e856bec7f8a34e242ac (diff)
downloadQt-f0bb05cb7e85715d8a47c5d1ddd603edc6959c20.zip
Qt-f0bb05cb7e85715d8a47c5d1ddd603edc6959c20.tar.gz
Qt-f0bb05cb7e85715d8a47c5d1ddd603edc6959c20.tar.bz2
Move listview/itemlist.qml to a separate visualitemmodel example
Diffstat (limited to 'doc/src/examples/qml-examples.qdoc')
-rw-r--r--doc/src/examples/qml-examples.qdoc7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/src/examples/qml-examples.qdoc b/doc/src/examples/qml-examples.qdoc
index 9dbf853..b6069f2 100644
--- a/doc/src/examples/qml-examples.qdoc
+++ b/doc/src/examples/qml-examples.qdoc
@@ -247,6 +247,13 @@
*/
/*!
+ \title Models and Views: VisualItemModel
+ \example declarative/modelviews/visualitemmodel
+
+ This example shows how to use the VisualItemModel element.
+*/
+
+/*!
\title Models and Views: WebView
\example declarative/modelviews/webview