41 #include "ui_minimumnormsettingsview.h"
57 using namespace DISPLIB;
67 , m_pUi(new Ui::MinimumNormSettingsViewWidget)
72 connect(m_pUi->m_comboBox_method,
static_cast<void (QComboBox::*)(
const QString&)
>(&QComboBox::currentTextChanged),
75 connect(m_pUi->m_comboBox_triggerType,
static_cast<void (QComboBox::*)(
const QString&)
>(&QComboBox::currentTextChanged),
78 connect(m_pUi->m_spinBox_timepoint, &QSpinBox::editingFinished,
81 this->setWindowTitle(
"MinimumNorm Settings");
82 this->setMinimumWidth(330);
83 this->setMaximumWidth(330);
100 for(
const QString &sTriggerType : lTriggerTypes) {
101 if(m_pUi->m_comboBox_triggerType->findText(sTriggerType) == -1) {
102 m_pUi->m_comboBox_triggerType->addItem(sTriggerType);
116 QSettings settings(
"MNECPP");
128 QSettings settings(
"MNECPP");
136 case GuiMode::Clinical:
148 case ProcessingMode::Offline: