Skip to content

Commit 5bd3e60

Browse files
committed
Allow project browser columns to be hidden
1 parent 9fddd2a commit 5bd3e60

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

ui/projectbrowser.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#include <qfilesystemwatcher.h>
77
#include <qlabel.h>
88
#include <qlineedit.h>
9+
#include <qmenu.h>
910
#include <qmimedatabase.h>
1011
#include <qnamespace.h>
1112
#include <qplaintextedit.h>
@@ -234,6 +235,8 @@ class BINARYNINJAUIAPI ProjectTable: public QTableView, public FilterTarget
234235
public:
235236
ProjectTable(QWidget* parent = nullptr);
236237

238+
QMenu* createHeaderContextMenu();
239+
237240
Q_SIGNALS:
238241
void filterChanged(const QString& filter, FilterOptions options);
239242
};
@@ -268,6 +271,8 @@ class BINARYNINJAUIAPI ProjectTree: public QTreeView, public FilterTarget
268271
public:
269272
ProjectTree(QWidget* parent = nullptr);
270273

274+
QMenu* createHeaderContextMenu();
275+
271276
Q_SIGNALS:
272277
void filterChanged(const QString& filter, FilterOptions options);
273278
};

0 commit comments

Comments
 (0)