GNU Radio 3.6.5 C++ API

ui_spectrumdisplayform.h

Go to the documentation of this file.
00001 /********************************************************************************
00002 ** Form generated from reading UI file 'spectrumdisplayform.ui'
00003 **
00004 ** Created: Sun Jun 2 19:39:55 2013
00005 **      by: Qt User Interface Compiler version 4.7.2
00006 **
00007 ** WARNING! All changes made in this file will be lost when recompiling UI file!
00008 ********************************************************************************/
00009 
00010 #ifndef UI_SPECTRUMDISPLAYFORM_H
00011 #define UI_SPECTRUMDISPLAYFORM_H
00012 
00013 #include <FrequencyDisplayPlot.h>
00014 #include <Qt3Support/Q3MimeSourceFactory>
00015 #include <QtCore/QVariant>
00016 #include <QtGui/QAction>
00017 #include <QtGui/QApplication>
00018 #include <QtGui/QButtonGroup>
00019 #include <QtGui/QCheckBox>
00020 #include <QtGui/QComboBox>
00021 #include <QtGui/QFrame>
00022 #include <QtGui/QGridLayout>
00023 #include <QtGui/QHBoxLayout>
00024 #include <QtGui/QHeaderView>
00025 #include <QtGui/QLabel>
00026 #include <QtGui/QPushButton>
00027 #include <QtGui/QSpacerItem>
00028 #include <QtGui/QSpinBox>
00029 #include <QtGui/QTabWidget>
00030 #include <QtGui/QVBoxLayout>
00031 #include <QtGui/QWidget>
00032 #include <SpectrumGUIClass.h>
00033 #include <TimeDomainDisplayPlot.h>
00034 #include <WaterfallDisplayPlot.h>
00035 #include <QtGui/QRegExpValidator>
00036 #include <vector>
00037 #include "qwt_wheel.h"
00038 
00039 QT_BEGIN_NAMESPACE
00040 
00041 class Ui_SpectrumDisplayForm
00042 {
00043 public:
00044     QGridLayout *gridLayout;
00045     QComboBox *FFTSizeComboBox;
00046     QLabel *FFTSizeLabel;
00047     QCheckBox *UseRFFrequenciesCheckBox;
00048     QHBoxLayout *horizontalLayout;
00049     QLabel *WindowLbl;
00050     QComboBox *WindowComboBox;
00051     QTabWidget *SpectrumTypeTab;
00052     QWidget *FrequencyPage;
00053     QVBoxLayout *verticalLayout;
00054     QVBoxLayout *verticalLayout_2;
00055     QFrame *FrequencyPlotDisplayFrame;
00056     QGridLayout *gridLayout_2;
00057     QCheckBox *MaxHoldCheckBox;
00058     QCheckBox *MinHoldCheckBox;
00059     QPushButton *MaxHoldResetBtn;
00060     QLabel *AvgLabel;
00061     QPushButton *MinHoldResetBtn;
00062     QSpinBox *AvgLineEdit;
00063     QSpacerItem *horizontalSpacer_2;
00064     QWidget *WaterfallPage;
00065     QGridLayout *gridLayout_3;
00066     QLabel *textLabel1;
00067     QwtWheel *WaterfallMaximumIntensityWheel;
00068     QLabel *WaterfallMaximumIntensityLabel;
00069     QFrame *WaterfallPlotDisplayFrame;
00070     QwtWheel *WaterfallMinimumIntensityWheel;
00071     QLabel *WaterfallMinimumIntensityLabel;
00072     QPushButton *WaterfallAutoScaleBtn;
00073     QComboBox *WaterfallIntensityComboBox;
00074     QWidget *TimeDomainPage;
00075     QGridLayout *gridLayout_4;
00076     QFrame *TimeDomainDisplayFrame;
00077     QWidget *ConstellationPage;
00078     QGridLayout *gridLayout_5;
00079     QFrame *ConstellationDisplayFrame;
00080 
00081     void setupUi(QWidget *SpectrumDisplayForm)
00082     {
00083         if (SpectrumDisplayForm->objectName().isEmpty())
00084             SpectrumDisplayForm->setObjectName(QString::fromUtf8("SpectrumDisplayForm"));
00085         SpectrumDisplayForm->resize(712, 560);
00086         gridLayout = new QGridLayout(SpectrumDisplayForm);
00087         gridLayout->setSpacing(6);
00088         gridLayout->setContentsMargins(11, 11, 11, 11);
00089         gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
00090         FFTSizeComboBox = new QComboBox(SpectrumDisplayForm);
00091         FFTSizeComboBox->setObjectName(QString::fromUtf8("FFTSizeComboBox"));
00092         QSizePolicy sizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed);
00093         sizePolicy.setHorizontalStretch(0);
00094         sizePolicy.setVerticalStretch(0);
00095         sizePolicy.setHeightForWidth(FFTSizeComboBox->sizePolicy().hasHeightForWidth());
00096         FFTSizeComboBox->setSizePolicy(sizePolicy);
00097         FFTSizeComboBox->setMaximumSize(QSize(120, 16777215));
00098 
00099         gridLayout->addWidget(FFTSizeComboBox, 1, 3, 1, 1);
00100 
00101         FFTSizeLabel = new QLabel(SpectrumDisplayForm);
00102         FFTSizeLabel->setObjectName(QString::fromUtf8("FFTSizeLabel"));
00103         FFTSizeLabel->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
00104         FFTSizeLabel->setWordWrap(false);
00105 
00106         gridLayout->addWidget(FFTSizeLabel, 1, 2, 1, 1);
00107 
00108         UseRFFrequenciesCheckBox = new QCheckBox(SpectrumDisplayForm);
00109         UseRFFrequenciesCheckBox->setObjectName(QString::fromUtf8("UseRFFrequenciesCheckBox"));
00110 
00111         gridLayout->addWidget(UseRFFrequenciesCheckBox, 1, 0, 1, 1);
00112 
00113         horizontalLayout = new QHBoxLayout();
00114         horizontalLayout->setSpacing(6);
00115         horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
00116         WindowLbl = new QLabel(SpectrumDisplayForm);
00117         WindowLbl->setObjectName(QString::fromUtf8("WindowLbl"));
00118         sizePolicy.setHeightForWidth(WindowLbl->sizePolicy().hasHeightForWidth());
00119         WindowLbl->setSizePolicy(sizePolicy);
00120         WindowLbl->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
00121         WindowLbl->setWordWrap(false);
00122 
00123         horizontalLayout->addWidget(WindowLbl);
00124 
00125         WindowComboBox = new QComboBox(SpectrumDisplayForm);
00126         WindowComboBox->setObjectName(QString::fromUtf8("WindowComboBox"));
00127         sizePolicy.setHeightForWidth(WindowComboBox->sizePolicy().hasHeightForWidth());
00128         WindowComboBox->setSizePolicy(sizePolicy);
00129         WindowComboBox->setMinimumSize(QSize(120, 0));
00130         WindowComboBox->setMaximumSize(QSize(120, 16777215));
00131         QFont font;
00132         font.setPointSize(9);
00133         WindowComboBox->setFont(font);
00134 
00135         horizontalLayout->addWidget(WindowComboBox);
00136 
00137 
00138         gridLayout->addLayout(horizontalLayout, 3, 0, 1, 1);
00139 
00140         SpectrumTypeTab = new QTabWidget(SpectrumDisplayForm);
00141         SpectrumTypeTab->setObjectName(QString::fromUtf8("SpectrumTypeTab"));
00142         FrequencyPage = new QWidget();
00143         FrequencyPage->setObjectName(QString::fromUtf8("FrequencyPage"));
00144         verticalLayout = new QVBoxLayout(FrequencyPage);
00145         verticalLayout->setSpacing(6);
00146         verticalLayout->setContentsMargins(11, 11, 11, 11);
00147         verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
00148         verticalLayout_2 = new QVBoxLayout();
00149         verticalLayout_2->setSpacing(6);
00150         verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
00151         FrequencyPlotDisplayFrame = new QFrame(FrequencyPage);
00152         FrequencyPlotDisplayFrame->setObjectName(QString::fromUtf8("FrequencyPlotDisplayFrame"));
00153         QSizePolicy sizePolicy1(QSizePolicy::Preferred, QSizePolicy::Preferred);
00154         sizePolicy1.setHorizontalStretch(0);
00155         sizePolicy1.setVerticalStretch(0);
00156         sizePolicy1.setHeightForWidth(FrequencyPlotDisplayFrame->sizePolicy().hasHeightForWidth());
00157         FrequencyPlotDisplayFrame->setSizePolicy(sizePolicy1);
00158         FrequencyPlotDisplayFrame->setMinimumSize(QSize(617, 400));
00159         FrequencyPlotDisplayFrame->setSizeIncrement(QSize(1, 1));
00160         FrequencyPlotDisplayFrame->setFrameShape(QFrame::NoFrame);
00161         FrequencyPlotDisplayFrame->setFrameShadow(QFrame::Plain);
00162 
00163         verticalLayout_2->addWidget(FrequencyPlotDisplayFrame);
00164 
00165         gridLayout_2 = new QGridLayout();
00166         gridLayout_2->setSpacing(6);
00167         gridLayout_2->setObjectName(QString::fromUtf8("gridLayout_2"));
00168         MaxHoldCheckBox = new QCheckBox(FrequencyPage);
00169         MaxHoldCheckBox->setObjectName(QString::fromUtf8("MaxHoldCheckBox"));
00170         MaxHoldCheckBox->setChecked(false);
00171 
00172         gridLayout_2->addWidget(MaxHoldCheckBox, 1, 0, 1, 1);
00173 
00174         MinHoldCheckBox = new QCheckBox(FrequencyPage);
00175         MinHoldCheckBox->setObjectName(QString::fromUtf8("MinHoldCheckBox"));
00176         MinHoldCheckBox->setChecked(false);
00177 
00178         gridLayout_2->addWidget(MinHoldCheckBox, 2, 0, 1, 1);
00179 
00180         MaxHoldResetBtn = new QPushButton(FrequencyPage);
00181         MaxHoldResetBtn->setObjectName(QString::fromUtf8("MaxHoldResetBtn"));
00182         sizePolicy.setHeightForWidth(MaxHoldResetBtn->sizePolicy().hasHeightForWidth());
00183         MaxHoldResetBtn->setSizePolicy(sizePolicy);
00184         MaxHoldResetBtn->setMinimumSize(QSize(25, 0));
00185 
00186         gridLayout_2->addWidget(MaxHoldResetBtn, 1, 1, 1, 1);
00187 
00188         AvgLabel = new QLabel(FrequencyPage);
00189         AvgLabel->setObjectName(QString::fromUtf8("AvgLabel"));
00190         sizePolicy.setHeightForWidth(AvgLabel->sizePolicy().hasHeightForWidth());
00191         AvgLabel->setSizePolicy(sizePolicy);
00192         AvgLabel->setMinimumSize(QSize(62, 0));
00193         AvgLabel->setAlignment(Qt::AlignCenter);
00194         AvgLabel->setWordWrap(false);
00195 
00196         gridLayout_2->addWidget(AvgLabel, 1, 3, 1, 1);
00197 
00198         MinHoldResetBtn = new QPushButton(FrequencyPage);
00199         MinHoldResetBtn->setObjectName(QString::fromUtf8("MinHoldResetBtn"));
00200 
00201         gridLayout_2->addWidget(MinHoldResetBtn, 2, 1, 1, 1);
00202 
00203         AvgLineEdit = new QSpinBox(FrequencyPage);
00204         AvgLineEdit->setObjectName(QString::fromUtf8("AvgLineEdit"));
00205 
00206         gridLayout_2->addWidget(AvgLineEdit, 2, 3, 1, 1);
00207 
00208         horizontalSpacer_2 = new QSpacerItem(200, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00209 
00210         gridLayout_2->addItem(horizontalSpacer_2, 1, 2, 1, 1);
00211 
00212 
00213         verticalLayout_2->addLayout(gridLayout_2);
00214 
00215 
00216         verticalLayout->addLayout(verticalLayout_2);
00217 
00218         SpectrumTypeTab->addTab(FrequencyPage, QString());
00219         WaterfallPage = new QWidget();
00220         WaterfallPage->setObjectName(QString::fromUtf8("WaterfallPage"));
00221         gridLayout_3 = new QGridLayout(WaterfallPage);
00222         gridLayout_3->setSpacing(6);
00223         gridLayout_3->setContentsMargins(11, 11, 11, 11);
00224         gridLayout_3->setObjectName(QString::fromUtf8("gridLayout_3"));
00225         textLabel1 = new QLabel(WaterfallPage);
00226         textLabel1->setObjectName(QString::fromUtf8("textLabel1"));
00227         textLabel1->setMaximumSize(QSize(100, 16777215));
00228         textLabel1->setWordWrap(false);
00229 
00230         gridLayout_3->addWidget(textLabel1, 0, 0, 1, 1);
00231 
00232         WaterfallMaximumIntensityWheel = new QwtWheel(WaterfallPage);
00233         WaterfallMaximumIntensityWheel->setObjectName(QString::fromUtf8("WaterfallMaximumIntensityWheel"));
00234         WaterfallMaximumIntensityWheel->setMinimumSize(QSize(200, 0));
00235         WaterfallMaximumIntensityWheel->setMouseTracking(true);
00236         WaterfallMaximumIntensityWheel->setFocusPolicy(Qt::WheelFocus);
00237         WaterfallMaximumIntensityWheel->setValid(true);
00238         WaterfallMaximumIntensityWheel->setTotalAngle(200);
00239         WaterfallMaximumIntensityWheel->setViewAngle(20);
00240         WaterfallMaximumIntensityWheel->setMass(0);
00241 
00242         gridLayout_3->addWidget(WaterfallMaximumIntensityWheel, 0, 2, 1, 1);
00243 
00244         WaterfallMaximumIntensityLabel = new QLabel(WaterfallPage);
00245         WaterfallMaximumIntensityLabel->setObjectName(QString::fromUtf8("WaterfallMaximumIntensityLabel"));
00246         WaterfallMaximumIntensityLabel->setMaximumSize(QSize(100, 16777215));
00247         WaterfallMaximumIntensityLabel->setWordWrap(false);
00248 
00249         gridLayout_3->addWidget(WaterfallMaximumIntensityLabel, 0, 3, 1, 1);
00250 
00251         WaterfallPlotDisplayFrame = new QFrame(WaterfallPage);
00252         WaterfallPlotDisplayFrame->setObjectName(QString::fromUtf8("WaterfallPlotDisplayFrame"));
00253         WaterfallPlotDisplayFrame->setMinimumSize(QSize(617, 338));
00254         WaterfallPlotDisplayFrame->setFrameShape(QFrame::NoFrame);
00255         WaterfallPlotDisplayFrame->setFrameShadow(QFrame::Plain);
00256 
00257         gridLayout_3->addWidget(WaterfallPlotDisplayFrame, 1, 0, 1, 4);
00258 
00259         WaterfallMinimumIntensityWheel = new QwtWheel(WaterfallPage);
00260         WaterfallMinimumIntensityWheel->setObjectName(QString::fromUtf8("WaterfallMinimumIntensityWheel"));
00261         WaterfallMinimumIntensityWheel->setMinimumSize(QSize(200, 0));
00262         WaterfallMinimumIntensityWheel->setValid(true);
00263         WaterfallMinimumIntensityWheel->setTotalAngle(200);
00264         WaterfallMinimumIntensityWheel->setViewAngle(20);
00265         WaterfallMinimumIntensityWheel->setMass(0);
00266 
00267         gridLayout_3->addWidget(WaterfallMinimumIntensityWheel, 2, 2, 1, 1);
00268 
00269         WaterfallMinimumIntensityLabel = new QLabel(WaterfallPage);
00270         WaterfallMinimumIntensityLabel->setObjectName(QString::fromUtf8("WaterfallMinimumIntensityLabel"));
00271         WaterfallMinimumIntensityLabel->setMaximumSize(QSize(100, 16777215));
00272         WaterfallMinimumIntensityLabel->setWordWrap(false);
00273 
00274         gridLayout_3->addWidget(WaterfallMinimumIntensityLabel, 2, 3, 1, 1);
00275 
00276         WaterfallAutoScaleBtn = new QPushButton(WaterfallPage);
00277         WaterfallAutoScaleBtn->setObjectName(QString::fromUtf8("WaterfallAutoScaleBtn"));
00278         WaterfallAutoScaleBtn->setMaximumSize(QSize(80, 16777215));
00279 
00280         gridLayout_3->addWidget(WaterfallAutoScaleBtn, 2, 0, 1, 2);
00281 
00282         WaterfallIntensityComboBox = new QComboBox(WaterfallPage);
00283         WaterfallIntensityComboBox->setObjectName(QString::fromUtf8("WaterfallIntensityComboBox"));
00284         WaterfallIntensityComboBox->setMaximumSize(QSize(100, 16777215));
00285 
00286         gridLayout_3->addWidget(WaterfallIntensityComboBox, 0, 1, 1, 1);
00287 
00288         SpectrumTypeTab->addTab(WaterfallPage, QString());
00289         TimeDomainPage = new QWidget();
00290         TimeDomainPage->setObjectName(QString::fromUtf8("TimeDomainPage"));
00291         gridLayout_4 = new QGridLayout(TimeDomainPage);
00292         gridLayout_4->setSpacing(6);
00293         gridLayout_4->setContentsMargins(11, 11, 11, 11);
00294         gridLayout_4->setObjectName(QString::fromUtf8("gridLayout_4"));
00295         TimeDomainDisplayFrame = new QFrame(TimeDomainPage);
00296         TimeDomainDisplayFrame->setObjectName(QString::fromUtf8("TimeDomainDisplayFrame"));
00297         TimeDomainDisplayFrame->setMinimumSize(QSize(617, 404));
00298         TimeDomainDisplayFrame->setFrameShape(QFrame::NoFrame);
00299         TimeDomainDisplayFrame->setFrameShadow(QFrame::Plain);
00300 
00301         gridLayout_4->addWidget(TimeDomainDisplayFrame, 0, 0, 1, 1);
00302 
00303         SpectrumTypeTab->addTab(TimeDomainPage, QString());
00304         ConstellationPage = new QWidget();
00305         ConstellationPage->setObjectName(QString::fromUtf8("ConstellationPage"));
00306         gridLayout_5 = new QGridLayout(ConstellationPage);
00307         gridLayout_5->setSpacing(6);
00308         gridLayout_5->setContentsMargins(11, 11, 11, 11);
00309         gridLayout_5->setObjectName(QString::fromUtf8("gridLayout_5"));
00310         ConstellationDisplayFrame = new QFrame(ConstellationPage);
00311         ConstellationDisplayFrame->setObjectName(QString::fromUtf8("ConstellationDisplayFrame"));
00312         ConstellationDisplayFrame->setMinimumSize(QSize(617, 406));
00313         ConstellationDisplayFrame->setFrameShape(QFrame::StyledPanel);
00314         ConstellationDisplayFrame->setFrameShadow(QFrame::Raised);
00315 
00316         gridLayout_5->addWidget(ConstellationDisplayFrame, 0, 0, 1, 1);
00317 
00318         SpectrumTypeTab->addTab(ConstellationPage, QString());
00319 
00320         gridLayout->addWidget(SpectrumTypeTab, 0, 0, 1, 4);
00321 
00322         QWidget::setTabOrder(SpectrumTypeTab, UseRFFrequenciesCheckBox);
00323         QWidget::setTabOrder(UseRFFrequenciesCheckBox, FFTSizeComboBox);
00324         QWidget::setTabOrder(FFTSizeComboBox, WaterfallMaximumIntensityWheel);
00325         QWidget::setTabOrder(WaterfallMaximumIntensityWheel, WaterfallMinimumIntensityWheel);
00326 
00327         retranslateUi(SpectrumDisplayForm);
00328         QObject::connect(MaxHoldCheckBox, SIGNAL(toggled(bool)), SpectrumDisplayForm, SLOT(MaxHoldCheckBox_toggled(bool)));
00329         QObject::connect(MaxHoldResetBtn, SIGNAL(clicked()), SpectrumDisplayForm, SLOT(MaxHoldResetBtn_clicked()));
00330         QObject::connect(MinHoldCheckBox, SIGNAL(toggled(bool)), SpectrumDisplayForm, SLOT(MinHoldCheckBox_toggled(bool)));
00331         QObject::connect(MinHoldResetBtn, SIGNAL(clicked()), SpectrumDisplayForm, SLOT(MinHoldResetBtn_clicked()));
00332         QObject::connect(WindowComboBox, SIGNAL(activated(int)), SpectrumDisplayForm, SLOT(WindowTypeChanged(int)));
00333         QObject::connect(UseRFFrequenciesCheckBox, SIGNAL(toggled(bool)), SpectrumDisplayForm, SLOT(UseRFFrequenciesCB(bool)));
00334         QObject::connect(WaterfallMaximumIntensityWheel, SIGNAL(valueChanged(double)), SpectrumDisplayForm, SLOT(waterfallMaximumIntensityChangedCB(double)));
00335         QObject::connect(WaterfallMinimumIntensityWheel, SIGNAL(valueChanged(double)), SpectrumDisplayForm, SLOT(waterfallMinimumIntensityChangedCB(double)));
00336         QObject::connect(FFTSizeComboBox, SIGNAL(activated(QString)), SpectrumDisplayForm, SLOT(FFTComboBoxSelectedCB(QString)));
00337         QObject::connect(WaterfallAutoScaleBtn, SIGNAL(clicked()), SpectrumDisplayForm, SLOT(WaterfallAutoScaleBtnCB()));
00338         QObject::connect(WaterfallIntensityComboBox, SIGNAL(activated(int)), SpectrumDisplayForm, SLOT(WaterfallIntensityColorTypeChanged(int)));
00339         QObject::connect(SpectrumTypeTab, SIGNAL(currentChanged(int)), SpectrumDisplayForm, SLOT(TabChanged(int)));
00340         QObject::connect(AvgLineEdit, SIGNAL(valueChanged(int)), SpectrumDisplayForm, SLOT(AvgLineEdit_valueChanged(int)));
00341 
00342         SpectrumTypeTab->setCurrentIndex(0);
00343 
00344 
00345         QMetaObject::connectSlotsByName(SpectrumDisplayForm);
00346     } // setupUi
00347 
00348     void retranslateUi(QWidget *SpectrumDisplayForm)
00349     {
00350         SpectrumDisplayForm->setWindowTitle(QApplication::translate("SpectrumDisplayForm", "Spectrum Display", 0, QApplication::UnicodeUTF8));
00351         FFTSizeComboBox->clear();
00352         FFTSizeComboBox->insertItems(0, QStringList()
00353          << QApplication::translate("SpectrumDisplayForm", "1024", 0, QApplication::UnicodeUTF8)
00354          << QApplication::translate("SpectrumDisplayForm", "2048", 0, QApplication::UnicodeUTF8)
00355          << QApplication::translate("SpectrumDisplayForm", "4096", 0, QApplication::UnicodeUTF8)
00356          << QApplication::translate("SpectrumDisplayForm", "8192", 0, QApplication::UnicodeUTF8)
00357          << QApplication::translate("SpectrumDisplayForm", "16384", 0, QApplication::UnicodeUTF8)
00358          << QApplication::translate("SpectrumDisplayForm", "32768", 0, QApplication::UnicodeUTF8)
00359         );
00360         FFTSizeLabel->setText(QApplication::translate("SpectrumDisplayForm", "FFT Size:", 0, QApplication::UnicodeUTF8));
00361         UseRFFrequenciesCheckBox->setText(QApplication::translate("SpectrumDisplayForm", "Display RF Frequencies", 0, QApplication::UnicodeUTF8));
00362         WindowLbl->setText(QApplication::translate("SpectrumDisplayForm", "Window:", 0, QApplication::UnicodeUTF8));
00363         WindowComboBox->clear();
00364         WindowComboBox->insertItems(0, QStringList()
00365          << QApplication::translate("SpectrumDisplayForm", "Hamming", 0, QApplication::UnicodeUTF8)
00366          << QApplication::translate("SpectrumDisplayForm", "Hann", 0, QApplication::UnicodeUTF8)
00367          << QApplication::translate("SpectrumDisplayForm", "Blackman", 0, QApplication::UnicodeUTF8)
00368          << QApplication::translate("SpectrumDisplayForm", "Rectangular", 0, QApplication::UnicodeUTF8)
00369          << QApplication::translate("SpectrumDisplayForm", "Kaiser", 0, QApplication::UnicodeUTF8)
00370          << QApplication::translate("SpectrumDisplayForm", "Blackman-harris", 0, QApplication::UnicodeUTF8)
00371         );
00372         MaxHoldCheckBox->setText(QApplication::translate("SpectrumDisplayForm", "Max Hold", 0, QApplication::UnicodeUTF8));
00373         MinHoldCheckBox->setText(QApplication::translate("SpectrumDisplayForm", "Min Hold", 0, QApplication::UnicodeUTF8));
00374         MaxHoldResetBtn->setText(QApplication::translate("SpectrumDisplayForm", "Reset", 0, QApplication::UnicodeUTF8));
00375         AvgLabel->setText(QApplication::translate("SpectrumDisplayForm", "Average", 0, QApplication::UnicodeUTF8));
00376         MinHoldResetBtn->setText(QApplication::translate("SpectrumDisplayForm", "Reset", 0, QApplication::UnicodeUTF8));
00377         SpectrumTypeTab->setTabText(SpectrumTypeTab->indexOf(FrequencyPage), QApplication::translate("SpectrumDisplayForm", "Frequency Display", 0, QApplication::UnicodeUTF8));
00378         textLabel1->setText(QApplication::translate("SpectrumDisplayForm", "Intensity Display:", 0, QApplication::UnicodeUTF8));
00379         WaterfallMaximumIntensityLabel->setText(QApplication::translate("SpectrumDisplayForm", "100 dB", 0, QApplication::UnicodeUTF8));
00380         WaterfallMinimumIntensityLabel->setText(QApplication::translate("SpectrumDisplayForm", "-100 dB", 0, QApplication::UnicodeUTF8));
00381 #ifndef QT_NO_TOOLTIP
00382         WaterfallAutoScaleBtn->setToolTip(QApplication::translate("SpectrumDisplayForm", "Scales the Intensity to the current data extremes.", 0, QApplication::UnicodeUTF8));
00383 #endif // QT_NO_TOOLTIP
00384         WaterfallAutoScaleBtn->setText(QApplication::translate("SpectrumDisplayForm", "Auto Scale", 0, QApplication::UnicodeUTF8));
00385         WaterfallIntensityComboBox->clear();
00386         WaterfallIntensityComboBox->insertItems(0, QStringList()
00387          << QApplication::translate("SpectrumDisplayForm", "Color", 0, QApplication::UnicodeUTF8)
00388          << QApplication::translate("SpectrumDisplayForm", "White Hot", 0, QApplication::UnicodeUTF8)
00389          << QApplication::translate("SpectrumDisplayForm", "Black Hot", 0, QApplication::UnicodeUTF8)
00390          << QApplication::translate("SpectrumDisplayForm", "Incandescent", 0, QApplication::UnicodeUTF8)
00391          << QApplication::translate("SpectrumDisplayForm", "User Defined", 0, QApplication::UnicodeUTF8)
00392         );
00393         SpectrumTypeTab->setTabText(SpectrumTypeTab->indexOf(WaterfallPage), QApplication::translate("SpectrumDisplayForm", "Waterfall Display", 0, QApplication::UnicodeUTF8));
00394         SpectrumTypeTab->setTabText(SpectrumTypeTab->indexOf(TimeDomainPage), QApplication::translate("SpectrumDisplayForm", "Time Domain Display", 0, QApplication::UnicodeUTF8));
00395         SpectrumTypeTab->setTabText(SpectrumTypeTab->indexOf(ConstellationPage), QApplication::translate("SpectrumDisplayForm", "Constellation Display", 0, QApplication::UnicodeUTF8));
00396     } // retranslateUi
00397 
00398 };
00399 
00400 namespace Ui {
00401     class SpectrumDisplayForm: public Ui_SpectrumDisplayForm {};
00402 } // namespace Ui
00403 
00404 QT_END_NAMESPACE
00405 
00406 #endif // UI_SPECTRUMDISPLAYFORM_H