add Vcs entries to control file
[debian/gnuradio] / gr-qtgui / src / lib / spectrumdisplayform_ui.h
1 /********************************************************************************
2 ** Form generated from reading ui file 'spectrumdisplayform.ui'
3 **
4 ** Created: Tue Jul 14 15:57:22 2009
5 **      by: Qt User Interface Compiler version 4.5.0
6 **
7 ** WARNING! All changes made in this file will be lost when recompiling ui file!
8 ********************************************************************************/
9
10 #ifndef SPECTRUMDISPLAYFORM_UI_H
11 #define SPECTRUMDISPLAYFORM_UI_H
12
13 #include <FrequencyDisplayPlot.h>
14 #include <Qt3Support/Q3MimeSourceFactory>
15 #include <QtCore/QVariant>
16 #include <QtGui/QAction>
17 #include <QtGui/QApplication>
18 #include <QtGui/QButtonGroup>
19 #include <QtGui/QCheckBox>
20 #include <QtGui/QComboBox>
21 #include <QtGui/QFrame>
22 #include <QtGui/QHeaderView>
23 #include <QtGui/QLabel>
24 #include <QtGui/QLineEdit>
25 #include <QtGui/QPushButton>
26 #include <QtGui/QTabWidget>
27 #include <QtGui/QWidget>
28 #include <SpectrumGUIClass.h>
29 #include <TimeDomainDisplayPlot.h>
30 #include <Waterfall3DDisplayPlot.h>
31 #include <WaterfallDisplayPlot.h>
32 #include <QtGui/QRegExpValidator>
33 #include <vector>
34 #include "qwt_wheel.h"
35
36 QT_BEGIN_NAMESPACE
37
38 class Ui_SpectrumDisplayForm
39 {
40 public:
41     QCheckBox *UseRFFrequenciesCheckBox;
42     QComboBox *WindowComboBox;
43     QLabel *WindowLbl;
44     QLabel *FFTSizeLabel;
45     QComboBox *FFTSizeComboBox;
46     QTabWidget *SpectrumTypeTab;
47     QWidget *FrequencyPage;
48     QLineEdit *PowerLineEdit;
49     QCheckBox *MinHoldCheckBox;
50     QLabel *AvgLabel;
51     QPushButton *MinHoldResetBtn;
52     QLineEdit *AvgLineEdit;
53     QLabel *PowerLabel;
54     QPushButton *MaxHoldResetBtn;
55     QCheckBox *MaxHoldCheckBox;
56     QFrame *FrequencyPlotDisplayFrame;
57     QWidget *WaterfallPage;
58     QLabel *textLabel1;
59     QComboBox *WaterfallIntensityComboBox;
60     QwtWheel *WaterfallMaximumIntensityWheel;
61     QLabel *WaterfallMaximumIntensityLabel;
62     QFrame *WaterfallPlotDisplayFrame;
63     QwtWheel *WaterfallMinimumIntensityWheel;
64     QLabel *WaterfallMinimumIntensityLabel;
65     QPushButton *WaterfallAutoScaleBtn;
66     QWidget *Waterfall3DPage;
67     QLabel *textLabel1_2;
68     QLabel *Waterfall3DMaximumIntensityLabel;
69     QPushButton *Waterfall3DAutoScaleBtn;
70     QwtWheel *Waterfall3DMinimumIntensityWheel;
71     QLabel *Waterfall3DMinimumIntensityLabel;
72     QFrame *Waterfall3DPlotDisplayFrame;
73     QComboBox *Waterfall3DIntensityComboBox;
74     QwtWheel *Waterfall3DMaximumIntensityWheel;
75     QWidget *TimeDomainPage;
76     QFrame *TimeDomainDisplayFrame;
77     QWidget *ConstellationPage;
78     QFrame *ConstellationDisplayFrame;
79
80     void setupUi(QWidget *SpectrumDisplayForm)
81     {
82         if (SpectrumDisplayForm->objectName().isEmpty())
83             SpectrumDisplayForm->setObjectName(QString::fromUtf8("SpectrumDisplayForm"));
84         SpectrumDisplayForm->resize(633, 436);
85         UseRFFrequenciesCheckBox = new QCheckBox(SpectrumDisplayForm);
86         UseRFFrequenciesCheckBox->setObjectName(QString::fromUtf8("UseRFFrequenciesCheckBox"));
87         UseRFFrequenciesCheckBox->setGeometry(QRect(10, 385, 180, 20));
88         WindowComboBox = new QComboBox(SpectrumDisplayForm);
89         WindowComboBox->setObjectName(QString::fromUtf8("WindowComboBox"));
90         WindowComboBox->setGeometry(QRect(105, 410, 170, 20));
91         QFont font;
92         font.setPointSize(9);
93         WindowComboBox->setFont(font);
94         WindowLbl = new QLabel(SpectrumDisplayForm);
95         WindowLbl->setObjectName(QString::fromUtf8("WindowLbl"));
96         WindowLbl->setGeometry(QRect(10, 410, 90, 17));
97         WindowLbl->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
98         WindowLbl->setWordWrap(false);
99         FFTSizeLabel = new QLabel(SpectrumDisplayForm);
100         FFTSizeLabel->setObjectName(QString::fromUtf8("FFTSizeLabel"));
101         FFTSizeLabel->setGeometry(QRect(405, 385, 116, 20));
102         FFTSizeLabel->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
103         FFTSizeLabel->setWordWrap(false);
104         FFTSizeComboBox = new QComboBox(SpectrumDisplayForm);
105         FFTSizeComboBox->setObjectName(QString::fromUtf8("FFTSizeComboBox"));
106         FFTSizeComboBox->setGeometry(QRect(525, 385, 100, 20));
107         SpectrumTypeTab = new QTabWidget(SpectrumDisplayForm);
108         SpectrumTypeTab->setObjectName(QString::fromUtf8("SpectrumTypeTab"));
109         SpectrumTypeTab->setGeometry(QRect(0, 0, 630, 380));
110         FrequencyPage = new QWidget();
111         FrequencyPage->setObjectName(QString::fromUtf8("FrequencyPage"));
112         PowerLineEdit = new QLineEdit(FrequencyPage);
113         PowerLineEdit->setObjectName(QString::fromUtf8("PowerLineEdit"));
114         PowerLineEdit->setGeometry(QRect(480, 320, 60, 20));
115         MinHoldCheckBox = new QCheckBox(FrequencyPage);
116         MinHoldCheckBox->setObjectName(QString::fromUtf8("MinHoldCheckBox"));
117         MinHoldCheckBox->setGeometry(QRect(10, 325, 95, 20));
118         MinHoldCheckBox->setChecked(false);
119         AvgLabel = new QLabel(FrequencyPage);
120         AvgLabel->setObjectName(QString::fromUtf8("AvgLabel"));
121         AvgLabel->setGeometry(QRect(545, 300, 72, 20));
122         AvgLabel->setAlignment(Qt::AlignCenter);
123         AvgLabel->setWordWrap(false);
124         MinHoldResetBtn = new QPushButton(FrequencyPage);
125         MinHoldResetBtn->setObjectName(QString::fromUtf8("MinHoldResetBtn"));
126         MinHoldResetBtn->setGeometry(QRect(105, 325, 61, 20));
127         AvgLineEdit = new QLineEdit(FrequencyPage);
128         AvgLineEdit->setObjectName(QString::fromUtf8("AvgLineEdit"));
129         AvgLineEdit->setGeometry(QRect(550, 320, 60, 20));
130         PowerLabel = new QLabel(FrequencyPage);
131         PowerLabel->setObjectName(QString::fromUtf8("PowerLabel"));
132         PowerLabel->setGeometry(QRect(475, 300, 72, 20));
133         PowerLabel->setAlignment(Qt::AlignCenter);
134         PowerLabel->setWordWrap(false);
135         MaxHoldResetBtn = new QPushButton(FrequencyPage);
136         MaxHoldResetBtn->setObjectName(QString::fromUtf8("MaxHoldResetBtn"));
137         MaxHoldResetBtn->setGeometry(QRect(105, 300, 61, 20));
138         MaxHoldCheckBox = new QCheckBox(FrequencyPage);
139         MaxHoldCheckBox->setObjectName(QString::fromUtf8("MaxHoldCheckBox"));
140         MaxHoldCheckBox->setGeometry(QRect(10, 300, 95, 20));
141         MaxHoldCheckBox->setChecked(false);
142         FrequencyPlotDisplayFrame = new QFrame(FrequencyPage);
143         FrequencyPlotDisplayFrame->setObjectName(QString::fromUtf8("FrequencyPlotDisplayFrame"));
144         FrequencyPlotDisplayFrame->setGeometry(QRect(5, 5, 620, 290));
145         FrequencyPlotDisplayFrame->setFrameShape(QFrame::NoFrame);
146         FrequencyPlotDisplayFrame->setFrameShadow(QFrame::Plain);
147         SpectrumTypeTab->addTab(FrequencyPage, QString());
148         WaterfallPage = new QWidget();
149         WaterfallPage->setObjectName(QString::fromUtf8("WaterfallPage"));
150         textLabel1 = new QLabel(WaterfallPage);
151         textLabel1->setObjectName(QString::fromUtf8("textLabel1"));
152         textLabel1->setGeometry(QRect(5, 0, 85, 21));
153         textLabel1->setWordWrap(false);
154         WaterfallIntensityComboBox = new QComboBox(WaterfallPage);
155         WaterfallIntensityComboBox->setObjectName(QString::fromUtf8("WaterfallIntensityComboBox"));
156         WaterfallIntensityComboBox->setGeometry(QRect(90, 0, 121, 25));
157         WaterfallMaximumIntensityWheel = new QwtWheel(WaterfallPage);
158         WaterfallMaximumIntensityWheel->setObjectName(QString::fromUtf8("WaterfallMaximumIntensityWheel"));
159         WaterfallMaximumIntensityWheel->setGeometry(QRect(215, 0, 335, 24));
160         WaterfallMaximumIntensityWheel->setMouseTracking(true);
161         WaterfallMaximumIntensityWheel->setFocusPolicy(Qt::WheelFocus);
162         WaterfallMaximumIntensityWheel->setValid(true);
163         WaterfallMaximumIntensityWheel->setTotalAngle(200);
164         WaterfallMaximumIntensityWheel->setViewAngle(20);
165         WaterfallMaximumIntensityWheel->setMass(0);
166         WaterfallMaximumIntensityLabel = new QLabel(WaterfallPage);
167         WaterfallMaximumIntensityLabel->setObjectName(QString::fromUtf8("WaterfallMaximumIntensityLabel"));
168         WaterfallMaximumIntensityLabel->setGeometry(QRect(563, 3, 55, 21));
169         WaterfallMaximumIntensityLabel->setWordWrap(false);
170         WaterfallPlotDisplayFrame = new QFrame(WaterfallPage);
171         WaterfallPlotDisplayFrame->setObjectName(QString::fromUtf8("WaterfallPlotDisplayFrame"));
172         WaterfallPlotDisplayFrame->setGeometry(QRect(5, 30, 615, 295));
173         WaterfallPlotDisplayFrame->setFrameShape(QFrame::NoFrame);
174         WaterfallPlotDisplayFrame->setFrameShadow(QFrame::Plain);
175         WaterfallMinimumIntensityWheel = new QwtWheel(WaterfallPage);
176         WaterfallMinimumIntensityWheel->setObjectName(QString::fromUtf8("WaterfallMinimumIntensityWheel"));
177         WaterfallMinimumIntensityWheel->setGeometry(QRect(215, 325, 335, 24));
178         WaterfallMinimumIntensityWheel->setValid(true);
179         WaterfallMinimumIntensityWheel->setTotalAngle(200);
180         WaterfallMinimumIntensityWheel->setViewAngle(20);
181         WaterfallMinimumIntensityWheel->setMass(0);
182         WaterfallMinimumIntensityLabel = new QLabel(WaterfallPage);
183         WaterfallMinimumIntensityLabel->setObjectName(QString::fromUtf8("WaterfallMinimumIntensityLabel"));
184         WaterfallMinimumIntensityLabel->setGeometry(QRect(565, 325, 55, 20));
185         WaterfallMinimumIntensityLabel->setWordWrap(false);
186         WaterfallAutoScaleBtn = new QPushButton(WaterfallPage);
187         WaterfallAutoScaleBtn->setObjectName(QString::fromUtf8("WaterfallAutoScaleBtn"));
188         WaterfallAutoScaleBtn->setGeometry(QRect(0, 325, 135, 21));
189         SpectrumTypeTab->addTab(WaterfallPage, QString());
190         Waterfall3DPage = new QWidget();
191         Waterfall3DPage->setObjectName(QString::fromUtf8("Waterfall3DPage"));
192         textLabel1_2 = new QLabel(Waterfall3DPage);
193         textLabel1_2->setObjectName(QString::fromUtf8("textLabel1_2"));
194         textLabel1_2->setGeometry(QRect(5, 0, 85, 21));
195         textLabel1_2->setWordWrap(false);
196         Waterfall3DMaximumIntensityLabel = new QLabel(Waterfall3DPage);
197         Waterfall3DMaximumIntensityLabel->setObjectName(QString::fromUtf8("Waterfall3DMaximumIntensityLabel"));
198         Waterfall3DMaximumIntensityLabel->setGeometry(QRect(563, 3, 55, 21));
199         Waterfall3DMaximumIntensityLabel->setWordWrap(false);
200         Waterfall3DAutoScaleBtn = new QPushButton(Waterfall3DPage);
201         Waterfall3DAutoScaleBtn->setObjectName(QString::fromUtf8("Waterfall3DAutoScaleBtn"));
202         Waterfall3DAutoScaleBtn->setGeometry(QRect(0, 325, 135, 21));
203         Waterfall3DMinimumIntensityWheel = new QwtWheel(Waterfall3DPage);
204         Waterfall3DMinimumIntensityWheel->setObjectName(QString::fromUtf8("Waterfall3DMinimumIntensityWheel"));
205         Waterfall3DMinimumIntensityWheel->setGeometry(QRect(215, 325, 335, 24));
206         Waterfall3DMinimumIntensityWheel->setValid(true);
207         Waterfall3DMinimumIntensityWheel->setTotalAngle(200);
208         Waterfall3DMinimumIntensityWheel->setViewAngle(20);
209         Waterfall3DMinimumIntensityWheel->setMass(0);
210         Waterfall3DMinimumIntensityLabel = new QLabel(Waterfall3DPage);
211         Waterfall3DMinimumIntensityLabel->setObjectName(QString::fromUtf8("Waterfall3DMinimumIntensityLabel"));
212         Waterfall3DMinimumIntensityLabel->setGeometry(QRect(565, 325, 55, 20));
213         Waterfall3DMinimumIntensityLabel->setWordWrap(false);
214         Waterfall3DPlotDisplayFrame = new QFrame(Waterfall3DPage);
215         Waterfall3DPlotDisplayFrame->setObjectName(QString::fromUtf8("Waterfall3DPlotDisplayFrame"));
216         Waterfall3DPlotDisplayFrame->setGeometry(QRect(5, 30, 615, 295));
217         Waterfall3DPlotDisplayFrame->setFrameShape(QFrame::NoFrame);
218         Waterfall3DPlotDisplayFrame->setFrameShadow(QFrame::Plain);
219         Waterfall3DIntensityComboBox = new QComboBox(Waterfall3DPage);
220         Waterfall3DIntensityComboBox->setObjectName(QString::fromUtf8("Waterfall3DIntensityComboBox"));
221         Waterfall3DIntensityComboBox->setGeometry(QRect(90, 0, 121, 25));
222         Waterfall3DMaximumIntensityWheel = new QwtWheel(Waterfall3DPage);
223         Waterfall3DMaximumIntensityWheel->setObjectName(QString::fromUtf8("Waterfall3DMaximumIntensityWheel"));
224         Waterfall3DMaximumIntensityWheel->setGeometry(QRect(215, 0, 335, 24));
225         Waterfall3DMaximumIntensityWheel->setMouseTracking(true);
226         Waterfall3DMaximumIntensityWheel->setFocusPolicy(Qt::WheelFocus);
227         Waterfall3DMaximumIntensityWheel->setValid(true);
228         Waterfall3DMaximumIntensityWheel->setTotalAngle(200);
229         Waterfall3DMaximumIntensityWheel->setViewAngle(20);
230         Waterfall3DMaximumIntensityWheel->setMass(0);
231         SpectrumTypeTab->addTab(Waterfall3DPage, QString());
232         TimeDomainPage = new QWidget();
233         TimeDomainPage->setObjectName(QString::fromUtf8("TimeDomainPage"));
234         TimeDomainDisplayFrame = new QFrame(TimeDomainPage);
235         TimeDomainDisplayFrame->setObjectName(QString::fromUtf8("TimeDomainDisplayFrame"));
236         TimeDomainDisplayFrame->setGeometry(QRect(5, 5, 620, 340));
237         TimeDomainDisplayFrame->setFrameShape(QFrame::NoFrame);
238         TimeDomainDisplayFrame->setFrameShadow(QFrame::Plain);
239         SpectrumTypeTab->addTab(TimeDomainPage, QString());
240         ConstellationPage = new QWidget();
241         ConstellationPage->setObjectName(QString::fromUtf8("ConstellationPage"));
242         ConstellationDisplayFrame = new QFrame(ConstellationPage);
243         ConstellationDisplayFrame->setObjectName(QString::fromUtf8("ConstellationDisplayFrame"));
244         ConstellationDisplayFrame->setGeometry(QRect(5, 5, 620, 340));
245         ConstellationDisplayFrame->setFrameShape(QFrame::StyledPanel);
246         ConstellationDisplayFrame->setFrameShadow(QFrame::Raised);
247         SpectrumTypeTab->addTab(ConstellationPage, QString());
248         QWidget::setTabOrder(SpectrumTypeTab, MaxHoldCheckBox);
249         QWidget::setTabOrder(MaxHoldCheckBox, MaxHoldResetBtn);
250         QWidget::setTabOrder(MaxHoldResetBtn, MinHoldCheckBox);
251         QWidget::setTabOrder(MinHoldCheckBox, MinHoldResetBtn);
252         QWidget::setTabOrder(MinHoldResetBtn, PowerLineEdit);
253         QWidget::setTabOrder(PowerLineEdit, AvgLineEdit);
254         QWidget::setTabOrder(AvgLineEdit, UseRFFrequenciesCheckBox);
255         QWidget::setTabOrder(UseRFFrequenciesCheckBox, WindowComboBox);
256         QWidget::setTabOrder(WindowComboBox, FFTSizeComboBox);
257         QWidget::setTabOrder(FFTSizeComboBox, WaterfallMaximumIntensityWheel);
258         QWidget::setTabOrder(WaterfallMaximumIntensityWheel, WaterfallMinimumIntensityWheel);
259
260         retranslateUi(SpectrumDisplayForm);
261         QObject::connect(MaxHoldCheckBox, SIGNAL(toggled(bool)), SpectrumDisplayForm, SLOT(MaxHoldCheckBox_toggled(bool)));
262         QObject::connect(MaxHoldResetBtn, SIGNAL(clicked()), SpectrumDisplayForm, SLOT(MaxHoldResetBtn_clicked()));
263         QObject::connect(MinHoldCheckBox, SIGNAL(toggled(bool)), SpectrumDisplayForm, SLOT(MinHoldCheckBox_toggled(bool)));
264         QObject::connect(MinHoldResetBtn, SIGNAL(clicked()), SpectrumDisplayForm, SLOT(MinHoldResetBtn_clicked()));
265         QObject::connect(AvgLineEdit, SIGNAL(textChanged(QString)), SpectrumDisplayForm, SLOT(AvgLineEdit_textChanged(QString)));
266         QObject::connect(PowerLineEdit, SIGNAL(textChanged(QString)), SpectrumDisplayForm, SLOT(PowerLineEdit_textChanged(QString)));
267         QObject::connect(WindowComboBox, SIGNAL(activated(int)), SpectrumDisplayForm, SLOT(WindowTypeChanged(int)));
268         QObject::connect(UseRFFrequenciesCheckBox, SIGNAL(toggled(bool)), SpectrumDisplayForm, SLOT(UseRFFrequenciesCB(bool)));
269         QObject::connect(WaterfallMaximumIntensityWheel, SIGNAL(valueChanged(double)), SpectrumDisplayForm, SLOT(waterfallMaximumIntensityChangedCB(double)));
270         QObject::connect(WaterfallMinimumIntensityWheel, SIGNAL(valueChanged(double)), SpectrumDisplayForm, SLOT(waterfallMinimumIntensityChangedCB(double)));
271         QObject::connect(Waterfall3DMaximumIntensityWheel, SIGNAL(valueChanged(double)), SpectrumDisplayForm, SLOT(waterfall3DMaximumIntensityChangedCB(double)));
272         QObject::connect(Waterfall3DMinimumIntensityWheel, SIGNAL(valueChanged(double)), SpectrumDisplayForm, SLOT(waterfall3DMinimumIntensityChangedCB(double)));
273         QObject::connect(FFTSizeComboBox, SIGNAL(activated(QString)), SpectrumDisplayForm, SLOT(FFTComboBoxSelectedCB(QString)));
274         QObject::connect(WaterfallAutoScaleBtn, SIGNAL(clicked()), SpectrumDisplayForm, SLOT(WaterfallAutoScaleBtnCB()));
275         QObject::connect(Waterfall3DAutoScaleBtn, SIGNAL(clicked()), SpectrumDisplayForm, SLOT(Waterfall3DAutoScaleBtnCB()));
276         QObject::connect(WaterfallIntensityComboBox, SIGNAL(activated(int)), SpectrumDisplayForm, SLOT(WaterfallIntensityColorTypeChanged(int)));
277         QObject::connect(Waterfall3DIntensityComboBox, SIGNAL(activated(int)), SpectrumDisplayForm, SLOT(Waterfall3DIntensityColorTypeChanged(int)));
278
279         SpectrumTypeTab->setCurrentIndex(0);
280
281
282         QMetaObject::connectSlotsByName(SpectrumDisplayForm);
283     } // setupUi
284
285     void retranslateUi(QWidget *SpectrumDisplayForm)
286     {
287         SpectrumDisplayForm->setWindowTitle(QApplication::translate("SpectrumDisplayForm", "Spectrum Display", 0, QApplication::UnicodeUTF8));
288         UseRFFrequenciesCheckBox->setText(QApplication::translate("SpectrumDisplayForm", "Display RF Frequencies", 0, QApplication::UnicodeUTF8));
289         WindowComboBox->clear();
290         WindowComboBox->insertItems(0, QStringList()
291          << QApplication::translate("SpectrumDisplayForm", "Hamming", 0, QApplication::UnicodeUTF8)
292          << QApplication::translate("SpectrumDisplayForm", "Hann", 0, QApplication::UnicodeUTF8)
293          << QApplication::translate("SpectrumDisplayForm", "Blackman", 0, QApplication::UnicodeUTF8)
294          << QApplication::translate("SpectrumDisplayForm", "Rectangular", 0, QApplication::UnicodeUTF8)
295          << QApplication::translate("SpectrumDisplayForm", "Kaiser", 0, QApplication::UnicodeUTF8)
296          << QApplication::translate("SpectrumDisplayForm", "Blackman-harris", 0, QApplication::UnicodeUTF8)
297         );
298         WindowLbl->setText(QApplication::translate("SpectrumDisplayForm", "Window:", 0, QApplication::UnicodeUTF8));
299         FFTSizeLabel->setText(QApplication::translate("SpectrumDisplayForm", "FFT Size:", 0, QApplication::UnicodeUTF8));
300         FFTSizeComboBox->clear();
301         FFTSizeComboBox->insertItems(0, QStringList()
302          << QApplication::translate("SpectrumDisplayForm", "1024", 0, QApplication::UnicodeUTF8)
303          << QApplication::translate("SpectrumDisplayForm", "2048", 0, QApplication::UnicodeUTF8)
304          << QApplication::translate("SpectrumDisplayForm", "4096", 0, QApplication::UnicodeUTF8)
305          << QApplication::translate("SpectrumDisplayForm", "8192", 0, QApplication::UnicodeUTF8)
306          << QApplication::translate("SpectrumDisplayForm", "16384", 0, QApplication::UnicodeUTF8)
307          << QApplication::translate("SpectrumDisplayForm", "32768", 0, QApplication::UnicodeUTF8)
308         );
309         PowerLineEdit->setText(QApplication::translate("SpectrumDisplayForm", "1", 0, QApplication::UnicodeUTF8));
310         MinHoldCheckBox->setText(QApplication::translate("SpectrumDisplayForm", "Min Hold", 0, QApplication::UnicodeUTF8));
311         AvgLabel->setText(QApplication::translate("SpectrumDisplayForm", "Average", 0, QApplication::UnicodeUTF8));
312         MinHoldResetBtn->setText(QApplication::translate("SpectrumDisplayForm", "Reset", 0, QApplication::UnicodeUTF8));
313         AvgLineEdit->setText(QApplication::translate("SpectrumDisplayForm", "0", 0, QApplication::UnicodeUTF8));
314         PowerLabel->setText(QApplication::translate("SpectrumDisplayForm", "Power", 0, QApplication::UnicodeUTF8));
315         MaxHoldResetBtn->setText(QApplication::translate("SpectrumDisplayForm", "Reset", 0, QApplication::UnicodeUTF8));
316         MaxHoldCheckBox->setText(QApplication::translate("SpectrumDisplayForm", "Max Hold", 0, QApplication::UnicodeUTF8));
317         SpectrumTypeTab->setTabText(SpectrumTypeTab->indexOf(FrequencyPage), QApplication::translate("SpectrumDisplayForm", "Frequency Display", 0, QApplication::UnicodeUTF8));
318         textLabel1->setText(QApplication::translate("SpectrumDisplayForm", "<font size=\"-2\">Intensity Display:</font>", 0, QApplication::UnicodeUTF8));
319         WaterfallIntensityComboBox->clear();
320         WaterfallIntensityComboBox->insertItems(0, QStringList()
321          << QApplication::translate("SpectrumDisplayForm", "Color", 0, QApplication::UnicodeUTF8)
322          << QApplication::translate("SpectrumDisplayForm", "White Hot", 0, QApplication::UnicodeUTF8)
323          << QApplication::translate("SpectrumDisplayForm", "Black Hot", 0, QApplication::UnicodeUTF8)
324          << QApplication::translate("SpectrumDisplayForm", "Incandescent", 0, QApplication::UnicodeUTF8)
325          << QApplication::translate("SpectrumDisplayForm", "User Defined", 0, QApplication::UnicodeUTF8)
326         );
327         WaterfallMaximumIntensityLabel->setText(QApplication::translate("SpectrumDisplayForm", "100 dB", 0, QApplication::UnicodeUTF8));
328         WaterfallMinimumIntensityLabel->setText(QApplication::translate("SpectrumDisplayForm", "-100 dB", 0, QApplication::UnicodeUTF8));
329 #ifndef QT_NO_TOOLTIP
330         WaterfallAutoScaleBtn->setToolTip(QApplication::translate("SpectrumDisplayForm", "Scales the Intensity to the current data extremes.", 0, QApplication::UnicodeUTF8));
331 #endif // QT_NO_TOOLTIP
332         WaterfallAutoScaleBtn->setText(QApplication::translate("SpectrumDisplayForm", "Auto Scale", 0, QApplication::UnicodeUTF8));
333         SpectrumTypeTab->setTabText(SpectrumTypeTab->indexOf(WaterfallPage), QApplication::translate("SpectrumDisplayForm", "Waterfall Display", 0, QApplication::UnicodeUTF8));
334         textLabel1_2->setText(QApplication::translate("SpectrumDisplayForm", "<font size=\"-2\">Intensity Display:</font>", 0, QApplication::UnicodeUTF8));
335         Waterfall3DMaximumIntensityLabel->setText(QApplication::translate("SpectrumDisplayForm", "100 dB", 0, QApplication::UnicodeUTF8));
336 #ifndef QT_NO_TOOLTIP
337         Waterfall3DAutoScaleBtn->setToolTip(QApplication::translate("SpectrumDisplayForm", "Scales the Intensity to the current data extremes.", 0, QApplication::UnicodeUTF8));
338 #endif // QT_NO_TOOLTIP
339         Waterfall3DAutoScaleBtn->setText(QApplication::translate("SpectrumDisplayForm", "Auto Scale", 0, QApplication::UnicodeUTF8));
340         Waterfall3DMinimumIntensityLabel->setText(QApplication::translate("SpectrumDisplayForm", "-100 dB", 0, QApplication::UnicodeUTF8));
341         Waterfall3DIntensityComboBox->clear();
342         Waterfall3DIntensityComboBox->insertItems(0, QStringList()
343          << QApplication::translate("SpectrumDisplayForm", "Color", 0, QApplication::UnicodeUTF8)
344          << QApplication::translate("SpectrumDisplayForm", "White Hot", 0, QApplication::UnicodeUTF8)
345          << QApplication::translate("SpectrumDisplayForm", "Black Hot", 0, QApplication::UnicodeUTF8)
346          << QApplication::translate("SpectrumDisplayForm", "Incandescent", 0, QApplication::UnicodeUTF8)
347          << QApplication::translate("SpectrumDisplayForm", "User Defined", 0, QApplication::UnicodeUTF8)
348         );
349         SpectrumTypeTab->setTabText(SpectrumTypeTab->indexOf(Waterfall3DPage), QApplication::translate("SpectrumDisplayForm", "3D Waterfall Display", 0, QApplication::UnicodeUTF8));
350         SpectrumTypeTab->setTabText(SpectrumTypeTab->indexOf(TimeDomainPage), QApplication::translate("SpectrumDisplayForm", "Time Domain Display", 0, QApplication::UnicodeUTF8));
351         SpectrumTypeTab->setTabText(SpectrumTypeTab->indexOf(ConstellationPage), QApplication::translate("SpectrumDisplayForm", "Constellation Display", 0, QApplication::UnicodeUTF8));
352         Q_UNUSED(SpectrumDisplayForm);
353     } // retranslateUi
354
355 };
356
357 namespace Ui {
358     class SpectrumDisplayForm: public Ui_SpectrumDisplayForm {};
359 } // namespace Ui
360
361 QT_END_NAMESPACE
362
363 #endif // SPECTRUMDISPLAYFORM_UI_H