mirror of
https://github.com/epasveer/seer.git
synced 2026-08-31 01:20:45 +08:00
Set focus to first ui widget.
This commit is contained in:
@@ -31,6 +31,8 @@ SeerPrintpointCreateDialog::SeerPrintpointCreateDialog (QWidget* parent) : QDial
|
||||
setDPrintfFunction ("");
|
||||
setDPrintfChannel ("");
|
||||
|
||||
filenameLineEdit->setFocus();
|
||||
|
||||
// Connect things.
|
||||
QObject::connect(conditionalCheckBox, &QCheckBox::clicked, conditionalLineEdit, &QLineEdit::setEnabled);
|
||||
QObject::connect(ignoreCountCheckBox, &QCheckBox::clicked, ignoreCountLineEdit, &QLineEdit::setEnabled);
|
||||
|
||||
Reference in New Issue
Block a user