forked from qt-creator/qt-creator
Help Window: Add contents view to side bar
Change-Id: Id690c71471ed9a61bd7a926db70e1b1fb9fac8ab Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
@@ -53,6 +53,8 @@ public:
|
||||
ContentWindow();
|
||||
~ContentWindow();
|
||||
|
||||
void setOpenInNewPageActionVisible(bool visible);
|
||||
|
||||
signals:
|
||||
void linkActivated(const QUrl &link, bool newPage);
|
||||
|
||||
@@ -66,6 +68,7 @@ private:
|
||||
Utils::NavigationTreeView *m_contentWidget;
|
||||
QHelpContentModel *m_contentModel;
|
||||
int m_expandDepth;
|
||||
bool m_isOpenInNewPageActionVisible;
|
||||
};
|
||||
|
||||
#endif // CONTENTWINDOW_H
|
||||
|
||||
Reference in New Issue
Block a user