Skip to content

Commit 74fcf95

Browse files
committed
OptionsDialog widgets for load with bv type
1 parent a8725d0 commit 74fcf95

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ui/options.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ class BINARYNINJAUIAPI OptionsDialog : public QDialog
3131

3232
QString m_fileName;
3333
QLabel* m_fileLabel;
34+
QComboBox* m_loadAsCombo;
35+
QPushButton* m_loadAsButton;
36+
QLabel* m_loadAsLabel;
3437
QLabel* m_objectLabel;
3538
QComboBox* m_objectCombo;
3639
QTabWidget* m_tab;
@@ -61,6 +64,8 @@ class BINARYNINJAUIAPI OptionsDialog : public QDialog
6164
void cancel();
6265
void open();
6366
void addSettingsViewForType(const std::string& bvtName);
67+
void removeTabAndSettingsView(int index);
6468
void viewTabChanged(int index);
6569
void viewTabCloseRequested(int index);
70+
void loadAsButtonPushed();
6671
};

0 commit comments

Comments
 (0)