15 m_ui->lengthSpinBox->setValue(currentLength);
17 setWindowTitle(tr(
"Simulation Length Selection"));
19 connect(m_ui->buttonBox, &QDialogButtonBox::accepted,
this, &QDialog::accept);
20 connect(m_ui->buttonBox, &QDialogButtonBox::rejected,
this, &QDialog::reject);