mirror of
https://github.com/Mahdi-zarei/nekoray.git
synced 2026-01-03 09:49:04 +08:00
113 lines
2.9 KiB
XML
113 lines
2.9 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>EditWireguard</class>
|
|
<widget class="QWidget" name="EditWireguard">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>400</width>
|
|
<height>300</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>EditWireguard</string>
|
|
</property>
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
<item row="5" column="0">
|
|
<widget class="QLabel" name="reserved_l">
|
|
<property name="text">
|
|
<string>Reserved</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="6" column="0">
|
|
<widget class="QLabel" name="local_addr_l">
|
|
<property name="toolTip">
|
|
<string><html><head/><body><p>comma seperated list of subnets</p></body></html></string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Local Address</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="4" column="0">
|
|
<widget class="QLabel" name="preshared_key_l">
|
|
<property name="text">
|
|
<string>Pre Shared Key</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="6" column="1">
|
|
<widget class="QLineEdit" name="local_addr"/>
|
|
</item>
|
|
<item row="5" column="1">
|
|
<widget class="QLineEdit" name="reserved"/>
|
|
</item>
|
|
<item row="9" column="1">
|
|
<widget class="QCheckBox" name="sys_ifc">
|
|
<property name="text">
|
|
<string>Use System Interface</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="10" column="1">
|
|
<widget class="QCheckBox" name="enable_gso">
|
|
<property name="text">
|
|
<string>Enable GSO</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="3" column="0">
|
|
<widget class="QLabel" name="public_key_l">
|
|
<property name="text">
|
|
<string>Public Key</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="4" column="1">
|
|
<widget class="QLineEdit" name="preshared_key"/>
|
|
</item>
|
|
<item row="2" column="0">
|
|
<widget class="QLabel" name="private_key_l">
|
|
<property name="text">
|
|
<string>Private Key</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="3" column="1">
|
|
<widget class="QLineEdit" name="public_key"/>
|
|
</item>
|
|
<item row="2" column="1">
|
|
<widget class="QLineEdit" name="private_key"/>
|
|
</item>
|
|
<item row="7" column="1">
|
|
<widget class="QLineEdit" name="mtu">
|
|
<property name="text">
|
|
<string>1420</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="7" column="0">
|
|
<widget class="QLabel" name="mtu_l">
|
|
<property name="text">
|
|
<string>MTU</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="8" column="0">
|
|
<widget class="QLabel" name="workers_l">
|
|
<property name="text">
|
|
<string>Workers</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="8" column="1">
|
|
<widget class="QLineEdit" name="workers"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|