Set focus to first ui widget.

This commit is contained in:
Ernie Pasveer
2025-01-01 10:17:46 -06:00
parent dee5c2480b
commit 70f8744409
6 changed files with 26 additions and 5 deletions
+2
View File
@@ -13,6 +13,8 @@ SeerCatchpointCreateDialog::SeerCatchpointCreateDialog (QWidget* parent) : QDial
setTemporaryEnabled(false);
setDisabledEnabled(false);
throwRadioButton->setFocus();
// Connect things.
}