Quote Originally Posted by wysota
If you set the default mime source of the application to be your image collection you can use images stored there in QToolTip by using its name as the source (so <img src="xxx"> where xxx is the name assigned to an image in the collection).
so this will do the job??

Qt Code:
  1. tip(rect, QString("<img src=\"image.png\">");
To copy to clipboard, switch view to plain text mode 

that would be very great, going to test it tomorrow at work.. thx again!