summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMorten Engvoldsen <morten.engvoldsen@nokia.com>2010-08-05 08:00:24 (GMT)
committerMorten Engvoldsen <morten.engvoldsen@nokia.com>2010-08-05 08:00:24 (GMT)
commita6937c7d8d2253c0f230254eaa2b9c8042972b30 (patch)
tree5c7ebe69b7f43a87017231a2a11c9c4f0b2e4500 /doc
parentae205367d7af4bb86279386af6d9fea6f726915b (diff)
downloadQt-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.qdoc8
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}
*/