summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative/examples.qdoc
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2010-07-01 06:32:30 (GMT)
committerBea Lam <bea.lam@nokia.com>2010-07-01 06:55:42 (GMT)
commit3084b54e7a4f6163dadcf3e52143391b10b5352e (patch)
tree7e5cdb9fde77a0164ac5c01a0a05bc392c01a0a4 /doc/src/declarative/examples.qdoc
parent0e7f70bb44eae2798c7f2198b713dc1c6ab6f652 (diff)
downloadQt-3084b54e7a4f6163dadcf3e52143391b10b5352e.zip
Qt-3084b54e7a4f6163dadcf3e52143391b10b5352e.tar.gz
Qt-3084b54e7a4f6163dadcf3e52143391b10b5352e.tar.bz2
Add abstractitemmodel example, and fix some model docs
Diffstat (limited to 'doc/src/declarative/examples.qdoc')
-rw-r--r--doc/src/declarative/examples.qdoc7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/src/declarative/examples.qdoc b/doc/src/declarative/examples.qdoc
index 7b02d33..587cdf2 100644
--- a/doc/src/declarative/examples.qdoc
+++ b/doc/src/declarative/examples.qdoc
@@ -168,11 +168,14 @@ The examples can be found in Qt's \c examples/declarative directory.
\list
\o \l{declarative/modelviews/gridview}{GridView}
\o \l{declarative/modelviews/listview}{ListView}
-\o \l{declarative/modelviews/objectlistmodel}{Object ListModel}
\o \l{declarative/modelviews/package}{Package}
\o \l{declarative/modelviews/parallax}{Parallax}
-\o \l{declarative/modelviews/stringlistmodel}{String ListModel}
\o \l{declarative/modelviews/visualitemmodel}{VisualItemModel}
+
+\o \l{declarative/modelviews/stringlistmodel}{String ListModel}
+\o \l{declarative/modelviews/objectlistmodel}{Object ListModel}
+\o \l{declarative/modelviews/abstractitemmodel}{AbstractItemModel}
+
\o \l{declarative/modelviews/webview}{WebView}
\endlist