summaryrefslogtreecommitdiffstats
path: root/doc/src/animation.qdoc
diff options
context:
space:
mode:
authorGeir Vattekar <geir.vattekar@trolltech.com>2009-05-15 14:30:29 (GMT)
committerGeir Vattekar <geir.vattekar@trolltech.com>2009-05-15 14:30:29 (GMT)
commit9aba165d0ca970949bcc5fc590569ea58d992626 (patch)
tree478d45ec2261cccfce4c23bb2e2d0b76436482f7 /doc/src/animation.qdoc
parentbe028df787d8484e51305aac67fe5dbd0310cd51 (diff)
downloadQt-9aba165d0ca970949bcc5fc590569ea58d992626.zip
Qt-9aba165d0ca970949bcc5fc590569ea58d992626.tar.gz
Qt-9aba165d0ca970949bcc5fc590569ea58d992626.tar.bz2
Doc: Added architecture image to animation overview.
Reviewed-by: David Boddie
Diffstat (limited to 'doc/src/animation.qdoc')
-rw-r--r--doc/src/animation.qdoc5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/src/animation.qdoc b/doc/src/animation.qdoc
index 5eb2eda..f3baf71 100644
--- a/doc/src/animation.qdoc
+++ b/doc/src/animation.qdoc
@@ -64,7 +64,10 @@
We will in this section take a high-level look at the animation
framework's architecture and how it is used to animate Qt
- properties.
+ properties. The following diagram shows the most important classes
+ in the animation framework.
+
+ \image animations-architecture.png
The animation framework foundation consists of the base class
QAbstractAnimation, and its two subclasses QVariantAnimation and