Hi. Is there any notification I can use to determine whether a QMovie is playing or not?
+2
A:
There is QMovie::state() and QMovie::stateChanged(). The first one gives you QMovie::MovieState, whereas the second emits a signal that you can use in a slot (see Signals and Slots) to detect state changes.
stephan
2009-12-28 11:02:46