36 #include "pqComponentsModule.h" 51 static void showTip(
const QPixmap& image,
const QPoint& pos);
54 pqImageTip(
const QPixmap& image, QWidget* parent);
57 QBasicTimer*
const hideTimer;
59 bool eventFilter(QObject*, QEvent*);
60 void enterEvent(QEvent*);
61 void timerEvent(QTimerEvent *e);
62 void paintEvent(QPaintEvent *e);
Provides tooltip-like behavior, but displays an image instead of text.