mainwindow.ui 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>MainWindow</class>
  4. <widget class="QMainWindow" name="MainWindow">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>826</width>
  10. <height>511</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>airkiss解析</string>
  15. </property>
  16. <widget class="QWidget" name="centralWidget">
  17. <widget class="QGroupBox" name="groupBox">
  18. <property name="geometry">
  19. <rect>
  20. <x>420</x>
  21. <y>320</y>
  22. <width>311</width>
  23. <height>111</height>
  24. </rect>
  25. </property>
  26. <property name="title">
  27. <string>加载文件</string>
  28. </property>
  29. <widget class="QPushButton" name="pbpath">
  30. <property name="geometry">
  31. <rect>
  32. <x>200</x>
  33. <y>30</y>
  34. <width>61</width>
  35. <height>24</height>
  36. </rect>
  37. </property>
  38. <property name="text">
  39. <string>...</string>
  40. </property>
  41. </widget>
  42. <widget class="QPushButton" name="pbparese">
  43. <property name="geometry">
  44. <rect>
  45. <x>60</x>
  46. <y>70</y>
  47. <width>89</width>
  48. <height>24</height>
  49. </rect>
  50. </property>
  51. <property name="text">
  52. <string>启动</string>
  53. </property>
  54. </widget>
  55. <widget class="QComboBox" name="lepath">
  56. <property name="geometry">
  57. <rect>
  58. <x>20</x>
  59. <y>30</y>
  60. <width>151</width>
  61. <height>23</height>
  62. </rect>
  63. </property>
  64. <property name="editable">
  65. <bool>false</bool>
  66. </property>
  67. <property name="currentIndex">
  68. <number>0</number>
  69. </property>
  70. <item>
  71. <property name="text">
  72. <string>cap1.txt</string>
  73. </property>
  74. </item>
  75. <item>
  76. <property name="text">
  77. <string>cap2.txt</string>
  78. </property>
  79. </item>
  80. <item>
  81. <property name="text">
  82. <string>cap3.txt</string>
  83. </property>
  84. </item>
  85. </widget>
  86. </widget>
  87. <widget class="QGroupBox" name="groupBox_2">
  88. <property name="geometry">
  89. <rect>
  90. <x>20</x>
  91. <y>300</y>
  92. <width>301</width>
  93. <height>151</height>
  94. </rect>
  95. </property>
  96. <property name="title">
  97. <string>UDP</string>
  98. </property>
  99. <widget class="QPushButton" name="pbst">
  100. <property name="geometry">
  101. <rect>
  102. <x>140</x>
  103. <y>70</y>
  104. <width>111</width>
  105. <height>31</height>
  106. </rect>
  107. </property>
  108. <property name="text">
  109. <string>启动</string>
  110. </property>
  111. </widget>
  112. <widget class="QCheckBox" name="nossid">
  113. <property name="geometry">
  114. <rect>
  115. <x>10</x>
  116. <y>70</y>
  117. <width>111</width>
  118. <height>31</height>
  119. </rect>
  120. </property>
  121. <property name="text">
  122. <string>不接收SSID</string>
  123. </property>
  124. <property name="checked">
  125. <bool>true</bool>
  126. </property>
  127. </widget>
  128. <widget class="QCheckBox" name="cblen">
  129. <property name="geometry">
  130. <rect>
  131. <x>10</x>
  132. <y>30</y>
  133. <width>101</width>
  134. <height>18</height>
  135. </rect>
  136. </property>
  137. <property name="text">
  138. <string>输出Length</string>
  139. </property>
  140. </widget>
  141. <widget class="QLabel" name="label">
  142. <property name="geometry">
  143. <rect>
  144. <x>120</x>
  145. <y>30</y>
  146. <width>41</width>
  147. <height>21</height>
  148. </rect>
  149. </property>
  150. <property name="text">
  151. <string>端口</string>
  152. </property>
  153. </widget>
  154. <widget class="QSpinBox" name="sbport">
  155. <property name="geometry">
  156. <rect>
  157. <x>160</x>
  158. <y>30</y>
  159. <width>71</width>
  160. <height>22</height>
  161. </rect>
  162. </property>
  163. <property name="maximum">
  164. <number>65535</number>
  165. </property>
  166. <property name="value">
  167. <number>10000</number>
  168. </property>
  169. </widget>
  170. <widget class="QCheckBox" name="cbcmpe">
  171. <property name="geometry">
  172. <rect>
  173. <x>10</x>
  174. <y>120</y>
  175. <width>73</width>
  176. <height>18</height>
  177. </rect>
  178. </property>
  179. <property name="text">
  180. <string>完成退出</string>
  181. </property>
  182. <property name="checked">
  183. <bool>true</bool>
  184. </property>
  185. </widget>
  186. </widget>
  187. <widget class="QGroupBox" name="groupBox_3">
  188. <property name="geometry">
  189. <rect>
  190. <x>30</x>
  191. <y>20</y>
  192. <width>401</width>
  193. <height>251</height>
  194. </rect>
  195. </property>
  196. <property name="title">
  197. <string>结果</string>
  198. </property>
  199. <widget class="QPlainTextEdit" name="peres">
  200. <property name="geometry">
  201. <rect>
  202. <x>20</x>
  203. <y>20</y>
  204. <width>361</width>
  205. <height>211</height>
  206. </rect>
  207. </property>
  208. </widget>
  209. </widget>
  210. </widget>
  211. <widget class="QMenuBar" name="menuBar">
  212. <property name="geometry">
  213. <rect>
  214. <x>0</x>
  215. <y>0</y>
  216. <width>826</width>
  217. <height>22</height>
  218. </rect>
  219. </property>
  220. </widget>
  221. <widget class="QToolBar" name="mainToolBar">
  222. <attribute name="toolBarArea">
  223. <enum>TopToolBarArea</enum>
  224. </attribute>
  225. <attribute name="toolBarBreak">
  226. <bool>false</bool>
  227. </attribute>
  228. </widget>
  229. <widget class="QStatusBar" name="statusBar"/>
  230. </widget>
  231. <layoutdefault spacing="6" margin="11"/>
  232. <resources/>
  233. <connections/>
  234. </ui>