DialogWait.ui 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>DialogWaitClass</class>
  4. <widget class="QDialog" name="DialogWaitClass">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>363</width>
  10. <height>315</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>DialogWait</string>
  15. </property>
  16. <widget class="QPushButton" name="okButton">
  17. <property name="geometry">
  18. <rect>
  19. <x>130</x>
  20. <y>270</y>
  21. <width>91</width>
  22. <height>31</height>
  23. </rect>
  24. </property>
  25. <property name="text">
  26. <string>OK</string>
  27. </property>
  28. <property name="default">
  29. <bool>true</bool>
  30. </property>
  31. </widget>
  32. <widget class="QPushButton" name="cancelButton">
  33. <property name="geometry">
  34. <rect>
  35. <x>250</x>
  36. <y>270</y>
  37. <width>91</width>
  38. <height>31</height>
  39. </rect>
  40. </property>
  41. <property name="text">
  42. <string>Cancel</string>
  43. </property>
  44. </widget>
  45. <widget class="QGroupBox" name="groupBox">
  46. <property name="geometry">
  47. <rect>
  48. <x>20</x>
  49. <y>20</y>
  50. <width>321</width>
  51. <height>131</height>
  52. </rect>
  53. </property>
  54. <property name="title">
  55. <string>等待的触发变量选择</string>
  56. </property>
  57. <widget class="QLineEdit" name="editEvent">
  58. <property name="geometry">
  59. <rect>
  60. <x>80</x>
  61. <y>24</y>
  62. <width>171</width>
  63. <height>20</height>
  64. </rect>
  65. </property>
  66. </widget>
  67. <widget class="QPushButton" name="buttonSel">
  68. <property name="geometry">
  69. <rect>
  70. <x>270</x>
  71. <y>22</y>
  72. <width>41</width>
  73. <height>23</height>
  74. </rect>
  75. </property>
  76. <property name="text">
  77. <string>...</string>
  78. </property>
  79. </widget>
  80. <widget class="QLabel" name="label">
  81. <property name="geometry">
  82. <rect>
  83. <x>30</x>
  84. <y>70</y>
  85. <width>54</width>
  86. <height>12</height>
  87. </rect>
  88. </property>
  89. <property name="text">
  90. <string>触发值:</string>
  91. </property>
  92. </widget>
  93. <widget class="QLabel" name="label_2">
  94. <property name="geometry">
  95. <rect>
  96. <x>20</x>
  97. <y>30</y>
  98. <width>54</width>
  99. <height>12</height>
  100. </rect>
  101. </property>
  102. <property name="text">
  103. <string>触发变量:</string>
  104. </property>
  105. </widget>
  106. <widget class="QLineEdit" name="editValue">
  107. <property name="geometry">
  108. <rect>
  109. <x>180</x>
  110. <y>70</y>
  111. <width>131</width>
  112. <height>21</height>
  113. </rect>
  114. </property>
  115. </widget>
  116. <widget class="QLabel" name="label_3">
  117. <property name="geometry">
  118. <rect>
  119. <x>30</x>
  120. <y>100</y>
  121. <width>281</width>
  122. <height>20</height>
  123. </rect>
  124. </property>
  125. <property name="text">
  126. <string>(bool直接输入true/false,留空表示任何值都触发)</string>
  127. </property>
  128. </widget>
  129. <widget class="QComboBox" name="comboType">
  130. <property name="geometry">
  131. <rect>
  132. <x>80</x>
  133. <y>70</y>
  134. <width>81</width>
  135. <height>22</height>
  136. </rect>
  137. </property>
  138. </widget>
  139. </widget>
  140. <widget class="QGroupBox" name="groupBox_2">
  141. <property name="geometry">
  142. <rect>
  143. <x>20</x>
  144. <y>170</y>
  145. <width>321</width>
  146. <height>91</height>
  147. </rect>
  148. </property>
  149. <property name="title">
  150. <string>运行参数</string>
  151. </property>
  152. <widget class="QCheckBox" name="checkWait">
  153. <property name="geometry">
  154. <rect>
  155. <x>20</x>
  156. <y>60</y>
  157. <width>181</width>
  158. <height>16</height>
  159. </rect>
  160. </property>
  161. <property name="text">
  162. <string>单步执行时是否跳过等待</string>
  163. </property>
  164. </widget>
  165. <widget class="QLabel" name="label_7">
  166. <property name="enabled">
  167. <bool>true</bool>
  168. </property>
  169. <property name="geometry">
  170. <rect>
  171. <x>10</x>
  172. <y>20</y>
  173. <width>121</width>
  174. <height>31</height>
  175. </rect>
  176. </property>
  177. <property name="text">
  178. <string>事件等待超时(ms):</string>
  179. </property>
  180. <property name="alignment">
  181. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  182. </property>
  183. </widget>
  184. <widget class="QLineEdit" name="editTimeOut">
  185. <property name="geometry">
  186. <rect>
  187. <x>140</x>
  188. <y>30</y>
  189. <width>141</width>
  190. <height>21</height>
  191. </rect>
  192. </property>
  193. <property name="text">
  194. <string/>
  195. </property>
  196. </widget>
  197. </widget>
  198. </widget>
  199. <layoutdefault spacing="6" margin="11"/>
  200. <resources/>
  201. <connections/>
  202. </ui>