diff options
Diffstat (limited to 'doc/src/animation.qdoc')
-rw-r--r-- | doc/src/animation.qdoc | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/doc/src/animation.qdoc b/doc/src/animation.qdoc index c16d6a2..843e0aa 100644 --- a/doc/src/animation.qdoc +++ b/doc/src/animation.qdoc @@ -1,7 +1,7 @@ /**************************************************************************** ** ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). -** Contact: Qt Software Information (qt-info@nokia.com) +** Contact: Nokia Corporation (qt-info@nokia.com) ** ** This file is part of the documentation of the Qt Toolkit. ** @@ -34,7 +34,7 @@ ** met: http://www.gnu.org/copyleft/gpl.html. ** ** If you are unsure which license is appropriate for your use, please -** contact the sales department at qt-sales@nokia.com. +** contact the sales department at http://www.qtsoftware.com/contact. ** $QT_END_LICENSE$ ** ****************************************************************************/ @@ -327,11 +327,12 @@ \section1 Animations and States When using a \l{The State Machine Framework}{state machine}, we - can associate an animation to a transition between states using a - QSignalTransition or QEventTransition class. These classes are both - derived from QAbstractClass, which defines the convenience function - addAnimation() that enables the appending of one or more animations - triggered when the transition occurs. + can associate one or more animations to a transition between states + using a QSignalTransition or QEventTransition class. These classes + are both derived from QAbstractTransition, which defines the + convenience function \l{QAbstractTransition::}{addAnimation()} that + enables the appending of one or more animations triggered when the + transition occurs. We also have the possibility to associate properties with the states rather than setting the start and end values ourselves. |