DialogNewTask.ui 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>DialogNewTask</class>
  4. <widget class="QDialog" name="DialogNewTask">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>495</width>
  10. <height>500</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>DialogNewTask</string>
  15. </property>
  16. <widget class="QGroupBox" name="groupBox">
  17. <property name="geometry">
  18. <rect>
  19. <x>10</x>
  20. <y>50</y>
  21. <width>471</width>
  22. <height>381</height>
  23. </rect>
  24. </property>
  25. <property name="title">
  26. <string/>
  27. </property>
  28. <widget class="QLineEdit" name="editName">
  29. <property name="geometry">
  30. <rect>
  31. <x>140</x>
  32. <y>20</y>
  33. <width>291</width>
  34. <height>31</height>
  35. </rect>
  36. </property>
  37. </widget>
  38. <widget class="QLabel" name="label_2">
  39. <property name="enabled">
  40. <bool>true</bool>
  41. </property>
  42. <property name="geometry">
  43. <rect>
  44. <x>40</x>
  45. <y>20</y>
  46. <width>101</width>
  47. <height>31</height>
  48. </rect>
  49. </property>
  50. <property name="text">
  51. <string>任务名称:</string>
  52. </property>
  53. <property name="alignment">
  54. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  55. </property>
  56. </widget>
  57. <widget class="QComboBox" name="comboType">
  58. <property name="geometry">
  59. <rect>
  60. <x>140</x>
  61. <y>70</y>
  62. <width>291</width>
  63. <height>31</height>
  64. </rect>
  65. </property>
  66. </widget>
  67. <widget class="QLabel" name="label_4">
  68. <property name="enabled">
  69. <bool>true</bool>
  70. </property>
  71. <property name="geometry">
  72. <rect>
  73. <x>40</x>
  74. <y>170</y>
  75. <width>101</width>
  76. <height>31</height>
  77. </rect>
  78. </property>
  79. <property name="text">
  80. <string>优先级别:</string>
  81. </property>
  82. <property name="alignment">
  83. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  84. </property>
  85. </widget>
  86. <widget class="QLabel" name="label">
  87. <property name="enabled">
  88. <bool>true</bool>
  89. </property>
  90. <property name="geometry">
  91. <rect>
  92. <x>40</x>
  93. <y>70</y>
  94. <width>101</width>
  95. <height>31</height>
  96. </rect>
  97. </property>
  98. <property name="text">
  99. <string>任务类型:</string>
  100. </property>
  101. <property name="alignment">
  102. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  103. </property>
  104. </widget>
  105. <widget class="QLabel" name="label_5">
  106. <property name="enabled">
  107. <bool>true</bool>
  108. </property>
  109. <property name="geometry">
  110. <rect>
  111. <x>20</x>
  112. <y>230</y>
  113. <width>121</width>
  114. <height>31</height>
  115. </rect>
  116. </property>
  117. <property name="text">
  118. <string>循环间隔(ms):</string>
  119. </property>
  120. <property name="alignment">
  121. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  122. </property>
  123. </widget>
  124. <widget class="QLineEdit" name="editInterval">
  125. <property name="geometry">
  126. <rect>
  127. <x>140</x>
  128. <y>230</y>
  129. <width>291</width>
  130. <height>31</height>
  131. </rect>
  132. </property>
  133. </widget>
  134. <widget class="QLabel" name="label_6">
  135. <property name="enabled">
  136. <bool>true</bool>
  137. </property>
  138. <property name="geometry">
  139. <rect>
  140. <x>20</x>
  141. <y>280</y>
  142. <width>121</width>
  143. <height>31</height>
  144. </rect>
  145. </property>
  146. <property name="text">
  147. <string>看门狗(ms):</string>
  148. </property>
  149. <property name="alignment">
  150. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  151. </property>
  152. </widget>
  153. <widget class="QLineEdit" name="editWatchdog">
  154. <property name="geometry">
  155. <rect>
  156. <x>140</x>
  157. <y>280</y>
  158. <width>291</width>
  159. <height>31</height>
  160. </rect>
  161. </property>
  162. </widget>
  163. <widget class="QCheckBox" name="checkWatchdog">
  164. <property name="geometry">
  165. <rect>
  166. <x>140</x>
  167. <y>210</y>
  168. <width>71</width>
  169. <height>16</height>
  170. </rect>
  171. </property>
  172. <property name="text">
  173. <string>Enabled</string>
  174. </property>
  175. <property name="checked">
  176. <bool>true</bool>
  177. </property>
  178. </widget>
  179. <widget class="QComboBox" name="comboPriority">
  180. <property name="geometry">
  181. <rect>
  182. <x>140</x>
  183. <y>170</y>
  184. <width>291</width>
  185. <height>31</height>
  186. </rect>
  187. </property>
  188. </widget>
  189. <widget class="QLineEdit" name="editTimeOut">
  190. <property name="geometry">
  191. <rect>
  192. <x>140</x>
  193. <y>330</y>
  194. <width>291</width>
  195. <height>31</height>
  196. </rect>
  197. </property>
  198. <property name="text">
  199. <string/>
  200. </property>
  201. </widget>
  202. <widget class="QLabel" name="label_7">
  203. <property name="enabled">
  204. <bool>true</bool>
  205. </property>
  206. <property name="geometry">
  207. <rect>
  208. <x>20</x>
  209. <y>330</y>
  210. <width>121</width>
  211. <height>31</height>
  212. </rect>
  213. </property>
  214. <property name="text">
  215. <string>事件等待超时(ms):</string>
  216. </property>
  217. <property name="alignment">
  218. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  219. </property>
  220. </widget>
  221. <widget class="QComboBox" name="comboMode">
  222. <property name="geometry">
  223. <rect>
  224. <x>140</x>
  225. <y>120</y>
  226. <width>291</width>
  227. <height>31</height>
  228. </rect>
  229. </property>
  230. </widget>
  231. </widget>
  232. <widget class="QPushButton" name="createButton">
  233. <property name="geometry">
  234. <rect>
  235. <x>250</x>
  236. <y>450</y>
  237. <width>91</width>
  238. <height>31</height>
  239. </rect>
  240. </property>
  241. <property name="text">
  242. <string>Create</string>
  243. </property>
  244. <property name="default">
  245. <bool>true</bool>
  246. </property>
  247. </widget>
  248. <widget class="QPushButton" name="cancelButton">
  249. <property name="geometry">
  250. <rect>
  251. <x>370</x>
  252. <y>450</y>
  253. <width>91</width>
  254. <height>31</height>
  255. </rect>
  256. </property>
  257. <property name="text">
  258. <string>Cancel</string>
  259. </property>
  260. </widget>
  261. <widget class="QLabel" name="labelTitle">
  262. <property name="enabled">
  263. <bool>false</bool>
  264. </property>
  265. <property name="geometry">
  266. <rect>
  267. <x>0</x>
  268. <y>0</y>
  269. <width>595</width>
  270. <height>51</height>
  271. </rect>
  272. </property>
  273. <property name="text">
  274. <string>创建新的任务管理器</string>
  275. </property>
  276. </widget>
  277. </widget>
  278. <layoutdefault spacing="6" margin="11"/>
  279. <resources/>
  280. <connections/>
  281. </ui>