Qt 6.11 is out! See what's new in the release
blog
[Solved] Image in a tooltip
General and Desktop
6
Posts
3
Posters
10.5k
Views
1
Watching
-
Is there a way to make a fancy "tooltip" with an image in it?
Thanks in advance. -
Well,
you can have a look to the source code of "QxtTooltip":http://doc.libqxt.org/0.6.0/qxttooltip.html, maybe it's not so hard to extract what you need.
Tony.
-
You can use HTML in a tooltip text?
-
Wow! Thanks!