Re: [PATCH] BUG 198061 make the tooltip hide automatically

2009-06-27 Thread Aaron J. Seigo
On Saturday 27 June 2009, 潘卫平 wrote: > Hi, > > I find the reason is: the patch looks good; please commit it to svn. -- Aaron J. Seigo humru othro a kohnu se GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA EE75 D6B7 2EB1 A7F1 DB43 KDE core developer sponsored by Qt Software signature.asc Descripti

[PATCH] BUG 198061 make the tooltip hide automatically

2009-06-27 Thread 潘卫平
Hi,I find the reason is:when the mouse leaves the QGraphicsWidget but still on the taskbar, the taskbarreceives a QEvent::GraphicsSceneHoverEnter, then the tooltipmanager will callshow(widget). And In function show(), hideTimer is stopped, and some time later,function showToolTip() will be called.