PDA

View Full Version : Which Qt widget (not webkit) that can display html image link (like item list)



umen
1st April 2011, 08:04
i like to display image from server without downloading it , sure i can use qwebkit.
but i like to be able to display the image in some kind of list . what option do i have ?

Archa4
1st April 2011, 08:24
How do u intend to view image without downloading it?

umen
1st April 2011, 09:10
i know its downloaded to some catch but i like to be able to present it from the server like

http://www.ddd/hh/foo.jpg

nish
1st April 2011, 14:02
You have to download it. Your browser also downloads it.
just download the image via QHttp or QNetworkAccessManager and show it using a QPixmap or QIcon.