Hi,

I have a search.png file on my app's current directory.

this:

Qt Code:
  1. QWebView * web = new QWebView;
  2.  
  3. web->setHtml("<img src=\"search.png\">");
To copy to clipboard, switch view to plain text mode 

Doesn't show the picture, since 4.6.

Am I missing something ?