FakeToolTip Class
(Utils::FakeToolTip)The FakeToolTip class is a widget that pretends to be a tooltip. More...
Header: | #include <FakeToolTip> |
Public Functions
FakeToolTip(QWidget *parent = nullptr) |
Protected Functions
void | paintEvent(QPaintEvent *e) override |
void | resizeEvent(QResizeEvent *e) override |
Detailed Description
The FakeToolTip class is a widget that pretends to be a tooltip.
By default it has Qt::WA_DeleteOnClose set.