File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545#include " clickablelabel.h"
4646#include " theme.h"
4747
48+ class QSplitter ;
49+
4850/* !
4951
5052 \defgroup settingsview SettingsView
@@ -524,6 +526,7 @@ class BINARYNINJAUIAPI SettingsView : public QWidget
524526 private:
525527 QWidget* m_owner = nullptr ;
526528 SettingsRef m_settings;
529+ QSplitter* m_splitter = nullptr ;
527530 SettingsFilterProxyModel* m_proxyModel = nullptr ;
528531 SettingsOutlineProxyModel* m_outlineProxyModel = nullptr ;
529532 QTreeView* m_outlineView = nullptr ;
@@ -548,6 +551,7 @@ class BINARYNINJAUIAPI SettingsView : public QWidget
548551 void refreshCurrentScope ();
549552 void setData (BinaryViewRef view, const QString& name = " " );
550553 void setScope (BNSettingsScope scope);
554+ void setOutlineVisible (bool visible);
551555 void setDefaultGroupSelection (const QString& group, const QString& subgroup = " " );
552556 void focusSearch ();
553557 void setSearchFilter (const QString& filter) { if (m_search) m_search->setText (filter); };
You can’t perform that action at this time.
0 commit comments