We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8725d0 commit 74fcf95Copy full SHA for 74fcf95
ui/options.h
@@ -31,6 +31,9 @@ class BINARYNINJAUIAPI OptionsDialog : public QDialog
31
32
QString m_fileName;
33
QLabel* m_fileLabel;
34
+ QComboBox* m_loadAsCombo;
35
+ QPushButton* m_loadAsButton;
36
+ QLabel* m_loadAsLabel;
37
QLabel* m_objectLabel;
38
QComboBox* m_objectCombo;
39
QTabWidget* m_tab;
@@ -61,6 +64,8 @@ class BINARYNINJAUIAPI OptionsDialog : public QDialog
61
64
void cancel();
62
65
void open();
63
66
void addSettingsViewForType(const std::string& bvtName);
67
+ void removeTabAndSettingsView(int index);
68
void viewTabChanged(int index);
69
void viewTabCloseRequested(int index);
70
+ void loadAsButtonPushed();
71
};
0 commit comments