PDA

View Full Version : setToolTip time delay



h123
8th November 2008, 03:38
Is there any way to introduce the delay for setToolTip(), so that I can configure the time-delay to display the tool tip?

caduel
8th November 2008, 08:50
looking into qapplication.cpp, this value seems hardcoded.

aamer4yu
9th November 2008, 09:20
yes, and i guess its 10 sec.

You can override the Tooltip event and display ur custom tooltip. in that way u can control the time for which the tooltip is shown