summaryrefslogtreecommitdiffstats
path: root/doc/src/qt4-intro.qdoc
diff options
context:
space:
mode:
authorAlexis Menard <alexis.menard@nokia.com>2009-10-01 13:16:17 +0200
committerAlexis Menard <alexis.menard@nokia.com>2009-10-01 13:17:38 +0200
commit3f711d2a40224f7f4d609fdb60d26ad79998da59 (patch)
treecb0bd4f6d4b76da73ac83cd0e80d5a3cc4046288 /doc/src/qt4-intro.qdoc
parent7edd3d86530ed4036482d05e2791569f3f53afa6 (diff)
Doc fix on QGraphicsWidget and QGraphicsObject.
Reviewed-by:David Boddie <dboddie@trolltech.com>
Diffstat (limited to 'doc/src/qt4-intro.qdoc')
-rw-r--r--doc/src/qt4-intro.qdoc5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/qt4-intro.qdoc b/doc/src/qt4-intro.qdoc
index e273c6e901..47eab161d6 100644
--- a/doc/src/qt4-intro.qdoc
+++ b/doc/src/qt4-intro.qdoc
@@ -501,8 +501,9 @@
The framework makes it easy to animate \l{QObject}s, including
QWidgets, by allowing Qt properties to be animated. It also allows
creating custom animations and interpolation functions. Graphics
- views are not left out--one can animate \l{QGraphicsWidget}s,
- which inherits from QObject (and thereby enables properties).
+ views are not left out; one can animate \l{QGraphicsWidget}s and
+ new \l{QGraphicsObject}s which inherit from QGraphicsItem
+ (and thereby enable properties).
Animations are controlled using easing curves and can be grouped
together. This enables animations of arbitrary complexity.