Files
tcp_ip_scan/ip_sacaner/widget.ui
T

200 lines
4.0 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Widget</class>
<widget class="QWidget" name="Widget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>600</width>
<height>500</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>600</width>
<height>500</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>600</width>
<height>500</height>
</size>
</property>
<property name="windowTitle">
<string>Widget</string>
</property>
<widget class="QTextEdit" name="port_list">
<property name="geometry">
<rect>
<x>500</x>
<y>100</y>
<width>91</width>
<height>111</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>510</x>
<y>30</y>
<width>71</width>
<height>61</height>
</rect>
</property>
<property name="text">
<string>端口范围
80
443
3000-65535</string>
</property>
</widget>
<widget class="QPushButton" name="stard_scan">
<property name="geometry">
<rect>
<x>420</x>
<y>220</y>
<width>171</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>开始扫描</string>
</property>
</widget>
<widget class="QSpinBox" name="threads">
<property name="geometry">
<rect>
<x>350</x>
<y>230</y>
<width>61</width>
<height>22</height>
</rect>
</property>
<property name="minimum">
<number>1</number>
</property>
<property name="maximum">
<number>999</number>
</property>
<property name="value">
<number>10</number>
</property>
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>320</x>
<y>230</y>
<width>31</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>线程</string>
</property>
</widget>
<widget class="QLabel" name="label_5">
<property name="geometry">
<rect>
<x>10</x>
<y>230</y>
<width>53</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>扫描结果</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton">
<property name="geometry">
<rect>
<x>70</x>
<y>230</y>
<width>91</width>
<height>24</height>
</rect>
</property>
<property name="text">
<string>保存扫描结果</string>
</property>
</widget>
<widget class="QTextEdit" name="IP_list">
<property name="geometry">
<rect>
<x>10</x>
<y>100</y>
<width>471</width>
<height>111</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>141</width>
<height>71</height>
</rect>
</property>
<property name="text">
<string>IP范围
127.0.0.1
0.0.0.0-255.255.255.255
domain.com</string>
</property>
</widget>
<widget class="QTextEdit" name="outputlist">
<property name="geometry">
<rect>
<x>10</x>
<y>270</y>
<width>581</width>
<height>221</height>
</rect>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>200</x>
<y>230</y>
<width>41</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>超时ms</string>
</property>
</widget>
<widget class="QSpinBox" name="timeout">
<property name="geometry">
<rect>
<x>250</x>
<y>230</y>
<width>61</width>
<height>22</height>
</rect>
</property>
<property name="minimum">
<number>1</number>
</property>
<property name="maximum">
<number>1000</number>
</property>
<property name="value">
<number>100</number>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>