| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>MainWindow</class>
- <widget class="QMainWindow" name="MainWindow">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>826</width>
- <height>511</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>airkiss解析</string>
- </property>
- <widget class="QWidget" name="centralWidget">
- <widget class="QGroupBox" name="groupBox">
- <property name="geometry">
- <rect>
- <x>420</x>
- <y>320</y>
- <width>311</width>
- <height>111</height>
- </rect>
- </property>
- <property name="title">
- <string>加载文件</string>
- </property>
- <widget class="QPushButton" name="pbpath">
- <property name="geometry">
- <rect>
- <x>200</x>
- <y>30</y>
- <width>61</width>
- <height>24</height>
- </rect>
- </property>
- <property name="text">
- <string>...</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pbparese">
- <property name="geometry">
- <rect>
- <x>60</x>
- <y>70</y>
- <width>89</width>
- <height>24</height>
- </rect>
- </property>
- <property name="text">
- <string>启动</string>
- </property>
- </widget>
- <widget class="QComboBox" name="lepath">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>30</y>
- <width>151</width>
- <height>23</height>
- </rect>
- </property>
- <property name="editable">
- <bool>false</bool>
- </property>
- <property name="currentIndex">
- <number>0</number>
- </property>
- <item>
- <property name="text">
- <string>cap1.txt</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>cap2.txt</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>cap3.txt</string>
- </property>
- </item>
- </widget>
- </widget>
- <widget class="QGroupBox" name="groupBox_2">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>300</y>
- <width>301</width>
- <height>151</height>
- </rect>
- </property>
- <property name="title">
- <string>UDP</string>
- </property>
- <widget class="QPushButton" name="pbst">
- <property name="geometry">
- <rect>
- <x>140</x>
- <y>70</y>
- <width>111</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>启动</string>
- </property>
- </widget>
- <widget class="QCheckBox" name="nossid">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>70</y>
- <width>111</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>不接收SSID</string>
- </property>
- <property name="checked">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="QCheckBox" name="cblen">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>30</y>
- <width>101</width>
- <height>18</height>
- </rect>
- </property>
- <property name="text">
- <string>输出Length</string>
- </property>
- </widget>
- <widget class="QLabel" name="label">
- <property name="geometry">
- <rect>
- <x>120</x>
- <y>30</y>
- <width>41</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string>端口</string>
- </property>
- </widget>
- <widget class="QSpinBox" name="sbport">
- <property name="geometry">
- <rect>
- <x>160</x>
- <y>30</y>
- <width>71</width>
- <height>22</height>
- </rect>
- </property>
- <property name="maximum">
- <number>65535</number>
- </property>
- <property name="value">
- <number>10000</number>
- </property>
- </widget>
- <widget class="QCheckBox" name="cbcmpe">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>120</y>
- <width>73</width>
- <height>18</height>
- </rect>
- </property>
- <property name="text">
- <string>完成退出</string>
- </property>
- <property name="checked">
- <bool>true</bool>
- </property>
- </widget>
- </widget>
- <widget class="QGroupBox" name="groupBox_3">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>20</y>
- <width>401</width>
- <height>251</height>
- </rect>
- </property>
- <property name="title">
- <string>结果</string>
- </property>
- <widget class="QPlainTextEdit" name="peres">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>20</y>
- <width>361</width>
- <height>211</height>
- </rect>
- </property>
- </widget>
- </widget>
- </widget>
- <widget class="QMenuBar" name="menuBar">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>826</width>
- <height>22</height>
- </rect>
- </property>
- </widget>
- <widget class="QToolBar" name="mainToolBar">
- <attribute name="toolBarArea">
- <enum>TopToolBarArea</enum>
- </attribute>
- <attribute name="toolBarBreak">
- <bool>false</bool>
- </attribute>
- </widget>
- <widget class="QStatusBar" name="statusBar"/>
- </widget>
- <layoutdefault spacing="6" margin="11"/>
- <resources/>
- <connections/>
- </ui>
|