diff options
author | Morten Engvoldsen <morten.engvoldsen@nokia.com> | 2010-08-05 08:00:24 (GMT) |
---|---|---|
committer | Morten Engvoldsen <morten.engvoldsen@nokia.com> | 2010-08-05 08:00:24 (GMT) |
commit | a6937c7d8d2253c0f230254eaa2b9c8042972b30 (patch) | |
tree | 5c7ebe69b7f43a87017231a2a11c9c4f0b2e4500 /doc | |
parent | ae205367d7af4bb86279386af6d9fea6f726915b (diff) | |
download | Qt-a6937c7d8d2253c0f230254eaa2b9c8042972b30.zip Qt-a6937c7d8d2253c0f230254eaa2b9c8042972b30.tar.gz Qt-a6937c7d8d2253c0f230254eaa2b9c8042972b30.tar.bz2 |
Doc: Adding text to GS page
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/getting-started/gettingstarted.qdoc | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/src/getting-started/gettingstarted.qdoc b/doc/src/getting-started/gettingstarted.qdoc index 145982b..e58305a 100644 --- a/doc/src/getting-started/gettingstarted.qdoc +++ b/doc/src/getting-started/gettingstarted.qdoc @@ -30,7 +30,13 @@ \group gettingStarted - Following is a list. + \section1 + Creating applications using Qt and QML is easy enough once you get started. + To get you started we have created two tutorials creating two similar applications, + but using diiferent approaches. One tutorial implements the user interface using + QML, while the other implements the whole application using traditional Qt. + + Please click on the links below to start the ride. \generatelist{related} */ |