PyNesca/nesca.ui

161 lines
3.2 KiB
Plaintext
Raw Normal View History

2019-01-20 16:59:47 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Form</class>
<widget class="QWidget" name="Form">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>422</width>
<height>549</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<widget class="QPushButton" name="startButton">
<property name="geometry">
<rect>
<x>140</x>
<y>190</y>
<width>131</width>
<height>34</height>
</rect>
</property>
<property name="text">
<string>Start</string>
</property>
</widget>
<widget class="QTextBrowser" name="dataText">
<property name="geometry">
<rect>
<x>0</x>
<y>310</y>
<width>421</width>
<height>231</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="ipLine">
<property name="geometry">
<rect>
<x>20</x>
<y>70</y>
<width>371</width>
<height>34</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>20</x>
<y>50</y>
<width>57</width>
<height>18</height>
</rect>
</property>
<property name="text">
<string>IP Ranges</string>
</property>
</widget>
<widget class="QLineEdit" name="portsLine">
<property name="geometry">
<rect>
<x>20</x>
<y>130</y>
<width>371</width>
<height>34</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>20</x>
<y>110</y>
<width>31</width>
<height>18</height>
</rect>
</property>
<property name="text">
<string>Ports</string>
</property>
</widget>
<widget class="QLineEdit" name="threadsLine">
<property name="geometry">
<rect>
<x>20</x>
<y>190</y>
<width>113</width>
<height>34</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>20</x>
<y>170</y>
<width>51</width>
<height>18</height>
</rect>
</property>
<property name="text">
<string>Threads</string>
</property>
</widget>
<widget class="QLineEdit" name="timeoutLine">
<property name="geometry">
<rect>
<x>280</x>
<y>190</y>
<width>113</width>
<height>34</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>280</x>
<y>170</y>
<width>51</width>
<height>18</height>
</rect>
</property>
<property name="text">
<string>Timeout</string>
</property>
</widget>
<widget class="QLabel" name="label_5">
<property name="geometry">
<rect>
<x>20</x>
<y>250</y>
<width>101</width>
<height>18</height>
</rect>
</property>
<property name="text">
<string>Current threads: </string>
</property>
</widget>
<widget class="QLabel" name="currentThreadsLabel">
<property name="geometry">
<rect>
<x>120</x>
<y>250</y>
<width>57</width>
<height>18</height>
</rect>
</property>
<property name="text">
<string>0</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>