PDA

View Full Version : QLabel Issues



vijay anandh
27th June 2006, 12:47
Hi All

I am vijay using VS 2005 With QT Integration 4.1.1. I want to display gif files in Labels. i can display bmp and jpeg, png formats. But gif files is not shown up. I have used

label->setPixmap("") -> to show the pixmap on the label. It works, gif files is not coming

Looking forward your reply
thanks and regards
vijay

munna
27th June 2006, 13:42
By default Qt does not support .gif files. You have to either configure Qt to support gif files or convert your gif into jpeg or png (if its a plain picture).