PDA

View Full Version : Problem with displaying jpeg and gif images, in QT4



node_ex
23rd September 2008, 09:20
Hi,

I installed Qt embedded linux 4.4.1 in mipsel linux platform, I am able to compile and run the applications. I am getting problem with showing images, it is only showing png images, but not displaying jpeg and gif images. The load() function of QImage is returning 0. Can anyone tell how to solve this problem.

regards,
node_ex

ChristianEhrlicher
23rd September 2008, 15:29
Standard problem (could be found through the search function!) - you forgot to install the jpeg and gif qt plugins. See http://doc.trolltech.com/4.4/plugins-howto.html on where you have to place them (or use forum search)