diff options
author | Joona Petrell <joona.t.petrell@nokia.com> | 2011-01-18 05:35:55 (GMT) |
---|---|---|
committer | Joona Petrell <joona.t.petrell@nokia.com> | 2011-01-19 05:42:37 (GMT) |
commit | eead12e91799c766dd3913687156a37f245ee20e (patch) | |
tree | c37a8b572123f4e8e06028fe34875d10b635bcee /doc/src/declarative | |
parent | eaacbac00bbd65cc6b12de9db4556dd2bdd18a5c (diff) | |
download | Qt-eead12e91799c766dd3913687156a37f245ee20e.zip Qt-eead12e91799c766dd3913687156a37f245ee20e.tar.gz Qt-eead12e91799c766dd3913687156a37f245ee20e.tar.bz2 |
Add a layout direction example to positioners
Task-number:
Reviewed-by: Alan Alpert
Diffstat (limited to 'doc/src/declarative')
-rw-r--r-- | doc/src/declarative/examples.qdoc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/declarative/examples.qdoc b/doc/src/declarative/examples.qdoc index e03557b..be2d0c7 100644 --- a/doc/src/declarative/examples.qdoc +++ b/doc/src/declarative/examples.qdoc @@ -136,7 +136,8 @@ The examples can be found in Qt's \c examples/declarative directory. \section2 Positioners \list -\o \l{declarative/positioners}{Example} +\o \l{declarative/positioners/addandremove}{Adding and Removing Items} +\o \l{declarative/positioners/layoutdirection}{Layout Direction} \endlist \section2 Key Interaction |