MCPcopy Create free account
hub / github.com/Vector35/debugger / AdapterSettingsDialog

Class AdapterSettingsDialog

ui/adaptersettings.h:33–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31using namespace BinaryNinjaDebuggerAPI;
32
33class AdapterSettingsDialog : public QDialog
34{
35 Q_OBJECT
36
37private:
38 DbgRef<DebuggerController> m_controller;
39 QComboBox* m_adapterEntry;
40 QLineEdit* m_inputFile;
41 QLineEdit* m_pathEntry;
42 QLineEdit* m_workingDirectoryEntry;
43 QLineEdit* m_argumentsEntry;
44 QCheckBox* m_terminalEmulator;
45
46public:
47 AdapterSettingsDialog(QWidget* parent, DbgRef<DebuggerController> controller);
48
49private Q_SLOTS:
50 void apply();
51 void selectAdapter(const QString& adapter);
52};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected