oamsynctimer.ui 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>oamsynctimer</class>
  4. <widget class="QDialog" name="oamsynctimer">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1024</width>
  10. <height>700</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Dialog</string>
  15. </property>
  16. <layout class="QGridLayout" name="gridLayout_3">
  17. <item row="2" column="1">
  18. <spacer name="verticalSpacer">
  19. <property name="orientation">
  20. <enum>Qt::Vertical</enum>
  21. </property>
  22. <property name="sizeHint" stdset="0">
  23. <size>
  24. <width>20</width>
  25. <height>40</height>
  26. </size>
  27. </property>
  28. </spacer>
  29. </item>
  30. <item row="1" column="1">
  31. <layout class="QVBoxLayout" name="verticalLayout_3">
  32. <property name="spacing">
  33. <number>20</number>
  34. </property>
  35. <item>
  36. <widget class="QGroupBox" name="groupBox">
  37. <property name="title">
  38. <string/>
  39. </property>
  40. <layout class="QGridLayout" name="gridLayout_2">
  41. <item row="0" column="0">
  42. <layout class="QVBoxLayout" name="verticalLayout">
  43. <property name="spacing">
  44. <number>20</number>
  45. </property>
  46. <item>
  47. <layout class="QGridLayout" name="gridLayout">
  48. <property name="horizontalSpacing">
  49. <number>10</number>
  50. </property>
  51. <property name="verticalSpacing">
  52. <number>15</number>
  53. </property>
  54. <item row="0" column="0">
  55. <widget class="QCheckBox" name="checkBoxRtcDateTime">
  56. <property name="text">
  57. <string/>
  58. </property>
  59. </widget>
  60. </item>
  61. <item row="0" column="1">
  62. <widget class="QLabel" name="label_7">
  63. <property name="text">
  64. <string>时钟时间</string>
  65. </property>
  66. </widget>
  67. </item>
  68. <item row="0" column="2">
  69. <widget class="QDateTimeEdit" name="dateTimeEditRtcDateTime">
  70. <property name="minimumSize">
  71. <size>
  72. <width>550</width>
  73. <height>26</height>
  74. </size>
  75. </property>
  76. <property name="date">
  77. <date>
  78. <year>2023</year>
  79. <month>6</month>
  80. <day>14</day>
  81. </date>
  82. </property>
  83. <property name="time">
  84. <time>
  85. <hour>15</hour>
  86. <minute>16</minute>
  87. <second>17</second>
  88. </time>
  89. </property>
  90. <property name="displayFormat">
  91. <string>yyyy-MM-dd HH:mm:ss</string>
  92. </property>
  93. </widget>
  94. </item>
  95. <item row="1" column="0">
  96. <widget class="QCheckBox" name="checkBoxTimerSwitch">
  97. <property name="text">
  98. <string/>
  99. </property>
  100. </widget>
  101. </item>
  102. <item row="1" column="1">
  103. <widget class="QLabel" name="label">
  104. <property name="text">
  105. <string>定时开关</string>
  106. </property>
  107. </widget>
  108. </item>
  109. <item row="1" column="2">
  110. <widget class="QComboBox" name="comboBoxTimerSwitch">
  111. <property name="minimumSize">
  112. <size>
  113. <width>550</width>
  114. <height>0</height>
  115. </size>
  116. </property>
  117. </widget>
  118. </item>
  119. <item row="2" column="0">
  120. <widget class="QCheckBox" name="checkBoxTimerNum">
  121. <property name="text">
  122. <string/>
  123. </property>
  124. </widget>
  125. </item>
  126. <item row="2" column="1">
  127. <widget class="QLabel" name="label_2">
  128. <property name="text">
  129. <string>定时数量</string>
  130. </property>
  131. </widget>
  132. </item>
  133. <item row="2" column="2">
  134. <widget class="QSpinBox" name="spinBoxTimerNum">
  135. <property name="minimumSize">
  136. <size>
  137. <width>550</width>
  138. <height>26</height>
  139. </size>
  140. </property>
  141. <property name="minimum">
  142. <number>1</number>
  143. </property>
  144. <property name="maximum">
  145. <number>2</number>
  146. </property>
  147. </widget>
  148. </item>
  149. <item row="3" column="0">
  150. <widget class="QCheckBox" name="checkBoxTimer1Start">
  151. <property name="text">
  152. <string/>
  153. </property>
  154. </widget>
  155. </item>
  156. <item row="3" column="1">
  157. <widget class="QLabel" name="label_3">
  158. <property name="text">
  159. <string>定时1开始</string>
  160. </property>
  161. </widget>
  162. </item>
  163. <item row="3" column="2">
  164. <widget class="QTimeEdit" name="timeEdit1Start">
  165. <property name="minimumSize">
  166. <size>
  167. <width>550</width>
  168. <height>26</height>
  169. </size>
  170. </property>
  171. <property name="displayFormat">
  172. <string>HH:mm</string>
  173. </property>
  174. <property name="time">
  175. <time>
  176. <hour>15</hour>
  177. <minute>16</minute>
  178. <second>17</second>
  179. </time>
  180. </property>
  181. </widget>
  182. </item>
  183. <item row="4" column="0">
  184. <widget class="QCheckBox" name="checkBoxTimer1Stop">
  185. <property name="text">
  186. <string/>
  187. </property>
  188. </widget>
  189. </item>
  190. <item row="4" column="1">
  191. <widget class="QLabel" name="label_4">
  192. <property name="text">
  193. <string>定时1停止</string>
  194. </property>
  195. </widget>
  196. </item>
  197. <item row="4" column="2">
  198. <widget class="QTimeEdit" name="timeEdit1Stop">
  199. <property name="minimumSize">
  200. <size>
  201. <width>550</width>
  202. <height>26</height>
  203. </size>
  204. </property>
  205. <property name="displayFormat">
  206. <string>HH:mm</string>
  207. </property>
  208. <property name="time">
  209. <time>
  210. <hour>15</hour>
  211. <minute>16</minute>
  212. <second>17</second>
  213. </time>
  214. </property>
  215. </widget>
  216. </item>
  217. <item row="5" column="0">
  218. <widget class="QCheckBox" name="checkBoxTimer2Start">
  219. <property name="text">
  220. <string/>
  221. </property>
  222. </widget>
  223. </item>
  224. <item row="5" column="1">
  225. <widget class="QLabel" name="label_6">
  226. <property name="text">
  227. <string>定时2开始</string>
  228. </property>
  229. </widget>
  230. </item>
  231. <item row="5" column="2">
  232. <widget class="QTimeEdit" name="timeEdit2Start">
  233. <property name="minimumSize">
  234. <size>
  235. <width>550</width>
  236. <height>26</height>
  237. </size>
  238. </property>
  239. <property name="displayFormat">
  240. <string>HH:mm</string>
  241. </property>
  242. <property name="time">
  243. <time>
  244. <hour>15</hour>
  245. <minute>16</minute>
  246. <second>17</second>
  247. </time>
  248. </property>
  249. </widget>
  250. </item>
  251. <item row="6" column="0">
  252. <widget class="QCheckBox" name="checkBoxTimer2Stop">
  253. <property name="text">
  254. <string/>
  255. </property>
  256. </widget>
  257. </item>
  258. <item row="6" column="1">
  259. <widget class="QLabel" name="label_5">
  260. <property name="text">
  261. <string>定时2停止</string>
  262. </property>
  263. </widget>
  264. </item>
  265. <item row="6" column="2">
  266. <widget class="QTimeEdit" name="timeEdit2Stop">
  267. <property name="minimumSize">
  268. <size>
  269. <width>550</width>
  270. <height>26</height>
  271. </size>
  272. </property>
  273. <property name="displayFormat">
  274. <string>HH:mm</string>
  275. </property>
  276. <property name="time">
  277. <time>
  278. <hour>15</hour>
  279. <minute>16</minute>
  280. <second>17</second>
  281. </time>
  282. </property>
  283. </widget>
  284. </item>
  285. </layout>
  286. </item>
  287. <item>
  288. <layout class="QHBoxLayout" name="horizontalLayout">
  289. <item>
  290. <widget class="QPushButton" name="pushButtonAllSel">
  291. <property name="text">
  292. <string>全选</string>
  293. </property>
  294. </widget>
  295. </item>
  296. <item>
  297. <widget class="QPushButton" name="pushButtonAllNoSel">
  298. <property name="text">
  299. <string>全不选</string>
  300. </property>
  301. </widget>
  302. </item>
  303. <item>
  304. <widget class="QPushButton" name="pushButtonClear">
  305. <property name="text">
  306. <string>清空</string>
  307. </property>
  308. </widget>
  309. </item>
  310. <item>
  311. <widget class="QPushButton" name="pushButtonQuery">
  312. <property name="text">
  313. <string>查询</string>
  314. </property>
  315. </widget>
  316. </item>
  317. <item>
  318. <widget class="QPushButton" name="pushButtonConfig">
  319. <property name="text">
  320. <string>设置</string>
  321. </property>
  322. </widget>
  323. </item>
  324. <item>
  325. <widget class="QPushButton" name="pushButtonUpload">
  326. <property name="text">
  327. <string>上传数据</string>
  328. </property>
  329. </widget>
  330. </item>
  331. </layout>
  332. </item>
  333. </layout>
  334. </item>
  335. </layout>
  336. </widget>
  337. </item>
  338. <item>
  339. <layout class="QVBoxLayout" name="verticalLayout_2">
  340. <property name="spacing">
  341. <number>15</number>
  342. </property>
  343. <item>
  344. <widget class="QLabel" name="label_22">
  345. <property name="text">
  346. <string>注意:</string>
  347. </property>
  348. </widget>
  349. </item>
  350. <item>
  351. <widget class="QLabel" name="label_9">
  352. <property name="text">
  353. <string>1、支持最多两个定时数量,每个定时包括开始和停止两个时间参数</string>
  354. </property>
  355. </widget>
  356. </item>
  357. <item>
  358. <widget class="QLabel" name="label_14">
  359. <property name="text">
  360. <string>2、定时开始表示同步基站每天在此时之后开始工作 </string>
  361. </property>
  362. </widget>
  363. </item>
  364. <item>
  365. <widget class="QLabel" name="label_16">
  366. <property name="text">
  367. <string>3、定时停止表示同步基站每天在此时之后停止工作 </string>
  368. </property>
  369. </widget>
  370. </item>
  371. <item>
  372. <widget class="QLabel" name="label_15">
  373. <property name="text">
  374. <string>4、“上传数据”是将数据上传至管理中心</string>
  375. </property>
  376. </widget>
  377. </item>
  378. </layout>
  379. </item>
  380. </layout>
  381. </item>
  382. <item row="1" column="2">
  383. <spacer name="horizontalSpacer">
  384. <property name="orientation">
  385. <enum>Qt::Horizontal</enum>
  386. </property>
  387. <property name="sizeHint" stdset="0">
  388. <size>
  389. <width>40</width>
  390. <height>20</height>
  391. </size>
  392. </property>
  393. </spacer>
  394. </item>
  395. <item row="1" column="0">
  396. <spacer name="horizontalSpacer_2">
  397. <property name="orientation">
  398. <enum>Qt::Horizontal</enum>
  399. </property>
  400. <property name="sizeHint" stdset="0">
  401. <size>
  402. <width>40</width>
  403. <height>20</height>
  404. </size>
  405. </property>
  406. </spacer>
  407. </item>
  408. <item row="0" column="1">
  409. <spacer name="verticalSpacer_2">
  410. <property name="orientation">
  411. <enum>Qt::Vertical</enum>
  412. </property>
  413. <property name="sizeHint" stdset="0">
  414. <size>
  415. <width>20</width>
  416. <height>40</height>
  417. </size>
  418. </property>
  419. </spacer>
  420. </item>
  421. </layout>
  422. </widget>
  423. <resources/>
  424. <connections/>
  425. </ui>