diff options
author | Alexis Menard <alexis.menard@nokia.com> | 2009-10-01 11:16:17 (GMT) |
---|---|---|
committer | Alexis Menard <alexis.menard@nokia.com> | 2009-10-01 11:17:38 (GMT) |
commit | 3f711d2a40224f7f4d609fdb60d26ad79998da59 (patch) | |
tree | cb0bd4f6d4b76da73ac83cd0e80d5a3cc4046288 /doc/src/qt4-intro.qdoc | |
parent | 7edd3d86530ed4036482d05e2791569f3f53afa6 (diff) | |
download | Qt-3f711d2a40224f7f4d609fdb60d26ad79998da59.zip Qt-3f711d2a40224f7f4d609fdb60d26ad79998da59.tar.gz Qt-3f711d2a40224f7f4d609fdb60d26ad79998da59.tar.bz2 |
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.qdoc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/qt4-intro.qdoc b/doc/src/qt4-intro.qdoc index e273c6e..47eab16 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. |