diff options
author | Martin Jones <martin.jones@nokia.com> | 2010-07-19 03:26:10 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2010-07-19 03:26:10 (GMT) |
commit | 931222b7d665e101ada070afb51b82f9bb85db6d (patch) | |
tree | d361d1f2d1760ee0434729e2419a45e80af03a40 /doc/src/examples | |
parent | 19473443dbeff4a57cd6ec6572ca29c2e70d672c (diff) | |
download | Qt-931222b7d665e101ada070afb51b82f9bb85db6d.zip Qt-931222b7d665e101ada070afb51b82f9bb85db6d.tar.gz Qt-931222b7d665e101ada070afb51b82f9bb85db6d.tar.bz2 |
PathView doc clarification.
Diffstat (limited to 'doc/src/examples')
-rw-r--r-- | doc/src/examples/qml-examples.qdoc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/src/examples/qml-examples.qdoc b/doc/src/examples/qml-examples.qdoc index ce53677..3fd4ea8 100644 --- a/doc/src/examples/qml-examples.qdoc +++ b/doc/src/examples/qml-examples.qdoc @@ -317,6 +317,15 @@ */ /*! + \title Models and Views: PathView + \example declarative/modelviews/pathview + + This example shows how to use the PathView element. + + \image qml-pathview-example.png +*/ + +/*! \title Models and Views: Object ListModel \example declarative/modelviews/objectlistmodel |