diff options
author | Qt Continuous Integration System <qt-info@nokia.com> | 2010-07-19 01:57:59 (GMT) |
---|---|---|
committer | Qt Continuous Integration System <qt-info@nokia.com> | 2010-07-19 01:57:59 (GMT) |
commit | dc37f4ff3439e44df65d24aea4354c80d2a02293 (patch) | |
tree | 4abfe252bce42c40b9d4052c6a007638b2a1708a /doc/src/declarative | |
parent | e7b78d2225c5338545852330c9160084f12ffe1f (diff) | |
parent | 19473443dbeff4a57cd6ec6572ca29c2e70d672c (diff) | |
download | Qt-dc37f4ff3439e44df65d24aea4354c80d2a02293.zip Qt-dc37f4ff3439e44df65d24aea4354c80d2a02293.tar.gz Qt-dc37f4ff3439e44df65d24aea4354c80d2a02293.tar.bz2 |
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/qt-qml:
Missed the actual change in 5572ec653fe735c4f413195c1ef34382aa8c6105
Always place PathView delegates centered on the path
Add a PathView example.
Diffstat (limited to 'doc/src/declarative')
-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} |