diff options
author | Martin Jones <martin.jones@nokia.com> | 2010-07-19 00:39:18 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2010-07-19 00:39:18 (GMT) |
commit | 4e6b3f4c6f4bf8ea84b616031cbd54124c5b50d0 (patch) | |
tree | 6df14c770c4cfbfa605352cd3c2ac575cd4a5991 /doc | |
parent | 875ae40157aa9a34e0b74941fa905f7445c365df (diff) | |
download | Qt-4e6b3f4c6f4bf8ea84b616031cbd54124c5b50d0.zip Qt-4e6b3f4c6f4bf8ea84b616031cbd54124c5b50d0.tar.gz Qt-4e6b3f4c6f4bf8ea84b616031cbd54124c5b50d0.tar.bz2 |
Add a PathView example.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/declarative/examples.qdoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/src/declarative/examples.qdoc b/doc/src/declarative/examples.qdoc index 8a24228..39da323 100644 --- a/doc/src/declarative/examples.qdoc +++ b/doc/src/declarative/examples.qdoc @@ -175,6 +175,7 @@ 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/pathview}{PathView} \o \l{declarative/modelviews/package}{Package} \o \l{declarative/modelviews/parallax}{Parallax} \o \l{declarative/modelviews/visualitemmodel}{VisualItemModel} |