Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
How to change the time delay before a QToolTip shows?
-
Hi all,
I have a custom QGraphicsItem's with a QToolTip. When hovering with the mouse on them the toolTip shows fine, but there is a small delay before the toolTip shows.
How can I decrease that delay, so the toolTip will shows immediately?Thanks.