diff options
author | David Boddie <david.boddie@nokia.com> | 2011-02-24 19:55:42 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2011-02-24 19:55:42 (GMT) |
commit | d9a49edc46beb81a80a94ac07543cf7b86856ed3 (patch) | |
tree | 695e00ead5551c447196adfb25f7a4d1bc65bdff /doc/src/getting-started | |
parent | fcea2461489fd392975f8393d7dde8dc1bb6542d (diff) | |
download | Qt-d9a49edc46beb81a80a94ac07543cf7b86856ed3.zip Qt-d9a49edc46beb81a80a94ac07543cf7b86856ed3.tar.gz Qt-d9a49edc46beb81a80a94ac07543cf7b86856ed3.tar.bz2 |
Doc: Added a threading tutorial.
Squashed commit containing changes to documentation during the
development of a threading tutorial, written by Roland Wolf.
Diffstat (limited to 'doc/src/getting-started')
-rw-r--r-- | doc/src/getting-started/tutorials.qdoc | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/doc/src/getting-started/tutorials.qdoc b/doc/src/getting-started/tutorials.qdoc index 5cde056..881e5f5 100644 --- a/doc/src/getting-started/tutorials.qdoc +++ b/doc/src/getting-started/tutorials.qdoc @@ -61,7 +61,7 @@ \o{2,1} \l{A Quick Start to Qt Designer}{\bold{Qt Designer}} \o{2,1} \l{Qt Linguist Manual: Programmers#Tutorials}{\bold {Qt Linguist}} \row - \o \image designer-examples.png QtDesigner + \o \image QtDesigner \o A quick guide through \QD showing the basic steps to create a form with this interactive tool. @@ -72,17 +72,18 @@ tools provided for developers, translators and release managers. - \row +\row \o{2,1} \l{modelview.html}{\bold{ModelView}} - \o{2,1} - + \o{2,1} \l{thread-basics.html}{\bold {Threads}} \row \o \image treeview_sml.png ModelView - \o This tutorial gives an introduction to ModelView programming using the Qt cross-platform framework - \o + This tutorial gives an introduction to ModelView programming using the Qt cross-platform framework + + \o \image threads-examples.png Threads \o - + A short tutorial about thread concepts in general and basic Qt classes to handle threads. + \row \o{2,1} \l{QML Tutorial}{\bold QML Tutorial} \o{2,1} \l{QML Advanced Tutorial}{\bold SameGame} |