addspecialitem.ui 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>AddSpecialItem</class>
  4. <widget class="QDialog" name="AddSpecialItem">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1920</width>
  10. <height>1032</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Dialog</string>
  15. </property>
  16. <widget class="QWidget" name="widget" native="true">
  17. <property name="geometry">
  18. <rect>
  19. <x>0</x>
  20. <y>0</y>
  21. <width>1920</width>
  22. <height>1302</height>
  23. </rect>
  24. </property>
  25. <widget class="QWidget" name="widget_background" native="true">
  26. <property name="geometry">
  27. <rect>
  28. <x>752</x>
  29. <y>314</y>
  30. <width>416</width>
  31. <height>385</height>
  32. </rect>
  33. </property>
  34. <property name="styleSheet">
  35. <string notr="true"/>
  36. </property>
  37. <widget class="QLabel" name="label_NC1">
  38. <property name="geometry">
  39. <rect>
  40. <x>32</x>
  41. <y>18</y>
  42. <width>80</width>
  43. <height>18</height>
  44. </rect>
  45. </property>
  46. <property name="text">
  47. <string>添加计划</string>
  48. </property>
  49. </widget>
  50. <widget class="QLabel" name="label_NC2_x">
  51. <property name="geometry">
  52. <rect>
  53. <x>32</x>
  54. <y>210</y>
  55. <width>7</width>
  56. <height>14</height>
  57. </rect>
  58. </property>
  59. <property name="text">
  60. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; color:#ff0000;&quot;&gt;*&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  61. </property>
  62. </widget>
  63. <widget class="QLabel" name="label_NC3">
  64. <property name="geometry">
  65. <rect>
  66. <x>40</x>
  67. <y>210</y>
  68. <width>70</width>
  69. <height>14</height>
  70. </rect>
  71. </property>
  72. <property name="text">
  73. <string>时间选择:</string>
  74. </property>
  75. </widget>
  76. <widget class="QPushButton" name="pBtn_Close">
  77. <property name="geometry">
  78. <rect>
  79. <x>368</x>
  80. <y>12</y>
  81. <width>32</width>
  82. <height>32</height>
  83. </rect>
  84. </property>
  85. <property name="text">
  86. <string/>
  87. </property>
  88. </widget>
  89. <widget class="QLabel" name="label_NC4">
  90. <property name="geometry">
  91. <rect>
  92. <x>0</x>
  93. <y>56</y>
  94. <width>416</width>
  95. <height>1</height>
  96. </rect>
  97. </property>
  98. <property name="text">
  99. <string/>
  100. </property>
  101. </widget>
  102. <widget class="QPushButton" name="pBtn_cancel">
  103. <property name="geometry">
  104. <rect>
  105. <x>248</x>
  106. <y>321</y>
  107. <width>60</width>
  108. <height>32</height>
  109. </rect>
  110. </property>
  111. <property name="text">
  112. <string>取消</string>
  113. </property>
  114. </widget>
  115. <widget class="QPushButton" name="pBtn_ok">
  116. <property name="geometry">
  117. <rect>
  118. <x>324</x>
  119. <y>321</y>
  120. <width>60</width>
  121. <height>32</height>
  122. </rect>
  123. </property>
  124. <property name="text">
  125. <string>确定</string>
  126. </property>
  127. </widget>
  128. <widget class="QLabel" name="label_NC5">
  129. <property name="geometry">
  130. <rect>
  131. <x>359</x>
  132. <y>209</y>
  133. <width>16</width>
  134. <height>16</height>
  135. </rect>
  136. </property>
  137. <property name="text">
  138. <string/>
  139. </property>
  140. </widget>
  141. <widget class="QLabel" name="label_timeWarn">
  142. <property name="geometry">
  143. <rect>
  144. <x>110</x>
  145. <y>236</y>
  146. <width>250</width>
  147. <height>18</height>
  148. </rect>
  149. </property>
  150. <property name="text">
  151. <string>TextLabel</string>
  152. </property>
  153. </widget>
  154. <widget class="QLabel" name="label_NC8_x">
  155. <property name="geometry">
  156. <rect>
  157. <x>32</x>
  158. <y>98</y>
  159. <width>7</width>
  160. <height>14</height>
  161. </rect>
  162. </property>
  163. <property name="text">
  164. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; color:#ff0000;&quot;&gt;*&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  165. </property>
  166. </widget>
  167. <widget class="QLabel" name="label_NC9">
  168. <property name="geometry">
  169. <rect>
  170. <x>40</x>
  171. <y>98</y>
  172. <width>70</width>
  173. <height>14</height>
  174. </rect>
  175. </property>
  176. <property name="text">
  177. <string>设备选择:</string>
  178. </property>
  179. </widget>
  180. <widget class="CustomComboBox" name="comBox_devSelect">
  181. <property name="geometry">
  182. <rect>
  183. <x>110</x>
  184. <y>89</y>
  185. <width>274</width>
  186. <height>32</height>
  187. </rect>
  188. </property>
  189. <property name="currentText">
  190. <string/>
  191. </property>
  192. </widget>
  193. <widget class="QLabel" name="label_NC12_x">
  194. <property name="geometry">
  195. <rect>
  196. <x>32</x>
  197. <y>266</y>
  198. <width>7</width>
  199. <height>14</height>
  200. </rect>
  201. </property>
  202. <property name="text">
  203. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; color:#ff0000;&quot;&gt;*&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  204. </property>
  205. </widget>
  206. <widget class="CustomComboBox" name="comBox_actionSelect">
  207. <property name="geometry">
  208. <rect>
  209. <x>108</x>
  210. <y>257</y>
  211. <width>274</width>
  212. <height>32</height>
  213. </rect>
  214. </property>
  215. </widget>
  216. <widget class="QLabel" name="label_NC9_2">
  217. <property name="geometry">
  218. <rect>
  219. <x>40</x>
  220. <y>266</y>
  221. <width>70</width>
  222. <height>14</height>
  223. </rect>
  224. </property>
  225. <property name="text">
  226. <string>动作选择:</string>
  227. </property>
  228. </widget>
  229. <widget class="QLabel" name="label_NC10">
  230. <property name="geometry">
  231. <rect>
  232. <x>40</x>
  233. <y>154</y>
  234. <width>70</width>
  235. <height>14</height>
  236. </rect>
  237. </property>
  238. <property name="text">
  239. <string>日期选择:</string>
  240. </property>
  241. </widget>
  242. <widget class="QLabel" name="label_NC2_x_2">
  243. <property name="geometry">
  244. <rect>
  245. <x>32</x>
  246. <y>154</y>
  247. <width>7</width>
  248. <height>14</height>
  249. </rect>
  250. </property>
  251. <property name="text">
  252. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; color:#ff0000;&quot;&gt;*&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  253. </property>
  254. </widget>
  255. <widget class="TimeWidget" name="timeEdit">
  256. <property name="geometry">
  257. <rect>
  258. <x>110</x>
  259. <y>201</y>
  260. <width>274</width>
  261. <height>32</height>
  262. </rect>
  263. </property>
  264. </widget>
  265. <widget class="CalendarDTEdit" name="dateEdit">
  266. <property name="geometry">
  267. <rect>
  268. <x>110</x>
  269. <y>145</y>
  270. <width>274</width>
  271. <height>32</height>
  272. </rect>
  273. </property>
  274. <property name="calendarPopup">
  275. <bool>true</bool>
  276. </property>
  277. </widget>
  278. <widget class="QLabel" name="label_devWarn">
  279. <property name="geometry">
  280. <rect>
  281. <x>110</x>
  282. <y>126</y>
  283. <width>250</width>
  284. <height>18</height>
  285. </rect>
  286. </property>
  287. <property name="text">
  288. <string>TextLabel</string>
  289. </property>
  290. </widget>
  291. <widget class="QLabel" name="label_actionWarn">
  292. <property name="geometry">
  293. <rect>
  294. <x>110</x>
  295. <y>296</y>
  296. <width>250</width>
  297. <height>18</height>
  298. </rect>
  299. </property>
  300. <property name="text">
  301. <string>TextLabel</string>
  302. </property>
  303. </widget>
  304. <zorder>label_NC5</zorder>
  305. <zorder>label_NC1</zorder>
  306. <zorder>label_NC2_x</zorder>
  307. <zorder>label_NC3</zorder>
  308. <zorder>pBtn_Close</zorder>
  309. <zorder>label_NC4</zorder>
  310. <zorder>pBtn_cancel</zorder>
  311. <zorder>pBtn_ok</zorder>
  312. <zorder>label_timeWarn</zorder>
  313. <zorder>label_NC8_x</zorder>
  314. <zorder>label_NC9</zorder>
  315. <zorder>comBox_devSelect</zorder>
  316. <zorder>label_NC12_x</zorder>
  317. <zorder>comBox_actionSelect</zorder>
  318. <zorder>label_NC9_2</zorder>
  319. <zorder>label_NC10</zorder>
  320. <zorder>label_NC2_x_2</zorder>
  321. <zorder>timeEdit</zorder>
  322. <zorder>dateEdit</zorder>
  323. <zorder>label_devWarn</zorder>
  324. <zorder>label_actionWarn</zorder>
  325. </widget>
  326. </widget>
  327. </widget>
  328. <customwidgets>
  329. <customwidget>
  330. <class>TimeWidget</class>
  331. <extends>QTimeEdit</extends>
  332. <header location="global">timewidget.h</header>
  333. </customwidget>
  334. <customwidget>
  335. <class>CalendarDTEdit</class>
  336. <extends>QDateEdit</extends>
  337. <header location="global">calendardtedit.h</header>
  338. </customwidget>
  339. <customwidget>
  340. <class>CustomComboBox</class>
  341. <extends>QComboBox</extends>
  342. <header location="global">customcombobox.h</header>
  343. </customwidget>
  344. </customwidgets>
  345. <resources/>
  346. <connections/>
  347. </ui>