ui_oamsynctimer.h 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364
  1. /********************************************************************************
  2. ** Form generated from reading UI file 'oamsynctimer.ui'
  3. **
  4. ** Created by: Qt User Interface Compiler version 6.6.1
  5. **
  6. ** WARNING! All changes made in this file will be lost when recompiling UI file!
  7. ********************************************************************************/
  8. #ifndef UI_OAMSYNCTIMER_H
  9. #define UI_OAMSYNCTIMER_H
  10. #include <QtCore/QDate>
  11. #include <QtCore/QVariant>
  12. #include <QtWidgets/QApplication>
  13. #include <QtWidgets/QCheckBox>
  14. #include <QtWidgets/QComboBox>
  15. #include <QtWidgets/QDateTimeEdit>
  16. #include <QtWidgets/QDialog>
  17. #include <QtWidgets/QGridLayout>
  18. #include <QtWidgets/QGroupBox>
  19. #include <QtWidgets/QHBoxLayout>
  20. #include <QtWidgets/QLabel>
  21. #include <QtWidgets/QPushButton>
  22. #include <QtWidgets/QSpacerItem>
  23. #include <QtWidgets/QSpinBox>
  24. #include <QtWidgets/QTimeEdit>
  25. #include <QtWidgets/QVBoxLayout>
  26. QT_BEGIN_NAMESPACE
  27. class Ui_oamsynctimer
  28. {
  29. public:
  30. QGridLayout *gridLayout_3;
  31. QSpacerItem *verticalSpacer;
  32. QVBoxLayout *verticalLayout_3;
  33. QGroupBox *groupBox;
  34. QGridLayout *gridLayout_2;
  35. QVBoxLayout *verticalLayout;
  36. QGridLayout *gridLayout;
  37. QCheckBox *checkBoxRtcDateTime;
  38. QLabel *label_7;
  39. QDateTimeEdit *dateTimeEditRtcDateTime;
  40. QCheckBox *checkBoxTimerSwitch;
  41. QLabel *label;
  42. QComboBox *comboBoxTimerSwitch;
  43. QCheckBox *checkBoxTimerNum;
  44. QLabel *label_2;
  45. QSpinBox *spinBoxTimerNum;
  46. QCheckBox *checkBoxTimer1Start;
  47. QLabel *label_3;
  48. QTimeEdit *timeEdit1Start;
  49. QCheckBox *checkBoxTimer1Stop;
  50. QLabel *label_4;
  51. QTimeEdit *timeEdit1Stop;
  52. QCheckBox *checkBoxTimer2Start;
  53. QLabel *label_6;
  54. QTimeEdit *timeEdit2Start;
  55. QCheckBox *checkBoxTimer2Stop;
  56. QLabel *label_5;
  57. QTimeEdit *timeEdit2Stop;
  58. QHBoxLayout *horizontalLayout;
  59. QPushButton *pushButtonAllSel;
  60. QPushButton *pushButtonAllNoSel;
  61. QPushButton *pushButtonClear;
  62. QPushButton *pushButtonQuery;
  63. QPushButton *pushButtonConfig;
  64. QPushButton *pushButtonUpload;
  65. QVBoxLayout *verticalLayout_2;
  66. QLabel *label_22;
  67. QLabel *label_9;
  68. QLabel *label_14;
  69. QLabel *label_16;
  70. QLabel *label_15;
  71. QSpacerItem *horizontalSpacer;
  72. QSpacerItem *horizontalSpacer_2;
  73. QSpacerItem *verticalSpacer_2;
  74. void setupUi(QDialog *oamsynctimer)
  75. {
  76. if (oamsynctimer->objectName().isEmpty())
  77. oamsynctimer->setObjectName("oamsynctimer");
  78. oamsynctimer->resize(1024, 700);
  79. gridLayout_3 = new QGridLayout(oamsynctimer);
  80. gridLayout_3->setObjectName("gridLayout_3");
  81. verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
  82. gridLayout_3->addItem(verticalSpacer, 2, 1, 1, 1);
  83. verticalLayout_3 = new QVBoxLayout();
  84. verticalLayout_3->setSpacing(20);
  85. verticalLayout_3->setObjectName("verticalLayout_3");
  86. groupBox = new QGroupBox(oamsynctimer);
  87. groupBox->setObjectName("groupBox");
  88. gridLayout_2 = new QGridLayout(groupBox);
  89. gridLayout_2->setObjectName("gridLayout_2");
  90. verticalLayout = new QVBoxLayout();
  91. verticalLayout->setSpacing(20);
  92. verticalLayout->setObjectName("verticalLayout");
  93. gridLayout = new QGridLayout();
  94. gridLayout->setObjectName("gridLayout");
  95. gridLayout->setHorizontalSpacing(10);
  96. gridLayout->setVerticalSpacing(15);
  97. checkBoxRtcDateTime = new QCheckBox(groupBox);
  98. checkBoxRtcDateTime->setObjectName("checkBoxRtcDateTime");
  99. gridLayout->addWidget(checkBoxRtcDateTime, 0, 0, 1, 1);
  100. label_7 = new QLabel(groupBox);
  101. label_7->setObjectName("label_7");
  102. gridLayout->addWidget(label_7, 0, 1, 1, 1);
  103. dateTimeEditRtcDateTime = new QDateTimeEdit(groupBox);
  104. dateTimeEditRtcDateTime->setObjectName("dateTimeEditRtcDateTime");
  105. dateTimeEditRtcDateTime->setMinimumSize(QSize(550, 26));
  106. dateTimeEditRtcDateTime->setDate(QDate(2023, 6, 14));
  107. dateTimeEditRtcDateTime->setTime(QTime(15, 16, 17));
  108. gridLayout->addWidget(dateTimeEditRtcDateTime, 0, 2, 1, 1);
  109. checkBoxTimerSwitch = new QCheckBox(groupBox);
  110. checkBoxTimerSwitch->setObjectName("checkBoxTimerSwitch");
  111. gridLayout->addWidget(checkBoxTimerSwitch, 1, 0, 1, 1);
  112. label = new QLabel(groupBox);
  113. label->setObjectName("label");
  114. gridLayout->addWidget(label, 1, 1, 1, 1);
  115. comboBoxTimerSwitch = new QComboBox(groupBox);
  116. comboBoxTimerSwitch->setObjectName("comboBoxTimerSwitch");
  117. comboBoxTimerSwitch->setMinimumSize(QSize(550, 0));
  118. gridLayout->addWidget(comboBoxTimerSwitch, 1, 2, 1, 1);
  119. checkBoxTimerNum = new QCheckBox(groupBox);
  120. checkBoxTimerNum->setObjectName("checkBoxTimerNum");
  121. gridLayout->addWidget(checkBoxTimerNum, 2, 0, 1, 1);
  122. label_2 = new QLabel(groupBox);
  123. label_2->setObjectName("label_2");
  124. gridLayout->addWidget(label_2, 2, 1, 1, 1);
  125. spinBoxTimerNum = new QSpinBox(groupBox);
  126. spinBoxTimerNum->setObjectName("spinBoxTimerNum");
  127. spinBoxTimerNum->setMinimumSize(QSize(550, 26));
  128. spinBoxTimerNum->setMinimum(1);
  129. spinBoxTimerNum->setMaximum(2);
  130. gridLayout->addWidget(spinBoxTimerNum, 2, 2, 1, 1);
  131. checkBoxTimer1Start = new QCheckBox(groupBox);
  132. checkBoxTimer1Start->setObjectName("checkBoxTimer1Start");
  133. gridLayout->addWidget(checkBoxTimer1Start, 3, 0, 1, 1);
  134. label_3 = new QLabel(groupBox);
  135. label_3->setObjectName("label_3");
  136. gridLayout->addWidget(label_3, 3, 1, 1, 1);
  137. timeEdit1Start = new QTimeEdit(groupBox);
  138. timeEdit1Start->setObjectName("timeEdit1Start");
  139. timeEdit1Start->setMinimumSize(QSize(550, 26));
  140. timeEdit1Start->setTime(QTime(15, 16, 17));
  141. gridLayout->addWidget(timeEdit1Start, 3, 2, 1, 1);
  142. checkBoxTimer1Stop = new QCheckBox(groupBox);
  143. checkBoxTimer1Stop->setObjectName("checkBoxTimer1Stop");
  144. gridLayout->addWidget(checkBoxTimer1Stop, 4, 0, 1, 1);
  145. label_4 = new QLabel(groupBox);
  146. label_4->setObjectName("label_4");
  147. gridLayout->addWidget(label_4, 4, 1, 1, 1);
  148. timeEdit1Stop = new QTimeEdit(groupBox);
  149. timeEdit1Stop->setObjectName("timeEdit1Stop");
  150. timeEdit1Stop->setMinimumSize(QSize(550, 26));
  151. timeEdit1Stop->setTime(QTime(15, 16, 17));
  152. gridLayout->addWidget(timeEdit1Stop, 4, 2, 1, 1);
  153. checkBoxTimer2Start = new QCheckBox(groupBox);
  154. checkBoxTimer2Start->setObjectName("checkBoxTimer2Start");
  155. gridLayout->addWidget(checkBoxTimer2Start, 5, 0, 1, 1);
  156. label_6 = new QLabel(groupBox);
  157. label_6->setObjectName("label_6");
  158. gridLayout->addWidget(label_6, 5, 1, 1, 1);
  159. timeEdit2Start = new QTimeEdit(groupBox);
  160. timeEdit2Start->setObjectName("timeEdit2Start");
  161. timeEdit2Start->setMinimumSize(QSize(550, 26));
  162. timeEdit2Start->setTime(QTime(15, 16, 17));
  163. gridLayout->addWidget(timeEdit2Start, 5, 2, 1, 1);
  164. checkBoxTimer2Stop = new QCheckBox(groupBox);
  165. checkBoxTimer2Stop->setObjectName("checkBoxTimer2Stop");
  166. gridLayout->addWidget(checkBoxTimer2Stop, 6, 0, 1, 1);
  167. label_5 = new QLabel(groupBox);
  168. label_5->setObjectName("label_5");
  169. gridLayout->addWidget(label_5, 6, 1, 1, 1);
  170. timeEdit2Stop = new QTimeEdit(groupBox);
  171. timeEdit2Stop->setObjectName("timeEdit2Stop");
  172. timeEdit2Stop->setMinimumSize(QSize(550, 26));
  173. timeEdit2Stop->setTime(QTime(15, 16, 17));
  174. gridLayout->addWidget(timeEdit2Stop, 6, 2, 1, 1);
  175. verticalLayout->addLayout(gridLayout);
  176. horizontalLayout = new QHBoxLayout();
  177. horizontalLayout->setObjectName("horizontalLayout");
  178. pushButtonAllSel = new QPushButton(groupBox);
  179. pushButtonAllSel->setObjectName("pushButtonAllSel");
  180. horizontalLayout->addWidget(pushButtonAllSel);
  181. pushButtonAllNoSel = new QPushButton(groupBox);
  182. pushButtonAllNoSel->setObjectName("pushButtonAllNoSel");
  183. horizontalLayout->addWidget(pushButtonAllNoSel);
  184. pushButtonClear = new QPushButton(groupBox);
  185. pushButtonClear->setObjectName("pushButtonClear");
  186. horizontalLayout->addWidget(pushButtonClear);
  187. pushButtonQuery = new QPushButton(groupBox);
  188. pushButtonQuery->setObjectName("pushButtonQuery");
  189. horizontalLayout->addWidget(pushButtonQuery);
  190. pushButtonConfig = new QPushButton(groupBox);
  191. pushButtonConfig->setObjectName("pushButtonConfig");
  192. horizontalLayout->addWidget(pushButtonConfig);
  193. pushButtonUpload = new QPushButton(groupBox);
  194. pushButtonUpload->setObjectName("pushButtonUpload");
  195. horizontalLayout->addWidget(pushButtonUpload);
  196. verticalLayout->addLayout(horizontalLayout);
  197. gridLayout_2->addLayout(verticalLayout, 0, 0, 1, 1);
  198. verticalLayout_3->addWidget(groupBox);
  199. verticalLayout_2 = new QVBoxLayout();
  200. verticalLayout_2->setSpacing(15);
  201. verticalLayout_2->setObjectName("verticalLayout_2");
  202. label_22 = new QLabel(oamsynctimer);
  203. label_22->setObjectName("label_22");
  204. verticalLayout_2->addWidget(label_22);
  205. label_9 = new QLabel(oamsynctimer);
  206. label_9->setObjectName("label_9");
  207. verticalLayout_2->addWidget(label_9);
  208. label_14 = new QLabel(oamsynctimer);
  209. label_14->setObjectName("label_14");
  210. verticalLayout_2->addWidget(label_14);
  211. label_16 = new QLabel(oamsynctimer);
  212. label_16->setObjectName("label_16");
  213. verticalLayout_2->addWidget(label_16);
  214. label_15 = new QLabel(oamsynctimer);
  215. label_15->setObjectName("label_15");
  216. verticalLayout_2->addWidget(label_15);
  217. verticalLayout_3->addLayout(verticalLayout_2);
  218. gridLayout_3->addLayout(verticalLayout_3, 1, 1, 1, 1);
  219. horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  220. gridLayout_3->addItem(horizontalSpacer, 1, 2, 1, 1);
  221. horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  222. gridLayout_3->addItem(horizontalSpacer_2, 1, 0, 1, 1);
  223. verticalSpacer_2 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
  224. gridLayout_3->addItem(verticalSpacer_2, 0, 1, 1, 1);
  225. retranslateUi(oamsynctimer);
  226. QMetaObject::connectSlotsByName(oamsynctimer);
  227. } // setupUi
  228. void retranslateUi(QDialog *oamsynctimer)
  229. {
  230. oamsynctimer->setWindowTitle(QCoreApplication::translate("oamsynctimer", "Dialog", nullptr));
  231. groupBox->setTitle(QString());
  232. checkBoxRtcDateTime->setText(QString());
  233. label_7->setText(QCoreApplication::translate("oamsynctimer", "\346\227\266\351\222\237\346\227\266\351\227\264", nullptr));
  234. dateTimeEditRtcDateTime->setDisplayFormat(QCoreApplication::translate("oamsynctimer", "yyyy-MM-dd HH:mm:ss", nullptr));
  235. checkBoxTimerSwitch->setText(QString());
  236. label->setText(QCoreApplication::translate("oamsynctimer", "\345\256\232\346\227\266\345\274\200\345\205\263", nullptr));
  237. checkBoxTimerNum->setText(QString());
  238. label_2->setText(QCoreApplication::translate("oamsynctimer", "\345\256\232\346\227\266\346\225\260\351\207\217", nullptr));
  239. checkBoxTimer1Start->setText(QString());
  240. label_3->setText(QCoreApplication::translate("oamsynctimer", "\345\256\232\346\227\2661\345\274\200\345\247\213", nullptr));
  241. timeEdit1Start->setDisplayFormat(QCoreApplication::translate("oamsynctimer", "HH:mm", nullptr));
  242. checkBoxTimer1Stop->setText(QString());
  243. label_4->setText(QCoreApplication::translate("oamsynctimer", "\345\256\232\346\227\2661\345\201\234\346\255\242", nullptr));
  244. timeEdit1Stop->setDisplayFormat(QCoreApplication::translate("oamsynctimer", "HH:mm", nullptr));
  245. checkBoxTimer2Start->setText(QString());
  246. label_6->setText(QCoreApplication::translate("oamsynctimer", "\345\256\232\346\227\2662\345\274\200\345\247\213", nullptr));
  247. timeEdit2Start->setDisplayFormat(QCoreApplication::translate("oamsynctimer", "HH:mm", nullptr));
  248. checkBoxTimer2Stop->setText(QString());
  249. label_5->setText(QCoreApplication::translate("oamsynctimer", "\345\256\232\346\227\2662\345\201\234\346\255\242", nullptr));
  250. timeEdit2Stop->setDisplayFormat(QCoreApplication::translate("oamsynctimer", "HH:mm", nullptr));
  251. pushButtonAllSel->setText(QCoreApplication::translate("oamsynctimer", "\345\205\250\351\200\211", nullptr));
  252. pushButtonAllNoSel->setText(QCoreApplication::translate("oamsynctimer", "\345\205\250\344\270\215\351\200\211", nullptr));
  253. pushButtonClear->setText(QCoreApplication::translate("oamsynctimer", "\346\270\205\347\251\272", nullptr));
  254. pushButtonQuery->setText(QCoreApplication::translate("oamsynctimer", "\346\237\245\350\257\242", nullptr));
  255. pushButtonConfig->setText(QCoreApplication::translate("oamsynctimer", "\350\256\276\347\275\256", nullptr));
  256. pushButtonUpload->setText(QCoreApplication::translate("oamsynctimer", "\344\270\212\344\274\240\346\225\260\346\215\256", nullptr));
  257. label_22->setText(QCoreApplication::translate("oamsynctimer", "\346\263\250\346\204\217\357\274\232", nullptr));
  258. 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\346\225\260\351\207\217\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));
  259. label_14->setText(QCoreApplication::translate("oamsynctimer", "2\343\200\201\345\256\232\346\227\266\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));
  260. label_16->setText(QCoreApplication::translate("oamsynctimer", "3\343\200\201\345\256\232\346\227\266\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));
  261. 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));
  262. } // retranslateUi
  263. };
  264. namespace Ui {
  265. class oamsynctimer: public Ui_oamsynctimer {};
  266. } // namespace Ui
  267. QT_END_NAMESPACE
  268. #endif // UI_OAMSYNCTIMER_H