Plasma
tooltip.h
90 Q_PROPERTY(Plasma::Types::Location location READ location WRITE setLocation NOTIFY locationChanged)
110 Q_PROPERTY(bool interactive MEMBER m_interactive WRITE setInteractive NOTIFY interactiveChanged)
Q_OBJECTQ_OBJECT
Definition: tooltip.h:48
Q_PROPERTY(...)
virtual bool event(QEvent *ev) override
Q_SLOTSQ_SLOTS
virtual bool contains(const QPointF &point) const const
virtual void hoverLeaveEvent(QHoverEvent *event)
bool interactive
If interactive is false (default), the tooltip will automatically hide itself as soon as the mouse le...
Definition: tooltip.h:110
parent
void toolTipVisibleChanged(bool toolTipVisible)
Emitted when the tooltip's visibility changes.
Q_SIGNALSQ_SIGNALS
QVariant icon
An icon for this tooltip, accepted values are an icon name, a QIcon, QImage or QPixmap.
Definition: tooltip.h:80
int timeout
Timeout in milliseconds after which the tooltip will hide itself.
Definition: tooltip.h:116
void hideImmediately()
Hides the tooltip immediately, in comparison to hideToolTip.
Definition: tooltip.cpp:264
virtual void hoverEnterEvent(QHoverEvent *event)
QVariant image
TODO: single property for images? An image for this tooltip, accepted values are an icon name,...
Definition: tooltip.h:96
virtual bool childMouseEventFilter(QQuickItem *item, QEvent *event)
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Sep 26 2023 04:05:57 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Sep 26 2023 04:05:57 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.