Skip to content

Commit

Permalink
OptionsDialog widgets for load with bv type
Browse files Browse the repository at this point in the history
  • Loading branch information
zznop committed Oct 3, 2024
1 parent 8417213 commit 804c2bc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ui/options.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ class BINARYNINJAUIAPI OptionsDialog : public QDialog

QString m_fileName;
QLabel* m_fileLabel;
QComboBox* m_loadAsCombo;
QPushButton* m_loadAsButton;
QLabel* m_loadAsLabel;
QLabel* m_objectLabel;
QComboBox* m_objectCombo;
QTabWidget* m_tab;
Expand Down Expand Up @@ -61,6 +64,8 @@ class BINARYNINJAUIAPI OptionsDialog : public QDialog
void cancel();
void open();
void addSettingsViewForType(const std::string& bvtName);
void removeTabAndSettingsView(int index);
void viewTabChanged(int index);
void viewTabCloseRequested(int index);
void loadAsButtonPushed();
};

0 comments on commit 804c2bc

Please sign in to comment.