nekoray_Mahdi-zarei/include/ui/profile/edit_hysteria.ui
2025-11-20 09:26:06 +08:00

166 lines
4.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>EditHysteria</class>
<widget class="QWidget" name="EditHysteria">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>363</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QLabel" name="protocol_version_l">
<property name="text">
<string>Protocol Version</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QComboBox" name="protocol_version">
<item>
<property name="text">
<string notr="true">1</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">2</string>
</property>
</item>
</widget>
</item>
<item row="4" column="0">
<widget class="QLabel" name="label_4">
<property name="text">
<string>Down Mbps</string>
</property>
</widget>
</item>
<item row="7" column="1">
<widget class="QLineEdit" name="auth"/>
</item>
<item row="6" column="1">
<widget class="QComboBox" name="auth_type">
<item>
<property name="text">
<string notr="true"/>
</property>
</item>
<item>
<property name="text">
<string notr="true">STRING</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">BASE64</string>
</property>
</item>
</widget>
</item>
<item row="8" column="0">
<widget class="QLabel" name="recv_window_conn_l">
<property name="text">
<string>Recv window conn</string>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
<string>Hop Interval</string>
</property>
</widget>
</item>
<item row="5" column="1">
<widget class="QLineEdit" name="obfs"/>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string>Server Ports</string>
</property>
</widget>
</item>
<item row="6" column="0">
<widget class="QLabel" name="auth_type_l">
<property name="text">
<string>Authentication Type</string>
</property>
</widget>
</item>
<item row="4" column="1">
<widget class="QLineEdit" name="down_mbps"/>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_3">
<property name="text">
<string>Up Mbps</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="server_ports"/>
</item>
<item row="7" column="0">
<widget class="QLabel" name="auth_l">
<property name="text">
<string>Authentication Payload</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QLineEdit" name="hop_interval"/>
</item>
<item row="3" column="1">
<widget class="QLineEdit" name="up_mbps"/>
</item>
<item row="8" column="1">
<widget class="QLineEdit" name="recv_window_conn"/>
</item>
<item row="5" column="0">
<widget class="QLabel" name="label_5">
<property name="text">
<string>Obfuscation Password</string>
</property>
</widget>
</item>
<item row="9" column="0">
<widget class="QLabel" name="recv_window_l">
<property name="text">
<string>Recv window</string>
</property>
</widget>
</item>
<item row="9" column="1">
<widget class="QLineEdit" name="recv_window"/>
</item>
<item row="10" column="1">
<widget class="QCheckBox" name="disable_mtu_discovery">
<property name="text">
<string>Disable Mtu Discovery</string>
</property>
</widget>
</item>
<item row="11" column="0">
<widget class="QLabel" name="password_l">
<property name="text">
<string>Password</string>
</property>
</widget>
</item>
<item row="11" column="1">
<widget class="QLineEdit" name="password"/>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>