diff options
author | Yann Bodson <yann.bodson@nokia.com> | 2010-04-20 03:06:27 (GMT) |
---|---|---|
committer | Yann Bodson <yann.bodson@nokia.com> | 2010-04-20 03:16:43 (GMT) |
commit | acdd79ab5c16a7f0f9d4b7335b06f56873ee3324 (patch) | |
tree | 38b86e6a912bb3203fadab828e0db1ef6d2e5163 /doc/src/getting-started | |
parent | d51a698f83e3b47f50c058105ac81467d9e48a32 (diff) | |
download | Qt-acdd79ab5c16a7f0f9d4b7335b06f56873ee3324.zip Qt-acdd79ab5c16a7f0f9d4b7335b06f56873ee3324.tar.gz Qt-acdd79ab5c16a7f0f9d4b7335b06f56873ee3324.tar.bz2 |
Create doc pages for QML focus and minehunt examples.
Link to declarative examples from Qt's examples page.
Diffstat (limited to 'doc/src/getting-started')
-rw-r--r-- | doc/src/getting-started/examples.qdoc | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/doc/src/getting-started/examples.qdoc b/doc/src/getting-started/examples.qdoc index 885e96c..9ddafc4 100644 --- a/doc/src/getting-started/examples.qdoc +++ b/doc/src/getting-started/examples.qdoc @@ -151,6 +151,17 @@ classes. \clearfloat + \section1 \l{QML Examples and Demos}{Declarative} + \beginfloatleft + \l{QML Examples and Demos}{\inlineimage declarative-examples.png + } + + \endfloat + The Qt Declarative module provides a declarative framework for building + highly dynamic, custom user interfaces. + classes. + + \clearfloat \section1 \l{Painting Examples}{Painting} \beginfloatleft \l{Painting Examples}{\inlineimage painting-examples.png @@ -626,7 +637,7 @@ \previouspage Item Views Examples \contentspage Qt Examples - \nextpage Painting Examples + \nextpage QML Examples and Demos \image graphicsview-examples.png @@ -669,7 +680,7 @@ \page examples-painting.html \title Painting Examples - \previouspage Graphics View Examples + \previouspage QML Examples and Demos \contentspage Qt Examples \nextpage Rich Text Examples @@ -1323,7 +1334,7 @@ \o \l{dbus/complexpingpong}{Complex Ping Pong} \o \l{dbus/listnames}{List Names} \o \l{dbus/pingpong}{Ping Pong} - \o \l{dbus/remotecontrolledcar}{Remote Controlled Car} + \o \l{dbus/remotecontrolledcar}{Remote Controlled Car} \endlist Examples marked with an asterisk (*) are fully documented. |