summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative/qdeclarativemodels.qdoc
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@nokia.com>2011-02-07 17:35:00 (GMT)
committerJerome Pasion <jerome.pasion@nokia.com>2011-02-07 17:35:00 (GMT)
commitc9b5d8708f0c703122669938573eb575f03d6b78 (patch)
treee7410ce0ba2f644a430fa7f5614baafe545f0086 /doc/src/declarative/qdeclarativemodels.qdoc
parentd7a91cfe8683309883694fbbf508e5fc42d44165 (diff)
downloadQt-c9b5d8708f0c703122669938573eb575f03d6b78.zip
Qt-c9b5d8708f0c703122669938573eb575f03d6b78.tar.gz
Qt-c9b5d8708f0c703122669938573eb575f03d6b78.tar.bz2
Rewrote Qt Quick documentation.
Task number: QTBUG-16071
Diffstat (limited to 'doc/src/declarative/qdeclarativemodels.qdoc')
-rw-r--r--doc/src/declarative/qdeclarativemodels.qdoc3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/declarative/qdeclarativemodels.qdoc b/doc/src/declarative/qdeclarativemodels.qdoc
index 70228b1..2f9d418 100644
--- a/doc/src/declarative/qdeclarativemodels.qdoc
+++ b/doc/src/declarative/qdeclarativemodels.qdoc
@@ -78,6 +78,7 @@ The use of positioner items to arrange items from a model is covered in
\l{Using QML Positioner and Repeater Items}.
+\keyword qml-data-models
\section1 QML Data Models
\section2 ListModel
@@ -154,7 +155,7 @@ Note that in the above example there is no delegate required.
The items of the model itself provide the visual elements that
will be positioned by the view.
-
+\keyword qml-c++-models
\section1 C++ Data Models
Models can be defined in C++ and then made available to QML. This is useful