Skip to content

AnimationGroup

Qt Base Class: QAnimationGroup

Signature: QAnimationGroup(self, parent: Optional[PySide6.QtCore.QObject] = None) -> None

Base classes

Name Children Inherits
AnimationGroupMixin
prettyqt.core.animationgroup
QAnimationGroup
PySide6.QtCore
QAnimationGroup(self, parent: Optional[PySide6.QtCore.QObject] \= None) -> None

⋔ Inheritance diagram

graph TD
  1473299841376["core.AnimationGroup"]
  1473299826736["core.AnimationGroupMixin"]
  1473299791600["core.AbstractAnimationMixin"]
  1473299815024["core.ObjectMixin"]
  140713234304496["builtins.object"]
  1473289072576["QtCore.QAnimationGroup"]
  1473289055008["QtCore.QAbstractAnimation"]
  1473288842240["QtCore.QObject"]
  1473291690208["Shiboken.Object"]
  1473299826736 --> 1473299841376
  1473299791600 --> 1473299826736
  1473299815024 --> 1473299791600
  140713234304496 --> 1473299815024
  1473289072576 --> 1473299841376
  1473289055008 --> 1473289072576
  1473288842240 --> 1473289055008
  1473291690208 --> 1473288842240
  140713234304496 --> 1473291690208

🛈 DocStrings

Bases: AnimationGroupMixin, QAnimationGroup

Abstract base class for groups of animations.

Source code in prettyqt\core\animationgroup.py
class AnimationGroup(AnimationGroupMixin, core.QAnimationGroup):
    """Abstract base class for groups of animations."""

⌗ Property table

Qt Property Type Doc
objectName QString
state QAbstractAnimation::State
loopCount int
currentTime int
currentLoop int
direction QAbstractAnimation::Direction
duration int