QPropertyAnimation Class Reference
[QtCore module]
Inherits QVariantAnimation.
Methods
- __init__ (self, QObject parent = None)
- __init__ (self, QObject, QByteArray, QObject parent = None)
- bool event (self, QEvent)
- QByteArray propertyName (self)
- setPropertyName (self, QByteArray)
- setTargetObject (self, QObject)
- QObject targetObject (self)
- updateCurrentValue (self, QVariant)
- updateState (self, QAbstractAnimation.State, QAbstractAnimation.State)
Detailed Description
Method Documentation
QPropertyAnimation.__init__ (self, QObject parent = None)
The parent argument, if not None, causes self to be owned by Qt instead of PyQt.
QPropertyAnimation.__init__ (self, QObject, QByteArray, QObject parent = None)
The parent argument, if not None, causes self to be owned by Qt instead of PyQt.
bool QPropertyAnimation.event (self, QEvent)
QByteArray QPropertyAnimation.propertyName (self)
QPropertyAnimation.setPropertyName (self, QByteArray)
QPropertyAnimation.setTargetObject (self, QObject)
QObject QPropertyAnimation.targetObject (self)
QPropertyAnimation.updateCurrentValue (self, QVariant)