Doc: Move full apps from "qtquickexamples" to "qtquickdemos"
authorSze Howe Koh <szehowe.koh@gmail.com>
Tue, 30 Apr 2013 15:38:07 +0000 (23:38 +0800)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Mon, 6 May 2013 07:45:50 +0000 (09:45 +0200)
"qtquickexamples" is for illustrating code usage; "qtquickdemos" is for
showcasing fully-functional apps.

Renamed titles and screenshots to match the other demos.

Also, attempt to make the descriptions sound more interesting.

Change-Id: I2fb43c5d32f24159cd39564576d4ebd76b2cbeaa
Reviewed-by: Alan Alpert <aalpert@blackberry.com>
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
examples/quick/demos/calqlatr/doc/images/qtquick-demo-calqlatr.png [moved from examples/quick/demos/calqlatr/doc/images/qml-calqlatr-demo-small.png with 100% similarity]
examples/quick/demos/calqlatr/doc/src/calqlatr.qdoc
examples/quick/demos/photosurface/doc/images/qtquick-demo-photosurface-small.png [moved from examples/quick/demos/photosurface/doc/images/qml-photosurface-example-small.png with 100% similarity]
examples/quick/demos/photosurface/doc/src/photosurface.qdoc

index d812da4..7217c7d 100644 (file)
 ****************************************************************************/
 
 /*!
-    \title QML Demo - Calqlatr
+    \title Qt Quick Demo - Calqlatr
+    \ingroup qtquickdemos
     \example demos/calqlatr
-    \brief This is an example calculator written in QML.
-    \image qml-calqlatr-demo-small.png
-    \ingroup qtquickexamples
-
-    This demo implements a simple calculator app, designed for portrait devices.
+    \brief A simple calculator app, designed for portrait devices.
+    \image qtquick-demo-calqlatr.png
 
     This app has the logic implemented in Javascipt and the appearance implemented in QML.
 */
index 343acce..48f8e8a 100644 (file)
 ****************************************************************************/
 
 /*!
-    \title QML Demo - Photo Surface
+    \title Qt Quick Demo - Photo Surface
+    \ingroup qtquickdemos
     \example demos/photosurface
-    \brief This is the typical touch photo-shuffling example written in QML.
-    \image qml-photosurface-example-small.png
-    \ingroup qtquickexamples
+    \brief A touch-based app for shuffling photos around a virtual surface.
+    \image qtquick-demo-photosurface-small.png
 
     This example demonstrates how to handle dragging, rotation and
     pinch zooming within the same item using a PinchArea containing a MouseArea.