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:
Marc Reilly
2016-05-06 15:13:28 +10:00
committed by Orgad Shaneh
parent c3a5eecfc5
commit 9ccb089870
2 changed files with 13 additions and 0 deletions

View File

@@ -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;