예제 #1
0
void ImageBox::restartMovie() const {
    QMovie* movie = image->movie();
    if( movie )
        movie->restart();
}