Qt可以用QLabel和QMovie顯示gif動畫


QMovie *obj = new QMovie("xxx.gif");
labObj->setMovie(obj);
obj->start();