forked from qt-creator/qt-creator
tooltip: make TextTip links clickable
This enables the text to contain links which the user can click on to follow. Change-Id: I892d1d915a48974e72adb0e712d46220560f5537 Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
c3a5eecfc5
commit
9ccb089870
@@ -64,6 +64,7 @@ public:
|
||||
TextTip(QWidget *parent);
|
||||
|
||||
virtual void setContent(const QVariant &content);
|
||||
virtual bool isInteractive() const;
|
||||
virtual void configure(const QPoint &pos, QWidget *w);
|
||||
virtual bool canHandleContentReplacement(int typeId) const;
|
||||
virtual int showTime() const;
|
||||
|
||||
Reference in New Issue
Block a user