summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorCasper van Donderen <casper.vandonderen@nokia.com>2011-06-30 09:42:52 +0200
committerQt by Nokia <qt-info@nokia.com>2011-07-05 21:19:08 +0200
commit1734cb55c5049ae7bead9ed5474f067ee6536e4f (patch)
tree5d521646319d14a4801f0eee0cea347595f2014d /doc
parent192eae5797fdd8b68eef8697fd75717fd537d15b (diff)
Move some other examples around in the docs.
Change-Id: Ib50600ff9fd3d807b82a152abd7d587196d5b5e3 Reviewed-on: http://codereview.qt.nokia.com/932 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: David Boddie
Diffstat (limited to 'doc')
-rw-r--r--doc/src/examples/deform.qdoc (renamed from doc/src/demos/deform.qdoc)4
-rw-r--r--doc/src/examples/digiflip.qdoc (renamed from doc/src/demos/digiflip.qdoc)4
-rw-r--r--doc/src/examples/embeddeddialogs.qdoc (renamed from doc/src/demos/embeddeddialogs.qdoc)2
-rw-r--r--doc/src/examples/flickable.qdoc (renamed from doc/src/demos/flickable.qdoc)4
-rw-r--r--doc/src/examples/flightinfo.qdoc (renamed from doc/src/demos/flightinfo.qdoc)4
-rw-r--r--doc/src/examples/gradients.qdoc (renamed from doc/src/demos/gradients.qdoc)4
-rw-r--r--doc/src/examples/lightmaps.qdoc (renamed from doc/src/demos/lightmaps.qdoc)4
-rw-r--r--doc/src/examples/raycasting.qdoc (renamed from doc/src/demos/raycasting.qdoc)4
-rw-r--r--doc/src/examples/styledemo.qdoc (renamed from doc/src/demos/styledemo.qdoc)4
9 files changed, 17 insertions, 17 deletions
diff --git a/doc/src/demos/deform.qdoc b/doc/src/examples/deform.qdoc
index 7b11a9a95a..1a81053248 100644
--- a/doc/src/demos/deform.qdoc
+++ b/doc/src/examples/deform.qdoc
@@ -26,10 +26,10 @@
****************************************************************************/
/*!
- \example demos/deform
+ \example painting/deform
\title Vector Deformation
- This demo shows how to use advanced vector techniques to draw text
+ This example shows how to use advanced vector techniques to draw text
using a \c QPainterPath.
\image deform-demo.png
diff --git a/doc/src/demos/digiflip.qdoc b/doc/src/examples/digiflip.qdoc
index 33f083f957..ae3b18216b 100644
--- a/doc/src/demos/digiflip.qdoc
+++ b/doc/src/examples/digiflip.qdoc
@@ -26,6 +26,6 @@
****************************************************************************/
/*!
- \example demos/embedded/digiflip
- \title Digiflip Demonstration
+ \example embedded/digiflip
+ \title Digiflip
*/
diff --git a/doc/src/demos/embeddeddialogs.qdoc b/doc/src/examples/embeddeddialogs.qdoc
index e80f76c113..685bcf8e22 100644
--- a/doc/src/demos/embeddeddialogs.qdoc
+++ b/doc/src/examples/embeddeddialogs.qdoc
@@ -26,7 +26,7 @@
****************************************************************************/
/*!
- \example demos/embeddeddialogs
+ \example graphicsview/embeddeddialogs
\title Embedded Dialogs
This example shows how to embed standard dialogs into
diff --git a/doc/src/demos/flickable.qdoc b/doc/src/examples/flickable.qdoc
index 540857be96..378bfcaf47 100644
--- a/doc/src/demos/flickable.qdoc
+++ b/doc/src/examples/flickable.qdoc
@@ -26,8 +26,8 @@
****************************************************************************/
/*!
- \example demos/embedded/flickable
- \title Flickable List Demonstration
+ \example embedded/flickable
+ \title Flickable List
\image flickable-demo.png
*/
diff --git a/doc/src/demos/flightinfo.qdoc b/doc/src/examples/flightinfo.qdoc
index e812dbff75..f3b5e32197 100644
--- a/doc/src/demos/flightinfo.qdoc
+++ b/doc/src/examples/flightinfo.qdoc
@@ -26,8 +26,8 @@
****************************************************************************/
/*!
- \example demos/embedded/flightinfo
- \title Flight Info Demonstration
+ \example embedded/flightinfo
+ \title Flight Info
\image flightinfo-demo.png
*/
diff --git a/doc/src/demos/gradients.qdoc b/doc/src/examples/gradients.qdoc
index 1f29a4ae10..430ce3ce87 100644
--- a/doc/src/demos/gradients.qdoc
+++ b/doc/src/examples/gradients.qdoc
@@ -26,10 +26,10 @@
****************************************************************************/
/*!
- \example demos/gradients
+ \example painting/gradients
\title Gradients
- In this demo we show the various types of gradients that can
+ In this example we show the various types of gradients that can
be used in Qt.
\image gradients-demo.png
diff --git a/doc/src/demos/lightmaps.qdoc b/doc/src/examples/lightmaps.qdoc
index a8594f9d9b..0b5b807919 100644
--- a/doc/src/demos/lightmaps.qdoc
+++ b/doc/src/examples/lightmaps.qdoc
@@ -26,8 +26,8 @@
****************************************************************************/
/*!
- \example demos/embedded/lightmaps
- \title Light Maps Demonstration
+ \example embedded/lightmaps
+ \title Light Maps
\image lightmaps-demo.png
*/
diff --git a/doc/src/demos/raycasting.qdoc b/doc/src/examples/raycasting.qdoc
index 5c03e2092f..ae5be0f707 100644
--- a/doc/src/demos/raycasting.qdoc
+++ b/doc/src/examples/raycasting.qdoc
@@ -26,8 +26,8 @@
****************************************************************************/
/*!
- \example demos/embedded/raycasting
- \title Ray Casting Demonstration
+ \example embedded/raycasting
+ \title Ray Casting
\image raycasting-demo.png
*/
diff --git a/doc/src/demos/styledemo.qdoc b/doc/src/examples/styledemo.qdoc
index 415d2843b7..5a5bb5b47d 100644
--- a/doc/src/demos/styledemo.qdoc
+++ b/doc/src/examples/styledemo.qdoc
@@ -26,8 +26,8 @@
****************************************************************************/
/*!
- \example demos/embedded/styledemo
- \title Embedded Styles Demonstration
+ \example embedded/styledemo
+ \title Embedded Styles
\image styledemo-demo.png
*/