 |
LeechCraft
0.6.70-15082-g543737046d
Modular cross-platform feature rich live environment.
|
Go to the documentation of this file.
18 setAcceptHoverEvents (
true);
23 ShowTimer_.setSingleShot (
true);
42 return ContainsMouse_;
47 QToolTip::showText (cursor ().pos (),
text);
52 ShowTimer_.start (1000);
53 ContainsMouse_ =
true;
55 QQuickItem::hoverEnterEvent (event);
61 ContainsMouse_ =
false;
63 QQuickItem::hoverLeaveEvent (event);