Quote Originally Posted by Pieter from Belgium View Post
In a tooltip, I would like to include an image that is to be generated at runtime. I would do this by using html for the tooltip text.
Go ahead and give it a try.


However, how can I refer to this generated pixmap in this html?
I don't like writing this image to disk.
I dont think so, that you can use an "image in memory" in html tags. You have to write it on disk, or use "setPalette".

Can I register an in memory image as a resource?
Try this EXMAPLE