Skip to content

QAnimatedStackedWidget is a Python class extends QStackedWidget functionality to animated when change widgets

Notifications You must be signed in to change notification settings

kt0/QAnimatedStackedWidget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

QAnimatedStackedWidget

QAnimatedStackedWidget is a Python class extends QStackedWidget functionality to animated when change widgets

QAnimatedStackedWidget new functions :

Settings

  • 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

Slidings

  • slideInNext() : slide in next widget
  • slideInPre() : slide in previus widget
  • slideInIndex(next) : slide in defined index

About

QAnimatedStackedWidget is a Python class extends QStackedWidget functionality to animated when change widgets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages