27 static void showTip(
const QPixmap&
image,
const QPoint& pos);
30 pqImageTip(
const QPixmap& image, QWidget* parent);
33 QBasicTimer*
const hideTimer;
35 bool eventFilter(QObject*, QEvent*)
override;
36 #if QT_VERSION < QT_VERSION_CHECK(6, 0, 0) 37 void enterEvent(QEvent*)
override;
39 void enterEvent(QEnterEvent*)
override;
41 void timerEvent(QTimerEvent* e)
override;
42 void paintEvent(QPaintEvent* e)
override;
#define PQCOMPONENTS_EXPORT
Provides tooltip-like behavior, but displays an image instead of text.