forked from qt-creator/qt-creator
Help: show ToolTips on links hovers
Change-Id: Icce21b848f38b4f45b58ccff626b2e23a7e8ef98 Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
@@ -68,12 +68,15 @@ public:
|
||||
void setOpenInNewPageActionVisible(bool visible);
|
||||
|
||||
WebView *webView() const;
|
||||
void startToolTipTimer(const QPoint &pos, const QString &text);
|
||||
void hideToolTip();
|
||||
|
||||
protected:
|
||||
void hideEvent(QHideEvent *);
|
||||
void showEvent(QShowEvent *);
|
||||
|
||||
private:
|
||||
void showToolTip();
|
||||
MacWebKitHelpWidgetPrivate *d;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user