DialogTaskOption.ui 6.3 KB

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