diff options
author | Martin Jones <martin.jones@nokia.com> | 2010-06-11 05:52:59 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2010-06-11 05:52:59 (GMT) |
commit | 1628df4ab8f46d23a5c733b1b4f4de47f0691b9a (patch) | |
tree | 0a53175c441781a85fe218c0e4531f93b494d9f7 /doc | |
parent | 6e34e119551a7e20e7202d819568d537458fb776 (diff) | |
parent | f0bb05cb7e85715d8a47c5d1ddd603edc6959c20 (diff) | |
download | Qt-1628df4ab8f46d23a5c733b1b4f4de47f0691b9a.zip Qt-1628df4ab8f46d23a5c733b1b4f4de47f0691b9a.tar.gz Qt-1628df4ab8f46d23a5c733b1b4f4de47f0691b9a.tar.bz2 |
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/declarative/examples.qdoc | 1 | ||||
-rw-r--r-- | doc/src/examples/qml-examples.qdoc | 7 |
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/src/declarative/examples.qdoc b/doc/src/declarative/examples.qdoc index cc67664..ad8c10c 100644 --- a/doc/src/declarative/examples.qdoc +++ b/doc/src/declarative/examples.qdoc @@ -118,6 +118,7 @@ For example, from your build directory, run: \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/webview}{WebView} \endlist 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 |