mirror of
https://github.com/HavocFramework/Havoc
synced 2026-06-08 11:13:29 +00:00
156 lines
4.3 KiB
XML
156 lines
4.3 KiB
XML
<?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>500</width>
|
|
<height>284</height>
|
|
</rect>
|
|
</property>
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>500</width>
|
|
<height>260</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>500</width>
|
|
<height>284</height>
|
|
</size>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Form</string>
|
|
</property>
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
<item row="8" column="2">
|
|
<widget class="QLabel" name="label_Password">
|
|
<property name="text">
|
|
<string><html><head/><body><p><span style=" font-size:10pt;">Password:</span></p></body></html></string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="4" column="2">
|
|
<widget class="QLabel" name="label_Name">
|
|
<property name="text">
|
|
<string><html><head/><body><p>Name:</p></body></html></string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="0" colspan="2">
|
|
<widget class="QPushButton" name="pushButton_New_Profile">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>20</width>
|
|
<height>30</height>
|
|
</size>
|
|
</property>
|
|
<property name="text">
|
|
<string>New Profile</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="4" column="3">
|
|
<widget class="QLineEdit" name="lineEdit_Name">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>150</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="5" column="2">
|
|
<widget class="QLabel" name="label_Host">
|
|
<property name="text">
|
|
<string><html><head/><body><p>Host:</p></body></html></string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="2" rowspan="2" colspan="2">
|
|
<widget class="QPlainTextEdit" name="plainTextEdit">
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>16777215</width>
|
|
<height>50</height>
|
|
</size>
|
|
</property>
|
|
<property name="plainText">
|
|
<string>This is the Havoc connection dialog. Connect to a havoc teamserver. </string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="5" column="3">
|
|
<widget class="QLineEdit" name="lineEdit_Host"/>
|
|
</item>
|
|
<item row="6" column="2">
|
|
<widget class="QLabel" name="label_Port">
|
|
<property name="text">
|
|
<string><html><head/><body><p>Port:</p></body></html></string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="6" column="3">
|
|
<widget class="QLineEdit" name="lineEdit_Port"/>
|
|
</item>
|
|
<item row="7" column="3">
|
|
<widget class="QLineEdit" name="lineEdit_User"/>
|
|
</item>
|
|
<item row="8" column="3">
|
|
<widget class="QLineEdit" name="lineEdit_Password"/>
|
|
</item>
|
|
<item row="7" column="2">
|
|
<widget class="QLabel" name="label_User">
|
|
<property name="text">
|
|
<string><html><head/><body><p><span style=" font-size:10pt;">User:</span></p></body></html></string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="9" column="3">
|
|
<widget class="QPushButton" name="pushButton_Connect">
|
|
<property name="text">
|
|
<string>Connect</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="0" rowspan="8" colspan="2">
|
|
<widget class="QListWidget" name="listWidget">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>0</width>
|
|
<height>20</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>200</width>
|
|
<height>200</height>
|
|
</size>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="9" column="0">
|
|
<widget class="QPushButton" name="pushButton_Clear">
|
|
<property name="text">
|
|
<string>Clear</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="9" column="1">
|
|
<widget class="QPushButton" name="pushButton_Remove">
|
|
<property name="text">
|
|
<string>Remove</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<resources>
|
|
<include location="../../Havoc.qrc"/>
|
|
</resources>
|
|
<connections/>
|
|
</ui>
|