QPropertyAnimation #76
892768447
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
https://pyqt5.com/QPropertyAnimation.html
QPropertyAnimation继承自QVariantAnimation,其作为Qt的属性动画用于针对控件的属性或者继承自QObject的对象中定义的属性做修改,简单来说就是基类是QObject且定义了属性变量,就可以用QPropertyAnimation来做属性动画。同时也可以通过pyqtProperty来增加自定义属性。
Beta Was this translation helpful? Give feedback.
All reactions