diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2009-04-29 04:33:32 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2009-04-29 04:33:32 (GMT) |
commit | f49f040660fd004ea6289cdc3a92a7ad42338237 (patch) | |
tree | 34327550175ca9436f3afc3384d3fc999027155e | |
parent | bebc46c28a4e267c3b7bb590e6b66cce2359d878 (diff) | |
download | Qt-f49f040660fd004ea6289cdc3a92a7ad42338237.zip Qt-f49f040660fd004ea6289cdc3a92a7ad42338237.tar.gz Qt-f49f040660fd004ea6289cdc3a92a7ad42338237.tar.bz2 |
doc
-rw-r--r-- | doc/src/declarative/examples.qdoc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/src/declarative/examples.qdoc b/doc/src/declarative/examples.qdoc index 17fda4d..e65808f 100644 --- a/doc/src/declarative/examples.qdoc +++ b/doc/src/declarative/examples.qdoc @@ -17,10 +17,14 @@ directory, bin/duiviewer $QT_SOURCE_DIR/examples/declarative/mediabrowser/mediabrowser.qml \endcode -Many other simple demos can be found under the \c examples/declarative sub +Many other simple examples can be found under the \c examples/declarative sub directory. Some can be run directly using the viewer like those above, and others require you to build and run an executable. +More sophisticated demos of large applications can be found under the \c demos/declarative +sub directory. These are intended to show more integrated functionality rather than +to be instructive on specific elements. + Finally, check out the \l {tutorial} to learn a little more about writing your own QML-based applications. |