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 """ |