src/gui/graphicsview/qgraphicsitemanimation.cpp
changeset 3 41300fa6a67c
parent 0 1918ee327afb
child 4 3b1da2848fc7
equal deleted inserted replaced
2:56cd8111b7f7 3:41300fa6a67c
    43     \class QGraphicsItemAnimation
    43     \class QGraphicsItemAnimation
    44     \brief The QGraphicsItemAnimation class provides simple animation
    44     \brief The QGraphicsItemAnimation class provides simple animation
    45     support for QGraphicsItem.
    45     support for QGraphicsItem.
    46     \since 4.2
    46     \since 4.2
    47     \ingroup graphicsview-api
    47     \ingroup graphicsview-api
       
    48     \deprecated
    48 
    49 
    49     The QGraphicsItemAnimation class animates a QGraphicsItem. You can
    50     The QGraphicsItemAnimation class animates a QGraphicsItem. You can
    50     schedule changes to the item's transformation matrix at
    51     schedule changes to the item's transformation matrix at
    51     specified steps. The QGraphicsItemAnimation class has a 
    52     specified steps. The QGraphicsItemAnimation class has a 
    52     current step value. When this value changes the transformations 
    53     current step value. When this value changes the transformations