47 #include <QGridLayout>
59 using namespace DISPLIB;
71 this->setWindowTitle(
"Spectrum Settings");
73 QGridLayout* t_pGridLayout =
new QGridLayout;
75 QLabel *t_pLabelLower =
new QLabel;
76 t_pLabelLower->setText(
"Lower Frequency");
78 QLabel *t_pLabelUpper =
new QLabel;
79 t_pLabelUpper->setText(
"Upper Frequency");
90 t_pGridLayout->addWidget(t_pLabelLower,0,0);
92 t_pGridLayout->addWidget(t_pLabelUpper,1,0);
95 this->setLayout(t_pGridLayout);
130 QSettings settings(
"MNECPP");
142 QSettings settings(
"MNECPP");
179 case GuiMode::Clinical:
191 case ProcessingMode::Offline: