QMovie set startFrame
General and Desktop
2
Posts
2
Posters
530
Views
2
Watching
-
Hi, welcome to devnet.
To skip to a specific frame you can use jumpToframe(int) method. You can call it in response to started() signal.
Similarly, for a freeze frame, you can connect to frameChanged(int) signal and call setPaused(true) or stop() there.