TextTip Class
(Utils::Internal::TextTip)Inherits: | Utils::Internal::TipLabel |
Public Functions
TextTip(QWidget *parent) | |
void | paintEvent(QPaintEvent *event) override |
void | resizeEvent(QResizeEvent *event) override |
Reimplemented Public Functions
virtual bool | canHandleContentReplacement(int typeId) const override |
virtual void | configure(const QPoint &pos, QWidget *w) override |
virtual bool | equals(int typeId, const QVariant &other, const QVariant &otherContextHelp) const override |
virtual bool | isInteractive() const override |
virtual void | setContent(const QVariant &content) override |
virtual int | showTime() const override |
- 8 public functions inherited from Utils::Internal::TipLabel
Additional Inherited Members
- 1 protected function inherited from Utils::Internal::TipLabel
Member Function Documentation
TextTip::TextTip(QWidget *parent)
Default constructs an instance of TextTip.