Qt's tooltip does not work as expected with some classes, e.g. More...
#include <Widgets.h>
Static Public Member Functions | |
static void | showText (const QPoint &pos, const QString &text, QWidget *w=nullptr) |
Protected Member Functions | |
bool | eventFilter (QObject *o, QEvent *e) |
void | installEventFilter () |
void | removeEventFilter () |
void | timerEvent (QTimerEvent *e) |
ToolTip () | |
virtual | ~ToolTip () |
Static Protected Member Functions | |
static ToolTip * | instance () |
Qt's tooltip does not work as expected with some classes, e.g.
when showing it in the 3d view it immediately receives a timer event to destroy itself. This class is thought to circumvent this behaviour by filtering the internal timer events.
|
protected |
Referenced by instance().
|
protectedvirtual |
References removeEventFilter().
|
protected |
Referenced by showText().
|
staticprotected |
References ToolTip().
Referenced by showText().
|
protected |
Referenced by eventFilter().
|
static |
|
protected |