PDA

View Full Version : how do display image on label using url link



addu
23rd May 2009, 07:46
Hi

I am getting image url sting using API...

Then how do display the image on label using url string.

Thanks

Addu

wysota
23rd May 2009, 09:04
Download the image using QHttp or QNetworkAccessManager and display it on QLabel using QLabel::setPixmap().