diff options
Diffstat (limited to 'doc/src/declarative/examples.qdoc')
-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. |