Add a PID browser dialog when connecting to an external program.

This commit is contained in:
Ernie Pasveer
2021-10-16 18:37:11 -05:00
parent 8617bf70ac
commit 689ee4333d
11 changed files with 624 additions and 0 deletions
+1
View File
@@ -49,6 +49,7 @@ class SeerDebugDialog : public QDialog, protected Ui::SeerDebugDialogForm {
void handleExecutableNameToolButton ();
void handleExecutableWorkingDirectoryToolButton ();
void handleLoadCoreFilenameToolButton ();
void handleProgramPidToolButton ();
void handleRunModeChanged (int id);
private: