Help popups in form application
-
I am wondering if it is possible to make help popups in QT application, such that multiple of them would appear on the screen (not like tool tip). And such that user could close them. What would be my options?

-
HI and welcome to devnet,
You can build your own popup and do custom painting to achieve what you want.
-
subclass a widget and do a custom paint event .. the in the original windows describe the evets that you want your own widget(popup) to be shown (onMNouseHover, onMoseClick....)