Quote Originally Posted by probine
how about displaying the image contained in the QByteArray in a QTextBrowser.

Is it possible, how ?
Make a pixmap out of it like shown in previous posts and load it into the text browser from a document that will reference it (using img src="xxx"). Just make sure this pixmap is available to the browser -- read the docs to see how it's done.