在研究怎么在线程里再开线程

This commit is contained in:
2022-01-05 00:43:38 +08:00
parent 411e1f5645
commit 43aa9cd6fb
31 changed files with 333 additions and 123 deletions
+38 -6
View File
@@ -64,12 +64,12 @@
<string>开始扫描</string>
</property>
</widget>
<widget class="QSpinBox" name="spinBox">
<widget class="QSpinBox" name="threads">
<property name="geometry">
<rect>
<x>300</x>
<x>350</x>
<y>230</y>
<width>111</width>
<width>61</width>
<height>22</height>
</rect>
</property>
@@ -80,15 +80,15 @@
<number>999</number>
</property>
<property name="value">
<number>1</number>
<number>10</number>
</property>
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>240</x>
<x>320</x>
<y>230</y>
<width>53</width>
<width>31</width>
<height>16</height>
</rect>
</property>
@@ -161,6 +161,38 @@ domain.com</string>
<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/>