Hi,
Is there any way to specify the time out for tooltip? I want to show the tooltip until mouse is on that Qwidget.
Printable View
Hi,
Is there any way to specify the time out for tooltip? I want to show the tooltip until mouse is on that Qwidget.
I don't think this is possible with just QToolTip. You might have to write your own custom widget for this.