QAnimatedStackedWidget is a Python class extends QStackedWidget functionality to animated when change widgets
- setSpeed(speed) : Sets duration of slide animations
- setAnimation(animationType) : Sets animation easing type ( QEasingCurve )
- setVerticalMode(vertical=True) : Sets vertical mode by a Ture or False value, in vertical mode widgets slide vertically
- setWrap(wrap=True) : Sets wrap mode enabled or disabled , in wrap mode next of the last one is first one and pre of first one is last one
- slideInNext() : slide in next widget
- slideInPre() : slide in previus widget
- slideInIndex(next) : slide in defined index