aboutsummaryrefslogtreecommitdiffstats
path: root/examples/demos
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@digia.com>2012-08-08 12:18:55 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-09-21 10:25:11 +0200
commit5c88efc06d152ac675b4369d854699b137631fa0 (patch)
tree85e833ecd1914c71ae92280aaf44c48a878d0453 /examples/demos
parentf66624bf294663a3dd0777692e8ad8dbb19f3819 (diff)
Examples: Moved example documentation.
-inline \example pages into separate .qdoc files -fixed broken links to paths -moved ui-components under examples/quick Change-Id: I6e009b9213be3e1f4bed51bdbeb76a7a2142c80b Reviewed-by: Martin Smith <martin.smith@digia.com>
Diffstat (limited to 'examples/demos')
-rw-r--r--examples/demos/calqlatr/doc/src/calqlatr.qdoc (renamed from examples/demos/calqlatr/calqlatr.qdoc)0
-rw-r--r--examples/demos/clocks/clocks.qdoc37
-rw-r--r--examples/demos/maroon/maroon.qdoc43
-rw-r--r--examples/demos/samegame/samegame.qdoc38
-rw-r--r--examples/demos/stocqt/stocqt.qdoc39
-rw-r--r--examples/demos/tweetsearch/tweetsearch.qdoc51
6 files changed, 0 insertions, 208 deletions
diff --git a/examples/demos/calqlatr/calqlatr.qdoc b/examples/demos/calqlatr/doc/src/calqlatr.qdoc
index 3e0e1f1eb0..3e0e1f1eb0 100644
--- a/examples/demos/calqlatr/calqlatr.qdoc
+++ b/examples/demos/calqlatr/doc/src/calqlatr.qdoc
diff --git a/examples/demos/clocks/clocks.qdoc b/examples/demos/clocks/clocks.qdoc
deleted file mode 100644
index 54479bae17..0000000000
--- a/examples/demos/clocks/clocks.qdoc
+++ /dev/null
@@ -1,37 +0,0 @@
-/****************************************************************************
-**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** 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 Demo - Clocks
- \example demos/clocks
- \brief This example demonstrates creating components and using them multiple times.
- \image qml-clocks-example.png
-
- This demo give a simple world clock application, containing multiple clocks from around the world.
-
- In doing this, it reuses a signle Clock component with some slight changes to the parameters.
-*/
diff --git a/examples/demos/maroon/maroon.qdoc b/examples/demos/maroon/maroon.qdoc
deleted file mode 100644
index 1b3003304e..0000000000
--- a/examples/demos/maroon/maroon.qdoc
+++ /dev/null
@@ -1,43 +0,0 @@
-/****************************************************************************
-**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** 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 Demos - Maroon in Trouble
- \example demos/maroon
- \brief This is an example game written in QML.
- \image qml-maroon-demo-icon.png
-
- The Maroon in Trouble game demonstrates some of the UI effects that QtQuick provides to
- make UIs more visually rich. It take a simple tower defense game and then jazzes it up with
- animated sprites, particle effects, and sound effects (if the QtMultimedia module is available).
-
- The game also demonstrates the extensibility of QML, by making it easy to add more types of tower
- for the player to build. Advanced QML users should be able to play around with adding additional
- types of towers or mobs.
-
-*/
-
diff --git a/examples/demos/samegame/samegame.qdoc b/examples/demos/samegame/samegame.qdoc
deleted file mode 100644
index 7a311600c6..0000000000
--- a/examples/demos/samegame/samegame.qdoc
+++ /dev/null
@@ -1,38 +0,0 @@
-/****************************************************************************
-**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** 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 Demo - SameGame
- \example demos/samegame
- \brief This is an example game written in QML.
- \image qml-samegame-demo-small.png
-
- The SameGame demo implements a simple game in QML. It is written for desktop and portrait devices.
-
- This game has the logic implemented in Javascipt and the appearance implemented in QML.
-*/
-
diff --git a/examples/demos/stocqt/stocqt.qdoc b/examples/demos/stocqt/stocqt.qdoc
deleted file mode 100644
index eb03c073de..0000000000
--- a/examples/demos/stocqt/stocqt.qdoc
+++ /dev/null
@@ -1,39 +0,0 @@
-/****************************************************************************
-**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** 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 Demo - StocQt
- \example demos/StocQt
- \brief This is an example stock chart viewer written in QML.
- \image qml-stocqt-demo-small.png
-
- This demo implements a simple stock chart viewer, designed for portrait devices.
-
- This app requests online data, which it processes in javascript. It then paints a chart depiction of the data using
- the Canvas imperative drawing API.
-*/
-
diff --git a/examples/demos/tweetsearch/tweetsearch.qdoc b/examples/demos/tweetsearch/tweetsearch.qdoc
deleted file mode 100644
index 1cff976156..0000000000
--- a/examples/demos/tweetsearch/tweetsearch.qdoc
+++ /dev/null
@@ -1,51 +0,0 @@
-/****************************************************************************
-**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** Contact: http://www.qt-project.org/
-**
-** This file is part of the examples of the Qt Toolkit.
-**
-** $QT_BEGIN_LICENSE:BSD$
-** You may use this file under the terms of the BSD license as follows:
-**
-** "Redistribution and use in source and binary forms, with or without
-** modification, are permitted provided that the following conditions are
-** met:
-** * Redistributions of source code must retain the above copyright
-** notice, this list of conditions and the following disclaimer.
-** * Redistributions in binary form must reproduce the above copyright
-** notice, this list of conditions and the following disclaimer in
-** the documentation and/or other materials provided with the
-** distribution.
-** * Neither the name of Nokia Corporation and its Subsidiary(-ies) nor
-** the names of its contributors may be used to endorse or promote
-** products derived from this software without specific prior written
-** permission.
-**
-** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-** "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-** LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-** A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-** OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-** SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-** LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-** DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-** THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-** OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."
-**
-** $QT_END_LICENSE$
-**
-****************************************************************************/
-
-/*!
- \title QML Demo - Tweet Search
- \example demos/tweetsearch
- \brief This is simple twitter application written in QML.
-
- The Tweet Search demo shows how to write a simple twitter application.
- It uses the twitter search API to search for tweets with specific words or hashtag
- or from a specific user. The tweets are presented in a list that can be pulled to
- be updated.
-*/
-