FakeToolTip Class
(Utils::FakeToolTip)The FakeToolTip class is a widget that pretends to be a tooltip. More...
| Header: | #include <FakeToolTip> |
| Inherits: | QWidget |
Public Functions
| FakeToolTip(QWidget *parent = 0) |
- 213 public functions inherited from QWidget
Reimplemented Protected Functions
| virtual void | paintEvent(QPaintEvent *e) |
| virtual void | resizeEvent(QResizeEvent *e) |
- 35 protected functions inherited from QWidget
Additional Inherited Members
- 58 properties inherited from QWidget
- 19 public slots inherited from QWidget
- 3 signals inherited from QWidget
- 5 static public members inherited from QWidget
- 35 protected functions inherited from QWidget
- 1 protected slot inherited from QWidget
Detailed Description
The FakeToolTip class is a widget that pretends to be a tooltip.
By default it has Qt::WA_DeleteOnClose set.
Member Function Documentation
FakeToolTip::FakeToolTip(QWidget *parent = 0)
Default constructs an instance of FakeToolTip.