Animating a QWidget
Unsolved
General and Desktop
-
Hi..!
What is the best way to create vector animation for any kind of QWidget?..
I want, for example, move horizontal a QLabel from right to left.Thanks.
-
Hi..!
What is the best way to create vector animation for any kind of QWidget?..
I want, for example, move horizontal a QLabel from right to left.Thanks.
@U7Development
I assume you should use The Animation Framework. There is the QPropertyAnimation Class. A simple widget-moving example in Python is in Animating custom widgets with QPropertyAnimation.