I want to display images in my QTextBRowser. Those images are from different websites.

So far, I am able to connect to those sites with a QHttp and so on...

But the pages are displayed, and every time an image should appear, I see a symbol, but not the images.

This is what the debug prints:

QTextBrowser: Cannot open 'http://localhost/website/images/logo.png' for reading
QFSFileEngine:pen: No file name specified

Why?