oamsynctimer.ui 12 KB

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