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