KWidgetsAddons
ktooltipwidget.h
void hideLater()
Hide the tooltip after a delay of hideDelay() ms (to allow interaction with the tooltip's widget).
Definition ktooltipwidget.cpp:187
void hidden()
The tooltip has been hidden and the tooltip's widget is no longer visible.
void showAt(const QPoint &pos, QWidget *content, QWindow *transientParent)
Show a tooltip containing content.
Definition ktooltipwidget.cpp:164
void showBelow(const QRect &rect, QWidget *content, QWindow *transientParent)
Show a tooltip containing content centered below rect.
Definition ktooltipwidget.cpp:170
void setHideDelay(int delay)
Set after how many ms hideLater() will hide the tooltip.
Definition ktooltipwidget.cpp:200
Q_OBJECTQ_OBJECT
Q_PROPERTY(...)
Q_SIGNALSQ_SIGNALS
Q_SLOTSQ_SLOTS
QObject * parent() const const
QWidget(QWidget *parent, Qt::WindowFlags f)
virtual void enterEvent(QEnterEvent *event)
virtual bool event(QEvent *event) override
virtual void hideEvent(QHideEvent *event)
virtual void leaveEvent(QEvent *event)
virtual void paintEvent(QPaintEvent *event)
pos
rect
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Feb 21 2025 11:52:02 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Feb 21 2025 11:52:02 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.