src/eric7/EricWidgets/EricAnimatedWidget.py

branch
eric7
changeset 10482
72d9b5ea39b4
parent 10476
5182a7c5a9f3
child 11090
f5f5f5803935
equal deleted inserted replaced
10481:9aea3575bd16 10482:72d9b5ea39b4
19 19
20 class EricAnimationDirection(enum.Enum): 20 class EricAnimationDirection(enum.Enum):
21 """ 21 """
22 Class defining the animation directions. 22 Class defining the animation directions.
23 """ 23 """
24
24 Down = 0 25 Down = 0
25 Up = 1 26 Up = 1
27
26 28
27 class EricAnimatedWidget(QWidget): 29 class EricAnimatedWidget(QWidget):
28 """ 30 """
29 Class implementing an animated widget. 31 Class implementing an animated widget.
30 """ 32 """

eric ide

mercurial