将ip输入和端口输入的框改成纯文本的,更新RM

This commit is contained in:
2022-01-08 20:16:22 +08:00
parent a23651cad3
commit ffe3ee2967
6 changed files with 47 additions and 33 deletions
+20 -20
View File
@@ -25,16 +25,6 @@
<property name="windowTitle">
<string>Widget</string>
</property>
<widget class="QTextEdit" name="port_list">
<property name="geometry">
<rect>
<x>490</x>
<y>100</y>
<width>101</width>
<height>111</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
@@ -133,16 +123,6 @@
<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>
@@ -204,6 +184,26 @@ domain.com</string>
<number>100</number>
</property>
</widget>
<widget class="QPlainTextEdit" name="IP_list">
<property name="geometry">
<rect>
<x>10</x>
<y>100</y>
<width>471</width>
<height>111</height>
</rect>
</property>
</widget>
<widget class="QPlainTextEdit" name="port_list">
<property name="geometry">
<rect>
<x>490</x>
<y>100</y>
<width>104</width>
<height>111</height>
</rect>
</property>
</widget>
</widget>
<resources/>
<connections/>