I had add this to the constructor and the label just do not show nothing... ( the part that is saying icons/bsusy.gif i had changed it to :/icons/bsusy.gif but still nothing )
Qt Code:
  1. QLabel FlamesLabel;
  2. QMovie *movie = new QMovie("icons/bsusy.gif");
  3.  
  4. FlamesLabel.setMovie(movie);
  5. movie->start();
To copy to clipboard, switch view to plain text mode 

Any ideas?