summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative/tutorial.qdoc
blob: a2a34b934ce1350f3d1e707aa2ab9d46315c8de7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*!
\page tutorial.html
\title Tutorial

This tutorial gives an introduction to QML. It doesn't cover everything; the emphasis is on teaching the key principles, and features are introduced as needed.

Chapter one starts with a minimal "Hello world" program and the following chapters introduce new concepts.

The tutorial's source code is located in the $QTDIR/examples/declarative/tutorials/helloworld directory.

Tutorial chapters:

\list
\o \l {tutorial1}{Tutorial 1}
\o \l {tutorial2}{Tutorial 2}
\o \l {tutorial3}{Tutorial 3}
\endlist

*/