summaryrefslogtreecommitdiffstats
path: root/doc/src
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
parent1e517bba5fa42a8e3c573966170399573ecf0ff0 (diff)
downloadQt-234f96a92b8f7de0b06d9711ce7f47dfb1d8dda6.zip
Qt-234f96a92b8f7de0b06d9711ce7f47dfb1d8dda6.tar.gz
Qt-234f96a92b8f7de0b06d9711ce7f47dfb1d8dda6.tar.bz2
Split behavior and wigglytext examples
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/declarative/examples.qdoc1
-rw-r--r--doc/src/examples/qml-examples.qdoc9
2 files changed, 10 insertions, 0 deletions
diff --git a/doc/src/declarative/examples.qdoc b/doc/src/declarative/examples.qdoc
index e0ace56..8685809 100644
--- a/doc/src/declarative/examples.qdoc
+++ b/doc/src/declarative/examples.qdoc
@@ -121,6 +121,7 @@ The examples can be found in Qt's \c examples/declarative directory.
\o \l{declarative/animation/easing}{Easing}
\o \l{declarative/animation/basics/property-animation}{Property Animation}
\o \l{declarative/animation/states}{States}
+\o \l{declarative/animation/wigglytext/wigglytext}{Wiggly Text}
\endlist
\section2 Image Elements
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