aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/examples/examples-toys.qdoc
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2012-01-25 14:43:07 +1000
committerMichael Brasser <michael.brasser@nokia.com>2012-01-25 14:43:07 +1000
commitc3601a8db91bc777ea859d6a796dfab6a218675e (patch)
treed2a4f6c83bec3cddcce020966cccac72be3aa04a /doc/src/examples/examples-toys.qdoc
parent35794301d188b731a7b596d92fc632fff58586c0 (diff)
parent149f6afe321ce59aebe4ce2f9dddd1881d0ac22b (diff)
Merge branch 'master' into animation-refactorwip/animation-refactor
Conflicts: tests/auto/declarative/declarative.pro Change-Id: Ie339be2989fac553d351f3077869f1847367b504
Diffstat (limited to 'doc/src/examples/examples-toys.qdoc')
-rw-r--r--doc/src/examples/examples-toys.qdoc69
1 files changed, 69 insertions, 0 deletions
diff --git a/doc/src/examples/examples-toys.qdoc b/doc/src/examples/examples-toys.qdoc
new file mode 100644
index 0000000000..e515adeac2
--- /dev/null
+++ b/doc/src/examples/examples-toys.qdoc
@@ -0,0 +1,69 @@
+/****************************************************************************
+**
+** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** All rights reserved.
+** Contact: http://www.qt-project.org/
+**
+** This file is part of the documentation of the Qt Toolkit.
+**
+** $QT_BEGIN_LICENSE:FDL$
+** GNU Free Documentation License
+** Alternatively, this file may be used under the terms of the GNU Free
+** Documentation License version 1.3 as published by the Free Software
+** Foundation and appearing in the file included in the packaging of
+** this file.
+**
+** Other Usage
+** Alternatively, this file may be used in accordance with the terms
+** and conditions contained in a signed written agreement between you
+** and Nokia.
+**
+**
+**
+**
+** $QT_END_LICENSE$
+**
+****************************************************************************/
+
+
+/*!
+ \title QML Example - Calculator
+ \example declarative/calculator
+ \brief This is an example application written in QML.
+ \image qml-calculator-demo-small.png
+*/
+
+/*!
+ \title QML Example - Samegame
+ \example declarative/samegame
+ \brief This example demonstrates creating a game with javascript game logic.
+ \image qml-samegame-demo-small.png
+*/
+
+/*!
+ \title QML Example - Snake
+ \example declarative/snake
+ \brief This example demonstrates creating a game using javascript game logic.
+ \image qml-snake-demo-small.png
+*/
+
+/*!
+ \title QML Example - Corkboards
+ \example declarative/toys/corkboards
+ \brief This example demonstrates using components inside a flickable.
+ \image qml-corkboards-example.png
+*/
+
+/*!
+ \title QML Example - Dynamic Scene
+ \example declarative/toys/dynamicscene
+ \brief This example demonstrates creating components dynamically.
+ \image qml-dynamicscene-example.png
+*/
+
+/*!
+ \title QML Example - Clocks
+ \example declarative/toys/clocks
+ \brief This example demonstrates creating components and using them multiple times.
+ \image qml-clocks-example.png
+*/