Qt 6.11 is out! See what's new in the release
blog
How to create a playlist of animations
General and Desktop
5
Posts
4
Posters
2.6k
Views
1
Watching
-
I want to create a playlist of several animations. What is the component of Qt is most appropriate?
Principle: I create several animations that I backup with a given extension. I want to select a few among them to build a list and when I click the play button of my software, animation are read from the first simulation to the last in succession.
How can I do?
-
Did you mean GIF animation?
QMovie for example.