QTabWidget Fade-in tab changes?
-
@Taytoo
assuming you are using QtWidgets one possibility could be:- set a QGraphicsOpacityEffect on tab-content widget
- bind a QPropertyAnimation and animate the
opacityproperty of the opacity graphics effect - overrride showEvent() and start the property animation from 0.0 to 1.0
For QML you can use the StackView element which provides transition properties.