You are not logged in.

Dear visitor, welcome to QtForum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Monday, October 22nd 2007, 5:32pm

QMovie QLabel animated GIF not works *SOLVED*

Hello!!!
I'm using Qt in XP and when I tray to display a simple animation gif I can't see it.

Do you know where is the problem?

Here is my simple code:

Source code

1
2
3
4
5
6
7
8
9
10
   QLabel *label= new QLabel;
   QMovie *movie = new QMovie;
   
   movie->setFileName("C:/y/png/prueba.gif");
   
   label->setFixedSize(100,100);
   label->setMovie(movie);
   movie->start();
   
   label->show();

I did allready:

C:\Qt\4.2.3\configure -qt-gif

but when I try to see if it's configured: configure -help
It told me that isn't it :S


Thanks!!!!!!!xDDD

This post has been edited 3 times, last edit by "shinji_ikari" (Oct 26th 2007, 9:39am)


2

Friday, October 26th 2007, 9:38am

The Solutions

Easy solution:

1) Unistall previous Qt versions

2) Install 4.3.2

And everything will go perfectly