ToolTip Class
(Utils::ToolTip)Public Types
| enum | anonymous { ColorContent, TextContent, WidgetContent } |
Public Functions
| ~ToolTip() | |
| bool | eventFilter(int *o, int *event) override |
| void | hidden() |
Static Public Members
| QString | contextHelpId() |
| void | hide() |
| void | hideImmediately() |
| Utils::ToolTip * | instance() |
| bool | isVisible() |
| void | move(const QPoint &pos, QWidget *w) |
| QPoint | offsetFromPosition() |
| bool | pinToolTip(QWidget *w, QWidget *parent) |
| void | show(const QPoint &pos, const QString &content, QWidget *w = nullptr, const QString &helpId = QString(), const QRect &rect = ...) |
| void | show(const QPoint &pos, const QColor &color, QWidget *w = nullptr, const QString &helpId = QString(), const QRect &rect = ...) |
| void | show(const QPoint &pos, QWidget *content, QWidget *w = nullptr, const QString &helpId = QString(), const QRect &rect = ...) |
| void | show(const QPoint &pos, QLayout *content, QWidget *w = nullptr, const QString &helpId = QString(), const QRect &rect = ...) |
Member Function Documentation
ToolTip::~ToolTip()
Destroys the instance of ToolTip.