123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342 |
- /********************************************************************************
- ** Form generated from reading UI file 'oambaseparam.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_OAMBASEPARAM_H
- #define UI_OAMBASEPARAM_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/QLineEdit>
- #include <QtWidgets/QPushButton>
- #include <QtWidgets/QSpacerItem>
- #include <QtWidgets/QVBoxLayout>
- #include <QtWidgets/QWidget>
- QT_BEGIN_NAMESPACE
- class Ui_OamBaseParam
- {
- public:
- QGridLayout *gridLayout_2;
- QSpacerItem *horizontalSpacer_2;
- QSpacerItem *verticalSpacer;
- QVBoxLayout *verticalLayout_3;
- QGroupBox *groupBox;
- QWidget *widget;
- QVBoxLayout *verticalLayout;
- QGridLayout *gridLayout;
- QCheckBox *checkBoxProjectId;
- QLabel *label_6;
- QLineEdit *lineEditProjectId;
- QCheckBox *checkBoxGenNo;
- QLabel *label_2;
- QLineEdit *lineEditGenNo;
- QCheckBox *checkBoxDeviceType;
- QLabel *label_5;
- QComboBox *comboBoxDeviceType;
- QCheckBox *checkBoxDeviceModel;
- QLabel *label_4;
- QLineEdit *lineEditDeviceModel;
- QCheckBox *checkBoxSoftVersion;
- QLabel *label_3;
- QLineEdit *lineEditSoftVersion;
- QCheckBox *checkBoxBleBtsName;
- QLabel *label_7;
- QLineEdit *lineEditBleBtsName;
- QPushButton *pushButtonImportBleBtsName;
- QHBoxLayout *horizontalLayout;
- QPushButton *pushButtonAllSel;
- QPushButton *pushButtonAllNoSel;
- QPushButton *pushButtonClear;
- QPushButton *pushButtonQuery;
- QPushButton *pushButtonConfig;
- QPushButton *pushButtonUpload;
- QVBoxLayout *verticalLayout_2;
- QLabel *label_8;
- QLabel *label_13;
- QLabel *label_14;
- QLabel *label_10;
- QSpacerItem *horizontalSpacer;
- QSpacerItem *verticalSpacer_2;
- void setupUi(QDialog *OamBaseParam)
- {
- if (OamBaseParam->objectName().isEmpty())
- OamBaseParam->setObjectName("OamBaseParam");
- OamBaseParam->resize(1024, 700);
- OamBaseParam->setMinimumSize(QSize(1024, 700));
- OamBaseParam->setMaximumSize(QSize(16777215, 12345678));
- OamBaseParam->setStyleSheet(QString::fromUtf8(""));
- gridLayout_2 = new QGridLayout(OamBaseParam);
- gridLayout_2->setObjectName("gridLayout_2");
- horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
- gridLayout_2->addItem(horizontalSpacer_2, 1, 0, 1, 1);
- verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
- gridLayout_2->addItem(verticalSpacer, 0, 1, 1, 1);
- verticalLayout_3 = new QVBoxLayout();
- verticalLayout_3->setObjectName("verticalLayout_3");
- groupBox = new QGroupBox(OamBaseParam);
- groupBox->setObjectName("groupBox");
- groupBox->setMinimumSize(QSize(770, 330));
- widget = new QWidget(groupBox);
- widget->setObjectName("widget");
- widget->setGeometry(QRect(18, 15, 740, 297));
- 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);
- checkBoxProjectId = new QCheckBox(widget);
- checkBoxProjectId->setObjectName("checkBoxProjectId");
- gridLayout->addWidget(checkBoxProjectId, 0, 0, 1, 1);
- label_6 = new QLabel(widget);
- label_6->setObjectName("label_6");
- gridLayout->addWidget(label_6, 0, 1, 1, 1);
- lineEditProjectId = new QLineEdit(widget);
- lineEditProjectId->setObjectName("lineEditProjectId");
- lineEditProjectId->setMinimumSize(QSize(640, 28));
- lineEditProjectId->setReadOnly(false);
- gridLayout->addWidget(lineEditProjectId, 0, 2, 1, 2);
- checkBoxGenNo = new QCheckBox(widget);
- checkBoxGenNo->setObjectName("checkBoxGenNo");
- gridLayout->addWidget(checkBoxGenNo, 1, 0, 1, 1);
- label_2 = new QLabel(widget);
- label_2->setObjectName("label_2");
- gridLayout->addWidget(label_2, 1, 1, 1, 1);
- lineEditGenNo = new QLineEdit(widget);
- lineEditGenNo->setObjectName("lineEditGenNo");
- lineEditGenNo->setMinimumSize(QSize(640, 28));
- lineEditGenNo->setReadOnly(false);
- gridLayout->addWidget(lineEditGenNo, 1, 2, 1, 2);
- checkBoxDeviceType = new QCheckBox(widget);
- checkBoxDeviceType->setObjectName("checkBoxDeviceType");
- gridLayout->addWidget(checkBoxDeviceType, 2, 0, 1, 1);
- label_5 = new QLabel(widget);
- label_5->setObjectName("label_5");
- gridLayout->addWidget(label_5, 2, 1, 1, 1);
- comboBoxDeviceType = new QComboBox(widget);
- comboBoxDeviceType->setObjectName("comboBoxDeviceType");
- comboBoxDeviceType->setMinimumSize(QSize(640, 28));
- gridLayout->addWidget(comboBoxDeviceType, 2, 2, 1, 2);
- checkBoxDeviceModel = new QCheckBox(widget);
- checkBoxDeviceModel->setObjectName("checkBoxDeviceModel");
- gridLayout->addWidget(checkBoxDeviceModel, 3, 0, 1, 1);
- label_4 = new QLabel(widget);
- label_4->setObjectName("label_4");
- gridLayout->addWidget(label_4, 3, 1, 1, 1);
- lineEditDeviceModel = new QLineEdit(widget);
- lineEditDeviceModel->setObjectName("lineEditDeviceModel");
- lineEditDeviceModel->setMinimumSize(QSize(640, 28));
- lineEditDeviceModel->setReadOnly(true);
- gridLayout->addWidget(lineEditDeviceModel, 3, 2, 1, 2);
- checkBoxSoftVersion = new QCheckBox(widget);
- checkBoxSoftVersion->setObjectName("checkBoxSoftVersion");
- gridLayout->addWidget(checkBoxSoftVersion, 4, 0, 1, 1);
- label_3 = new QLabel(widget);
- label_3->setObjectName("label_3");
- gridLayout->addWidget(label_3, 4, 1, 1, 1);
- lineEditSoftVersion = new QLineEdit(widget);
- lineEditSoftVersion->setObjectName("lineEditSoftVersion");
- lineEditSoftVersion->setMinimumSize(QSize(640, 28));
- lineEditSoftVersion->setAutoFillBackground(true);
- lineEditSoftVersion->setReadOnly(true);
- gridLayout->addWidget(lineEditSoftVersion, 4, 2, 1, 2);
- checkBoxBleBtsName = new QCheckBox(widget);
- checkBoxBleBtsName->setObjectName("checkBoxBleBtsName");
- gridLayout->addWidget(checkBoxBleBtsName, 5, 0, 1, 1);
- label_7 = new QLabel(widget);
- label_7->setObjectName("label_7");
- gridLayout->addWidget(label_7, 5, 1, 1, 1);
- lineEditBleBtsName = new QLineEdit(widget);
- lineEditBleBtsName->setObjectName("lineEditBleBtsName");
- lineEditBleBtsName->setMinimumSize(QSize(520, 28));
- lineEditBleBtsName->setMaximumSize(QSize(290, 16777215));
- lineEditBleBtsName->setAutoFillBackground(true);
- lineEditBleBtsName->setReadOnly(true);
- gridLayout->addWidget(lineEditBleBtsName, 5, 2, 1, 1);
- pushButtonImportBleBtsName = new QPushButton(widget);
- pushButtonImportBleBtsName->setObjectName("pushButtonImportBleBtsName");
- pushButtonImportBleBtsName->setMinimumSize(QSize(60, 0));
- gridLayout->addWidget(pushButtonImportBleBtsName, 5, 3, 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_3->addWidget(groupBox);
- verticalLayout_2 = new QVBoxLayout();
- verticalLayout_2->setObjectName("verticalLayout_2");
- label_8 = new QLabel(OamBaseParam);
- label_8->setObjectName("label_8");
- verticalLayout_2->addWidget(label_8);
- label_13 = new QLabel(OamBaseParam);
- label_13->setObjectName("label_13");
- verticalLayout_2->addWidget(label_13);
- label_14 = new QLabel(OamBaseParam);
- label_14->setObjectName("label_14");
- verticalLayout_2->addWidget(label_14);
- verticalLayout_3->addLayout(verticalLayout_2);
- gridLayout_2->addLayout(verticalLayout_3, 1, 1, 1, 1);
- label_10 = new QLabel(OamBaseParam);
- label_10->setObjectName("label_10");
- gridLayout_2->addWidget(label_10, 2, 1, 1, 1);
- horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
- gridLayout_2->addItem(horizontalSpacer, 1, 2, 1, 1);
- verticalSpacer_2 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
- gridLayout_2->addItem(verticalSpacer_2, 3, 1, 1, 1);
- retranslateUi(OamBaseParam);
- comboBoxDeviceType->setCurrentIndex(-1);
- QMetaObject::connectSlotsByName(OamBaseParam);
- } // setupUi
- void retranslateUi(QDialog *OamBaseParam)
- {
- OamBaseParam->setWindowTitle(QCoreApplication::translate("OamBaseParam", "\350\256\276\345\244\207\345\237\272\346\234\254\345\217\202\346\225\260", nullptr));
- groupBox->setTitle(QString());
- checkBoxProjectId->setText(QString());
- label_6->setText(QCoreApplication::translate("OamBaseParam", "\351\241\271\347\233\256\347\274\226\345\217\267", nullptr));
- checkBoxGenNo->setText(QString());
- label_2->setText(QCoreApplication::translate("OamBaseParam", "\347\224\237\344\272\247\345\272\217\345\217\267", nullptr));
- checkBoxDeviceType->setText(QString());
- label_5->setText(QCoreApplication::translate("OamBaseParam", "\350\256\276\345\244\207\347\261\273\345\236\213", nullptr));
- checkBoxDeviceModel->setText(QString());
- label_4->setText(QCoreApplication::translate("OamBaseParam", "\350\256\276\345\244\207\345\236\213\345\217\267", nullptr));
- checkBoxSoftVersion->setText(QString());
- label_3->setText(QCoreApplication::translate("OamBaseParam", "\350\275\257\344\273\266\347\211\210\346\234\254", nullptr));
- checkBoxBleBtsName->setText(QString());
- label_7->setText(QCoreApplication::translate("OamBaseParam", "\350\223\235\347\211\231\345\220\215\347\247\260", nullptr));
- lineEditBleBtsName->setPlaceholderText(QCoreApplication::translate("OamBaseParam", "\345\237\272\347\253\231\350\207\252\345\270\246\350\223\235\347\211\231\346\250\241\345\235\227\347\232\204\345\220\215\347\247\260", nullptr));
- pushButtonImportBleBtsName->setText(QCoreApplication::translate("OamBaseParam", "\345\257\274\345\205\245", nullptr));
- pushButtonAllSel->setText(QCoreApplication::translate("OamBaseParam", "\345\205\250\351\200\211", nullptr));
- pushButtonAllNoSel->setText(QCoreApplication::translate("OamBaseParam", "\345\205\250\344\270\215\351\200\211", nullptr));
- pushButtonClear->setText(QCoreApplication::translate("OamBaseParam", "\346\270\205\347\251\272", nullptr));
- pushButtonQuery->setText(QCoreApplication::translate("OamBaseParam", "\346\237\245\350\257\242", nullptr));
- pushButtonConfig->setText(QCoreApplication::translate("OamBaseParam", "\350\256\276\347\275\256", nullptr));
- pushButtonUpload->setText(QCoreApplication::translate("OamBaseParam", "\344\270\212\344\274\240\346\225\260\346\215\256", nullptr));
- label_8->setText(QCoreApplication::translate("OamBaseParam", "\346\263\250\346\204\217\357\274\232", nullptr));
- label_13->setText(QCoreApplication::translate("OamBaseParam", "1\343\200\201\345\234\250\351\205\215\347\275\256\350\223\235\347\211\231\345\220\215\347\247\260\345\211\215\357\274\214\350\257\267\345\205\210\346\211\247\350\241\214\345\257\274\345\205\245\346\223\215\344\275\234", nullptr));
- label_14->setText(QCoreApplication::translate("OamBaseParam", "2\343\200\201\"\344\270\212\344\274\240\346\225\260\346\215\256\"\357\274\214\345\215\263\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));
- label_10->setText(QString());
- } // retranslateUi
- };
- namespace Ui {
- class OamBaseParam: public Ui_OamBaseParam {};
- } // namespace Ui
- QT_END_NAMESPACE
- #endif // UI_OAMBASEPARAM_H
|