e515adeac279dbfc9c1a4aa4f51ae1fe214dd160
[profile/ivi/qtdeclarative.git] / doc / src / examples / examples-toys.qdoc
1 /****************************************************************************
2 **
3 ** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
4 ** All rights reserved.
5 ** Contact: http://www.qt-project.org/
6 **
7 ** This file is part of the documentation of the Qt Toolkit.
8 **
9 ** $QT_BEGIN_LICENSE:FDL$
10 ** GNU Free Documentation License
11 ** Alternatively, this file may be used under the terms of the GNU Free
12 ** Documentation License version 1.3 as published by the Free Software
13 ** Foundation and appearing in the file included in the packaging of
14 ** this file.
15 **
16 ** Other Usage
17 ** Alternatively, this file may be used in accordance with the terms
18 ** and conditions contained in a signed written agreement between you
19 ** and Nokia.
20 **
21 **
22 **
23 **
24 ** $QT_END_LICENSE$
25 **
26 ****************************************************************************/
27
28
29 /*!
30     \title QML Example - Calculator
31     \example declarative/calculator
32     \brief This is an example application written in QML.
33     \image qml-calculator-demo-small.png
34 */
35
36 /*!
37     \title QML Example - Samegame
38     \example declarative/samegame
39     \brief This example demonstrates creating a game with javascript game logic.
40     \image qml-samegame-demo-small.png
41 */
42
43 /*!
44     \title QML Example - Snake
45     \example declarative/snake
46     \brief This example demonstrates creating a game using javascript game logic.
47     \image qml-snake-demo-small.png
48 */
49
50 /*!
51     \title QML Example - Corkboards
52     \example declarative/toys/corkboards
53     \brief This example demonstrates using components inside a flickable.
54     \image qml-corkboards-example.png
55 */
56
57 /*!
58     \title QML Example - Dynamic Scene
59     \example declarative/toys/dynamicscene
60     \brief This example demonstrates creating components dynamically.
61     \image qml-dynamicscene-example.png
62 */
63
64 /*!
65     \title QML Example - Clocks
66     \example declarative/toys/clocks
67     \brief This example demonstrates creating components and using them multiple times.
68     \image qml-clocks-example.png
69 */