summaryrefslogtreecommitdiffstats
path: root/doc/src/examples
diff options
context:
space:
mode:
authorKevin Wright <kevin.wright@nokia.com>2011-11-24 17:00:38 (GMT)
committerKevin Wright <kevin.wright@nokia.com>2011-11-24 17:00:38 (GMT)
commit234f96a92b8f7de0b06d9711ce7f47dfb1d8dda6 (patch)
treee0ba7bd53d47d60ea097a204a0e4da1daef3e5cf /doc/src/examples
parent1e517bba5fa42a8e3c573966170399573ecf0ff0 (diff)
downloadQt-234f96a92b8f7de0b06d9711ce7f47dfb1d8dda6.zip
Qt-234f96a92b8f7de0b06d9711ce7f47dfb1d8dda6.tar.gz
Qt-234f96a92b8f7de0b06d9711ce7f47dfb1d8dda6.tar.bz2
Split behavior and wigglytext examples
Diffstat (limited to 'doc/src/examples')
-rw-r--r--doc/src/examples/qml-examples.qdoc9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/src/examples/qml-examples.qdoc b/doc/src/examples/qml-examples.qdoc
index f83a8fa..f8c59f3 100644
--- a/doc/src/examples/qml-examples.qdoc
+++ b/doc/src/examples/qml-examples.qdoc
@@ -66,6 +66,15 @@
*/
/*!
+ \title Animation: Wiggly Text Example
+ \example declarative/animation/behaviors/wigglytext
+ \depends helper/qmlapplicationviewer
+
+ \brief This example shows how to animate text.
+
+*/
+
+/*!
\title Animation: Easing Example
\example declarative/animation/easing
\depends helper/qmlapplicationviewer