summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMorten Engvoldsen <morten.engvoldsen@nokia.com>2010-08-05 08:00:24 (GMT)
committerJesper Thomschutz <jesper.thomschutz@nokia.com>2010-09-01 09:52:09 (GMT)
commit6e8c51e99e3704c1bbb50253e02701bea6911144 (patch)
tree8679488842d6fdcc7fcb8992a86d6890253eb7ce /doc
parent99faa0b24d13c393e7e7bf641189211a819c163f (diff)
downloadQt-6e8c51e99e3704c1bbb50253e02701bea6911144.zip
Qt-6e8c51e99e3704c1bbb50253e02701bea6911144.tar.gz
Qt-6e8c51e99e3704c1bbb50253e02701bea6911144.tar.bz2
Doc: Adding text to GS page
(cherry picked from commit a6937c7d8d2253c0f230254eaa2b9c8042972b30)
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}
*/