50 this->setWindowTitle(
"Spectrum Settings");
52 QGridLayout* t_pGridLayout =
new QGridLayout;
54 QLabel *t_pLabelLower =
new QLabel;
55 t_pLabelLower->setText(
"Lower Frequency");
57 QLabel *t_pLabelUpper =
new QLabel;
58 t_pLabelUpper->setText(
"Upper Frequency");
69 t_pGridLayout->addWidget(t_pLabelLower,0,0);
71 t_pGridLayout->addWidget(t_pLabelUpper,1,0);
74 this->setLayout(t_pGridLayout);