PDA

View Full Version : jpeg support



FoleyX90
18th May 2010, 22:06
How do I allow qt to display jpegs whether it's in qwebview or qlabel w/ pixmap? This is very frustrating :(. Please, help.

aamer4yu
19th May 2010, 05:52
QLabel::setPixmap :rolleyes:

FoleyX90
19th May 2010, 15:27
QLabel::setPixmap :rolleyes:

Thanks. This is not what I needed, however. I worded my question very poorly. What I meant was adding jpeg support into qt so the application can view jpegs on other computers that did not have qt installed. I figured it out, though. (imageformats/qjpeg4.dll) :) Thanks for your reponse, though.

aamer4yu
19th May 2010, 15:29
And I guess you figured out that imageformats folder should be in same directory as ur app :rolleyes: