64 const QString& sMethod,
68, m_pUi(new Ui::MinimumNormSettingsViewWidget)
74 connect(m_pUi->m_comboBox_method,
static_cast<void (QComboBox::*)(
const QString&)
>(&QComboBox::currentTextChanged),
77 connect(m_pUi->m_comboBox_triggerType,
static_cast<void (QComboBox::*)(
const QString&)
>(&QComboBox::currentTextChanged),
80 connect(m_pUi->m_spinBox_timepoint, &QSpinBox::editingFinished,
83 if(!m_sMethod.isEmpty())
85 m_pUi->m_comboBox_method->setCurrentIndex(m_pUi->m_comboBox_method->findText(m_sMethod));
86 m_pUi->m_comboBox_method->setEnabled(
false);
89 this->setWindowTitle(
"MinimumNorm Settings");
90 this->setMinimumWidth(330);
91 this->setMaximumWidth(330);