This :

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

Works in 4.5 and not in 4.6. I'm not sure why.