123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251 |
- /********************************************************************************
- ** Form generated from reading UI file 'oamconfigparam.ui'
- **
- ** Created by: Qt User Interface Compiler version 6.6.1
- **
- ** WARNING! All changes made in this file will be lost when recompiling UI file!
- ********************************************************************************/
- #ifndef UI_OAMCONFIGPARAM_H
- #define UI_OAMCONFIGPARAM_H
- #include <QtCore/QVariant>
- #include <QtWidgets/QApplication>
- #include <QtWidgets/QCheckBox>
- #include <QtWidgets/QComboBox>
- #include <QtWidgets/QDialog>
- #include <QtWidgets/QGridLayout>
- #include <QtWidgets/QGroupBox>
- #include <QtWidgets/QHBoxLayout>
- #include <QtWidgets/QLabel>
- #include <QtWidgets/QPushButton>
- #include <QtWidgets/QSpacerItem>
- #include <QtWidgets/QVBoxLayout>
- #include <QtWidgets/QWidget>
- QT_BEGIN_NAMESPACE
- class Ui_OamConfigParam
- {
- public:
- QGridLayout *gridLayout_2;
- QVBoxLayout *verticalLayout_2;
- QGroupBox *groupBox;
- QWidget *widget;
- QVBoxLayout *verticalLayout;
- QGridLayout *gridLayout;
- QCheckBox *checkBoxDaSwitch;
- QLabel *label_3;
- QComboBox *comboBoxDaSwitch;
- QCheckBox *checkBoxDaGain;
- QLabel *label_4;
- QComboBox *comboBoxDaGain;
- QCheckBox *checkBoxPaSwitch;
- QLabel *label_5;
- QComboBox *comboBoxPaSwitch;
- QCheckBox *checkBoxPaGain;
- QLabel *label_6;
- QComboBox *comboBoxPaGain;
- QHBoxLayout *horizontalLayout;
- QPushButton *pushButtonAllSel;
- QPushButton *pushButtonAllNoSel;
- QPushButton *pushButtonClear;
- QPushButton *pushButtonQuery;
- QPushButton *pushButtonConfig;
- QPushButton *pushButtonUpload;
- QLabel *label_7;
- QSpacerItem *verticalSpacer;
- QSpacerItem *verticalSpacer_2;
- QSpacerItem *horizontalSpacer;
- QSpacerItem *horizontalSpacer_2;
- void setupUi(QDialog *OamConfigParam)
- {
- if (OamConfigParam->objectName().isEmpty())
- OamConfigParam->setObjectName("OamConfigParam");
- OamConfigParam->resize(1024, 700);
- OamConfigParam->setMinimumSize(QSize(1024, 700));
- OamConfigParam->setMaximumSize(QSize(16777215, 16777215));
- gridLayout_2 = new QGridLayout(OamConfigParam);
- gridLayout_2->setObjectName("gridLayout_2");
- verticalLayout_2 = new QVBoxLayout();
- verticalLayout_2->setObjectName("verticalLayout_2");
- groupBox = new QGroupBox(OamConfigParam);
- groupBox->setObjectName("groupBox");
- groupBox->setMinimumSize(QSize(770, 245));
- widget = new QWidget(groupBox);
- widget->setObjectName("widget");
- widget->setGeometry(QRect(14, 15, 742, 211));
- verticalLayout = new QVBoxLayout(widget);
- verticalLayout->setSpacing(20);
- verticalLayout->setObjectName("verticalLayout");
- verticalLayout->setContentsMargins(0, 0, 0, 0);
- gridLayout = new QGridLayout();
- gridLayout->setObjectName("gridLayout");
- gridLayout->setHorizontalSpacing(10);
- gridLayout->setVerticalSpacing(15);
- checkBoxDaSwitch = new QCheckBox(widget);
- checkBoxDaSwitch->setObjectName("checkBoxDaSwitch");
- gridLayout->addWidget(checkBoxDaSwitch, 0, 0, 1, 1);
- label_3 = new QLabel(widget);
- label_3->setObjectName("label_3");
- gridLayout->addWidget(label_3, 0, 1, 1, 1);
- comboBoxDaSwitch = new QComboBox(widget);
- comboBoxDaSwitch->setObjectName("comboBoxDaSwitch");
- comboBoxDaSwitch->setMinimumSize(QSize(550, 28));
- gridLayout->addWidget(comboBoxDaSwitch, 0, 2, 1, 1);
- checkBoxDaGain = new QCheckBox(widget);
- checkBoxDaGain->setObjectName("checkBoxDaGain");
- gridLayout->addWidget(checkBoxDaGain, 1, 0, 1, 1);
- label_4 = new QLabel(widget);
- label_4->setObjectName("label_4");
- gridLayout->addWidget(label_4, 1, 1, 1, 1);
- comboBoxDaGain = new QComboBox(widget);
- comboBoxDaGain->setObjectName("comboBoxDaGain");
- comboBoxDaGain->setMinimumSize(QSize(640, 28));
- gridLayout->addWidget(comboBoxDaGain, 1, 2, 1, 1);
- checkBoxPaSwitch = new QCheckBox(widget);
- checkBoxPaSwitch->setObjectName("checkBoxPaSwitch");
- gridLayout->addWidget(checkBoxPaSwitch, 2, 0, 1, 1);
- label_5 = new QLabel(widget);
- label_5->setObjectName("label_5");
- gridLayout->addWidget(label_5, 2, 1, 1, 1);
- comboBoxPaSwitch = new QComboBox(widget);
- comboBoxPaSwitch->setObjectName("comboBoxPaSwitch");
- comboBoxPaSwitch->setMinimumSize(QSize(640, 28));
- gridLayout->addWidget(comboBoxPaSwitch, 2, 2, 1, 1);
- checkBoxPaGain = new QCheckBox(widget);
- checkBoxPaGain->setObjectName("checkBoxPaGain");
- gridLayout->addWidget(checkBoxPaGain, 3, 0, 1, 1);
- label_6 = new QLabel(widget);
- label_6->setObjectName("label_6");
- gridLayout->addWidget(label_6, 3, 1, 1, 1);
- comboBoxPaGain = new QComboBox(widget);
- comboBoxPaGain->setObjectName("comboBoxPaGain");
- comboBoxPaGain->setMinimumSize(QSize(640, 28));
- gridLayout->addWidget(comboBoxPaGain, 3, 2, 1, 1);
- verticalLayout->addLayout(gridLayout);
- horizontalLayout = new QHBoxLayout();
- horizontalLayout->setObjectName("horizontalLayout");
- pushButtonAllSel = new QPushButton(widget);
- pushButtonAllSel->setObjectName("pushButtonAllSel");
- horizontalLayout->addWidget(pushButtonAllSel);
- pushButtonAllNoSel = new QPushButton(widget);
- pushButtonAllNoSel->setObjectName("pushButtonAllNoSel");
- horizontalLayout->addWidget(pushButtonAllNoSel);
- pushButtonClear = new QPushButton(widget);
- pushButtonClear->setObjectName("pushButtonClear");
- horizontalLayout->addWidget(pushButtonClear);
- pushButtonQuery = new QPushButton(widget);
- pushButtonQuery->setObjectName("pushButtonQuery");
- horizontalLayout->addWidget(pushButtonQuery);
- pushButtonConfig = new QPushButton(widget);
- pushButtonConfig->setObjectName("pushButtonConfig");
- horizontalLayout->addWidget(pushButtonConfig);
- pushButtonUpload = new QPushButton(widget);
- pushButtonUpload->setObjectName("pushButtonUpload");
- horizontalLayout->addWidget(pushButtonUpload);
- verticalLayout->addLayout(horizontalLayout);
- verticalLayout_2->addWidget(groupBox);
- label_7 = new QLabel(OamConfigParam);
- label_7->setObjectName("label_7");
- verticalLayout_2->addWidget(label_7);
- gridLayout_2->addLayout(verticalLayout_2, 1, 1, 1, 1);
- verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
- gridLayout_2->addItem(verticalSpacer, 0, 1, 1, 1);
- verticalSpacer_2 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
- gridLayout_2->addItem(verticalSpacer_2, 2, 1, 1, 1);
- horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
- gridLayout_2->addItem(horizontalSpacer, 1, 2, 1, 1);
- horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
- gridLayout_2->addItem(horizontalSpacer_2, 1, 0, 1, 1);
- retranslateUi(OamConfigParam);
- QMetaObject::connectSlotsByName(OamConfigParam);
- } // setupUi
- void retranslateUi(QDialog *OamConfigParam)
- {
- OamConfigParam->setWindowTitle(QCoreApplication::translate("OamConfigParam", "\351\205\215\347\275\256\345\217\202\346\225\260", nullptr));
- groupBox->setTitle(QString());
- checkBoxDaSwitch->setText(QString());
- label_3->setText(QCoreApplication::translate("OamConfigParam", "DAC\345\274\200\345\205\263", nullptr));
- checkBoxDaGain->setText(QString());
- label_4->setText(QCoreApplication::translate("OamConfigParam", "DAC\345\242\236\347\233\212", nullptr));
- checkBoxPaSwitch->setText(QString());
- label_5->setText(QCoreApplication::translate("OamConfigParam", "\345\212\237\346\224\276\345\274\200\345\205\263", nullptr));
- checkBoxPaGain->setText(QString());
- label_6->setText(QCoreApplication::translate("OamConfigParam", "\345\212\237\346\224\276\345\242\236\347\233\212", nullptr));
- pushButtonAllSel->setText(QCoreApplication::translate("OamConfigParam", "\345\205\250\351\200\211", nullptr));
- pushButtonAllNoSel->setText(QCoreApplication::translate("OamConfigParam", "\345\205\250\344\270\215\351\200\211", nullptr));
- pushButtonClear->setText(QCoreApplication::translate("OamConfigParam", "\346\270\205\347\251\272", nullptr));
- pushButtonQuery->setText(QCoreApplication::translate("OamConfigParam", "\346\237\245\350\257\242", nullptr));
- pushButtonConfig->setText(QCoreApplication::translate("OamConfigParam", "\350\256\276\347\275\256", nullptr));
- pushButtonUpload->setText(QCoreApplication::translate("OamConfigParam", "\344\270\212\344\274\240\346\225\260\346\215\256", nullptr));
- label_7->setText(QCoreApplication::translate("OamConfigParam", "\346\263\250\346\204\217\357\274\232\342\200\234\344\270\212\344\274\240\346\225\260\346\215\256\342\200\235\346\230\257\345\260\206\346\225\260\346\215\256\344\270\212\344\274\240\350\207\263\347\256\241\347\220\206\344\270\255\345\277\203", nullptr));
- } // retranslateUi
- };
- namespace Ui {
- class OamConfigParam: public Ui_OamConfigParam {};
- } // namespace Ui
- QT_END_NAMESPACE
- #endif // UI_OAMCONFIGPARAM_H
|