123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337 |
- /********************************************************************************
- ** Form generated from reading UI file 'oamsynctimer.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_OAMSYNCTIMER_H
- #define UI_OAMSYNCTIMER_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/QSpinBox>
- #include <QtWidgets/QTimeEdit>
- #include <QtWidgets/QVBoxLayout>
- QT_BEGIN_NAMESPACE
- class Ui_oamsynctimer
- {
- public:
- QGridLayout *gridLayout_3;
- QVBoxLayout *verticalLayout_3;
- QGroupBox *groupBox;
- QGridLayout *gridLayout_2;
- QVBoxLayout *verticalLayout;
- QGridLayout *gridLayout;
- QCheckBox *checkBoxTimerSwitch;
- QLabel *label;
- QComboBox *comboBoxTimerSwitch;
- QCheckBox *checkBoxTimerNum;
- QLabel *label_2;
- QSpinBox *spinBoxTimerNum;
- QCheckBox *checkBoxTimer1Start;
- QLabel *label_3;
- QTimeEdit *timeEdit1Start;
- QCheckBox *checkBoxTimer1Stop;
- QLabel *label_4;
- QTimeEdit *timeEdit1Stop;
- QCheckBox *checkBoxTimer2Start;
- QLabel *label_6;
- QTimeEdit *timeEdit2Start;
- QCheckBox *checkBoxTimer2Stop;
- QLabel *label_5;
- QTimeEdit *timeEdit2Stop;
- QHBoxLayout *horizontalLayout;
- QPushButton *pushButtonAllSel;
- QPushButton *pushButtonAllNoSel;
- QPushButton *pushButtonClear;
- QPushButton *pushButtonQuery;
- QPushButton *pushButtonConfig;
- QPushButton *pushButtonUpload;
- QVBoxLayout *verticalLayout_2;
- QLabel *label_22;
- QLabel *label_9;
- QLabel *label_14;
- QLabel *label_16;
- QLabel *label_15;
- QSpacerItem *horizontalSpacer_2;
- QSpacerItem *horizontalSpacer;
- QSpacerItem *verticalSpacer;
- QSpacerItem *verticalSpacer_2;
- void setupUi(QDialog *oamsynctimer)
- {
- if (oamsynctimer->objectName().isEmpty())
- oamsynctimer->setObjectName("oamsynctimer");
- oamsynctimer->resize(1024, 700);
- gridLayout_3 = new QGridLayout(oamsynctimer);
- gridLayout_3->setObjectName("gridLayout_3");
- verticalLayout_3 = new QVBoxLayout();
- verticalLayout_3->setSpacing(20);
- verticalLayout_3->setObjectName("verticalLayout_3");
- groupBox = new QGroupBox(oamsynctimer);
- groupBox->setObjectName("groupBox");
- gridLayout_2 = new QGridLayout(groupBox);
- gridLayout_2->setObjectName("gridLayout_2");
- verticalLayout = new QVBoxLayout();
- verticalLayout->setSpacing(20);
- verticalLayout->setObjectName("verticalLayout");
- gridLayout = new QGridLayout();
- gridLayout->setObjectName("gridLayout");
- gridLayout->setHorizontalSpacing(10);
- gridLayout->setVerticalSpacing(15);
- checkBoxTimerSwitch = new QCheckBox(groupBox);
- checkBoxTimerSwitch->setObjectName("checkBoxTimerSwitch");
- gridLayout->addWidget(checkBoxTimerSwitch, 0, 0, 1, 1);
- label = new QLabel(groupBox);
- label->setObjectName("label");
- gridLayout->addWidget(label, 0, 1, 1, 1);
- comboBoxTimerSwitch = new QComboBox(groupBox);
- comboBoxTimerSwitch->setObjectName("comboBoxTimerSwitch");
- comboBoxTimerSwitch->setMinimumSize(QSize(550, 0));
- gridLayout->addWidget(comboBoxTimerSwitch, 0, 2, 1, 1);
- checkBoxTimerNum = new QCheckBox(groupBox);
- checkBoxTimerNum->setObjectName("checkBoxTimerNum");
- gridLayout->addWidget(checkBoxTimerNum, 1, 0, 1, 1);
- label_2 = new QLabel(groupBox);
- label_2->setObjectName("label_2");
- gridLayout->addWidget(label_2, 1, 1, 1, 1);
- spinBoxTimerNum = new QSpinBox(groupBox);
- spinBoxTimerNum->setObjectName("spinBoxTimerNum");
- spinBoxTimerNum->setMinimumSize(QSize(550, 26));
- spinBoxTimerNum->setMinimum(1);
- spinBoxTimerNum->setMaximum(2);
- gridLayout->addWidget(spinBoxTimerNum, 1, 2, 1, 1);
- checkBoxTimer1Start = new QCheckBox(groupBox);
- checkBoxTimer1Start->setObjectName("checkBoxTimer1Start");
- gridLayout->addWidget(checkBoxTimer1Start, 2, 0, 1, 1);
- label_3 = new QLabel(groupBox);
- label_3->setObjectName("label_3");
- gridLayout->addWidget(label_3, 2, 1, 1, 1);
- timeEdit1Start = new QTimeEdit(groupBox);
- timeEdit1Start->setObjectName("timeEdit1Start");
- timeEdit1Start->setMinimumSize(QSize(550, 26));
- timeEdit1Start->setTime(QTime(15, 16, 17));
- gridLayout->addWidget(timeEdit1Start, 2, 2, 1, 1);
- checkBoxTimer1Stop = new QCheckBox(groupBox);
- checkBoxTimer1Stop->setObjectName("checkBoxTimer1Stop");
- gridLayout->addWidget(checkBoxTimer1Stop, 3, 0, 1, 1);
- label_4 = new QLabel(groupBox);
- label_4->setObjectName("label_4");
- gridLayout->addWidget(label_4, 3, 1, 1, 1);
- timeEdit1Stop = new QTimeEdit(groupBox);
- timeEdit1Stop->setObjectName("timeEdit1Stop");
- timeEdit1Stop->setMinimumSize(QSize(550, 26));
- timeEdit1Stop->setTime(QTime(15, 16, 17));
- gridLayout->addWidget(timeEdit1Stop, 3, 2, 1, 1);
- checkBoxTimer2Start = new QCheckBox(groupBox);
- checkBoxTimer2Start->setObjectName("checkBoxTimer2Start");
- gridLayout->addWidget(checkBoxTimer2Start, 4, 0, 1, 1);
- label_6 = new QLabel(groupBox);
- label_6->setObjectName("label_6");
- gridLayout->addWidget(label_6, 4, 1, 1, 1);
- timeEdit2Start = new QTimeEdit(groupBox);
- timeEdit2Start->setObjectName("timeEdit2Start");
- timeEdit2Start->setMinimumSize(QSize(550, 26));
- timeEdit2Start->setTime(QTime(15, 16, 17));
- gridLayout->addWidget(timeEdit2Start, 4, 2, 1, 1);
- checkBoxTimer2Stop = new QCheckBox(groupBox);
- checkBoxTimer2Stop->setObjectName("checkBoxTimer2Stop");
- gridLayout->addWidget(checkBoxTimer2Stop, 5, 0, 1, 1);
- label_5 = new QLabel(groupBox);
- label_5->setObjectName("label_5");
- gridLayout->addWidget(label_5, 5, 1, 1, 1);
- timeEdit2Stop = new QTimeEdit(groupBox);
- timeEdit2Stop->setObjectName("timeEdit2Stop");
- timeEdit2Stop->setMinimumSize(QSize(550, 26));
- timeEdit2Stop->setTime(QTime(15, 16, 17));
- gridLayout->addWidget(timeEdit2Stop, 5, 2, 1, 1);
- verticalLayout->addLayout(gridLayout);
- horizontalLayout = new QHBoxLayout();
- horizontalLayout->setObjectName("horizontalLayout");
- pushButtonAllSel = new QPushButton(groupBox);
- pushButtonAllSel->setObjectName("pushButtonAllSel");
- horizontalLayout->addWidget(pushButtonAllSel);
- pushButtonAllNoSel = new QPushButton(groupBox);
- pushButtonAllNoSel->setObjectName("pushButtonAllNoSel");
- horizontalLayout->addWidget(pushButtonAllNoSel);
- pushButtonClear = new QPushButton(groupBox);
- pushButtonClear->setObjectName("pushButtonClear");
- horizontalLayout->addWidget(pushButtonClear);
- pushButtonQuery = new QPushButton(groupBox);
- pushButtonQuery->setObjectName("pushButtonQuery");
- horizontalLayout->addWidget(pushButtonQuery);
- pushButtonConfig = new QPushButton(groupBox);
- pushButtonConfig->setObjectName("pushButtonConfig");
- horizontalLayout->addWidget(pushButtonConfig);
- pushButtonUpload = new QPushButton(groupBox);
- pushButtonUpload->setObjectName("pushButtonUpload");
- horizontalLayout->addWidget(pushButtonUpload);
- verticalLayout->addLayout(horizontalLayout);
- gridLayout_2->addLayout(verticalLayout, 0, 0, 1, 1);
- verticalLayout_3->addWidget(groupBox);
- verticalLayout_2 = new QVBoxLayout();
- verticalLayout_2->setObjectName("verticalLayout_2");
- label_22 = new QLabel(oamsynctimer);
- label_22->setObjectName("label_22");
- verticalLayout_2->addWidget(label_22);
- label_9 = new QLabel(oamsynctimer);
- label_9->setObjectName("label_9");
- verticalLayout_2->addWidget(label_9);
- label_14 = new QLabel(oamsynctimer);
- label_14->setObjectName("label_14");
- verticalLayout_2->addWidget(label_14);
- label_16 = new QLabel(oamsynctimer);
- label_16->setObjectName("label_16");
- verticalLayout_2->addWidget(label_16);
- label_15 = new QLabel(oamsynctimer);
- label_15->setObjectName("label_15");
- verticalLayout_2->addWidget(label_15);
- verticalLayout_3->addLayout(verticalLayout_2);
- gridLayout_3->addLayout(verticalLayout_3, 1, 1, 1, 1);
- horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
- gridLayout_3->addItem(horizontalSpacer_2, 1, 0, 1, 1);
- horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
- gridLayout_3->addItem(horizontalSpacer, 1, 2, 1, 1);
- verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
- gridLayout_3->addItem(verticalSpacer, 2, 1, 1, 1);
- verticalSpacer_2 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
- gridLayout_3->addItem(verticalSpacer_2, 0, 1, 1, 1);
- retranslateUi(oamsynctimer);
- QMetaObject::connectSlotsByName(oamsynctimer);
- } // setupUi
- void retranslateUi(QDialog *oamsynctimer)
- {
- oamsynctimer->setWindowTitle(QCoreApplication::translate("oamsynctimer", "Dialog", nullptr));
- groupBox->setTitle(QString());
- checkBoxTimerSwitch->setText(QString());
- label->setText(QCoreApplication::translate("oamsynctimer", "\345\256\232\346\227\266\345\274\200\345\205\263", nullptr));
- checkBoxTimerNum->setText(QString());
- label_2->setText(QCoreApplication::translate("oamsynctimer", "\345\256\232\346\227\266\346\225\260\351\207\217", nullptr));
- checkBoxTimer1Start->setText(QString());
- label_3->setText(QCoreApplication::translate("oamsynctimer", "\345\256\232\346\227\2661\345\274\200\345\247\213", nullptr));
- timeEdit1Start->setDisplayFormat(QCoreApplication::translate("oamsynctimer", "HH:mm:ss", nullptr));
- checkBoxTimer1Stop->setText(QString());
- label_4->setText(QCoreApplication::translate("oamsynctimer", "\345\256\232\346\227\2661\345\201\234\346\255\242", nullptr));
- timeEdit1Stop->setDisplayFormat(QCoreApplication::translate("oamsynctimer", "HH:mm:ss", nullptr));
- checkBoxTimer2Start->setText(QString());
- label_6->setText(QCoreApplication::translate("oamsynctimer", "\345\256\232\346\227\2662\345\274\200\345\247\213", nullptr));
- timeEdit2Start->setDisplayFormat(QCoreApplication::translate("oamsynctimer", "HH:mm:ss", nullptr));
- checkBoxTimer2Stop->setText(QString());
- label_5->setText(QCoreApplication::translate("oamsynctimer", "\345\256\232\346\227\2662\345\201\234\346\255\242", nullptr));
- timeEdit2Stop->setDisplayFormat(QCoreApplication::translate("oamsynctimer", "HH:mm:ss", nullptr));
- pushButtonAllSel->setText(QCoreApplication::translate("oamsynctimer", "\345\205\250\351\200\211", nullptr));
- pushButtonAllNoSel->setText(QCoreApplication::translate("oamsynctimer", "\345\205\250\344\270\215\351\200\211", nullptr));
- pushButtonClear->setText(QCoreApplication::translate("oamsynctimer", "\346\270\205\347\251\272", nullptr));
- pushButtonQuery->setText(QCoreApplication::translate("oamsynctimer", "\346\237\245\350\257\242", nullptr));
- pushButtonConfig->setText(QCoreApplication::translate("oamsynctimer", "\350\256\276\347\275\256", nullptr));
- pushButtonUpload->setText(QCoreApplication::translate("oamsynctimer", "\344\270\212\344\274\240\346\225\260\346\215\256", nullptr));
- label_22->setText(QCoreApplication::translate("oamsynctimer", "\346\263\250\346\204\217\357\274\232", nullptr));
- label_9->setText(QCoreApplication::translate("oamsynctimer", "1\343\200\201\346\224\257\346\214\201\346\234\200\345\244\232\344\270\244\344\270\252\345\256\232\346\227\266\357\274\214\346\257\217\344\270\252\345\256\232\346\227\266\345\214\205\346\213\254\345\274\200\345\247\213\345\222\214\345\201\234\346\255\242\344\270\244\344\270\252\346\227\266\351\227\264\345\217\202\346\225\260", nullptr));
- label_14->setText(QCoreApplication::translate("oamsynctimer", "2\343\200\201\345\210\206\346\256\265\345\274\200\345\247\213\350\241\250\347\244\272\345\220\214\346\255\245\345\237\272\347\253\231\346\257\217\345\244\251\345\234\250\346\255\244\346\227\266\344\271\213\345\220\216\345\274\200\345\247\213\345\267\245\344\275\234 ", nullptr));
- label_16->setText(QCoreApplication::translate("oamsynctimer", "3\343\200\201\345\210\206\346\256\265\345\201\234\346\255\242\350\241\250\347\244\272\345\220\214\346\255\245\345\237\272\347\253\231\346\257\217\345\244\251\345\234\250\346\255\244\346\227\266\344\271\213\345\220\216\345\201\234\346\255\242\345\267\245\344\275\234 ", nullptr));
- label_15->setText(QCoreApplication::translate("oamsynctimer", "4\343\200\201\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 oamsynctimer: public Ui_oamsynctimer {};
- } // namespace Ui
- QT_END_NAMESPACE
- #endif // UI_OAMSYNCTIMER_H
|