Movie Example¶
Movie example demonstrates how to use QMovie and QLabel to display animations
movieplayer.cpp Example File¶
movieplayer.h Example File¶
main.cpp Example File¶
movie.pro Example File¶
animation.gif Image File¶
The Movie example demonstrates how to use QMovie and QLabel to display animations.
QMovie is mostly useful if one wants to play a simple animation without the added complexity of a multimedia framework to install and deploy.