[Qt-interest] Displaying Image Resources from an URL

R. Reucher rene.reucher at batcom-it.net
Thu Nov 5 16:16:37 CET 2009


On Thu, 05 Nov 2009 14:57:02 +0000, Sean Harmer wrote:
>> > image on the server itself and directly link to it from my
>> > application without downloading it ?
> 
> How do you hope to display data without downloading it? Something has to
> download it.
I guess he means not to explicitly store it on disk...

>> Yes. Just use a QWebView for your images. Which, of course, doesn't
>> mean the image won't be downloaded, of course.
> 
> In fact I think this uses QNetworkAccessManager under the bonnet anyway.
Yes, it does. But you can simply use the widget and feed it with the 
URL... much easier perhaps.

HTH, René
-- 
René Reucher
rene.reucher at batcom-it.net
http://www.batcom-it.net/



More information about the Qt-interest-old mailing list