[SOLVED] How to make simple animated icon ?
-
I've got a QWidget which uses UI file. I want to make animated icon(button,label) on this widget. How can I do it the simplest way ? I have some 6 png's and can make QLabel and QTimer, write a slot and change png on label in it after every timer tick. Is there any simplest way ?
-
"QMovie":http://developer.qt.nokia.com/doc/qt-4.8/qmovie.html#supportedFormats
In QML, there is also "AnimatedImage":http://developer.qt.nokia.com/doc/qt-4.8/qml-animatedimage.html object.