src/corelib/animation/qpauseanimation.cpp
changeset 3 41300fa6a67c
parent 0 1918ee327afb
child 4 3b1da2848fc7
equal deleted inserted replaced
2:56cd8111b7f7 3:41300fa6a67c
    54     be set directly with setDuration().
    54     be set directly with setDuration().
    55 
    55 
    56     It is not necessary to construct a QPauseAnimation yourself.
    56     It is not necessary to construct a QPauseAnimation yourself.
    57     QSequentialAnimationGroup provides the convenience functions
    57     QSequentialAnimationGroup provides the convenience functions
    58     \l{QSequentialAnimationGroup::}{addPause()} and
    58     \l{QSequentialAnimationGroup::}{addPause()} and
    59     \l{QSequentialAnimationGroup::}{insertPauseAt()}. These functions
    59     \l{QSequentialAnimationGroup::}{insertPause()}. These functions
    60     simply take the number of milliseconds the pause should last.
    60     simply take the number of milliseconds the pause should last.
    61 
    61 
    62     \sa QSequentialAnimationGroup
    62     \sa QSequentialAnimationGroup
    63 */
    63 */
    64 
    64