实现基本功能

This commit is contained in:
2022-01-02 22:51:10 +08:00
parent fe1d89794a
commit 773bffe63f
15 changed files with 101 additions and 73 deletions
+13 -10
View File
@@ -96,16 +96,6 @@
<string>线程</string>
</property>
</widget>
<widget class="QListView" name="listView">
<property name="geometry">
<rect>
<x>10</x>
<y>270</y>
<width>581</width>
<height>201</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_5">
<property name="geometry">
<rect>
@@ -158,6 +148,19 @@
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>
<resources/>
<connections/>