 |
LeechCraft
0.6.70-13605-g8cd066ad6a
Modular cross-platform feature rich live environment.
|
Go to the documentation of this file.
41 setAcceptHoverEvents (
true);
45 SLOT (showToolTip ()));
46 ShowTimer_.setSingleShot (
true);
65 return ContainsMouse_;
70 QToolTip::showText (cursor ().pos (),
text);
75 ShowTimer_.start (1000);
76 ContainsMouse_ =
true;
78 QQuickItem::hoverEnterEvent (event);
84 ContainsMouse_ =
false;
86 QQuickItem::hoverLeaveEvent (event);