以下成员源于类 QMovie are part of the Qt compatibility layer. We advise against using them in new code.
| bool | finished () const |
| QImage | frameImage () const |
| int | frameNumber () const |
| QPixmap | framePixmap () const |
| bool | isNull () const |
| void | pause () |
| bool | paused () const |
| void | restart () |
| bool | running () const |
| void | step () |
| void | unpause () |
使用 state () 代替。
使用 currentImage () 代替。
使用 currentFrameNumber () 代替。
使用 currentPixmap () 代替。
使用 isValid () 代替。
使用 setPaused (true) instead.
使用 state () 代替。
另请参阅 setPaused ().
使用 state () 代替。
使用 jumpToNextFrame () 代替。
使用 setPaused (false) instead.