There are basically three options:
1. Qt Quick
2. Graphics View with QPropertyAnimation
3. Manual animation using a custom widget and QTimeLine or QPropertyAnimation
There are basically three options:
1. Qt Quick
2. Graphics View with QPropertyAnimation
3. Manual animation using a custom widget and QTimeLine or QPropertyAnimation
In the docs of QPropertyAnimation there is a link pointing towards the description of the Animation Framework where you can find info on using it with Graphics View.
Bookmarks