Warning, /plasma/plasma-nm/libs/editor/settings/ui/wireguardinterfacewidget.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <ui version="4.0">
0003  <class>WireGuardInterfaceProp</class>
0004  <widget class="QWidget" name="WireGuardProp">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>495</width>
0010     <height>454</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>WireGuard Settings</string>
0015   </property>
0016   <layout class="QVBoxLayout" name="verticalLayout_2">
0017    <item>
0018     <widget class="QGroupBox" name="groupBox">
0019      <property name="title">
0020       <string>Interface</string>
0021      </property>
0022      <layout class="QFormLayout" name="form1Layout">
0023       <item row="0" column="0">
0024        <widget class="QLabel" name="privateKeyLabel">
0025         <property name="text">
0026          <string>Private key:</string>
0027         </property>
0028        </widget>
0029       </item>
0030       <item row="0" column="1">
0031        <widget class="PasswordField" name="privateKeyLineEdit">
0032         <property name="toolTip">
0033          <string>Required.
0034 A base64 private key generated by wg genkey.</string>
0035         </property>
0036        </widget>
0037       </item>
0038       <item row="1" column="0">
0039        <widget class="QLabel" name="listenPortLabel">
0040         <property name="text">
0041          <string>Listen port:</string>
0042         </property>
0043        </widget>
0044       </item>
0045       <item row="1" column="1">
0046        <widget class="QLineEdit" name="listenPortLineEdit">
0047         <property name="toolTip">
0048          <string>Optional.
0049 Listen port number. Chosen randomly if left as 'Automatic'.</string>
0050         </property>
0051        </widget>
0052       </item>
0053 
0054       <item row="2" column="0">
0055        <widget class="QLabel" name="fwmarkLabel">
0056         <property name="text">
0057          <string>fwmark:</string>
0058         </property>
0059        </widget>
0060       </item>
0061       <item row="2" column="1">
0062        <widget class="QLineEdit" name="fwmarkLineEdit">
0063         <property name="toolTip">
0064          <string>Optional.
0065 An fwmark for outgoing packets. If set to 0 or 'off', this
0066 option is disabled. May be specified in hexadecimal by
0067 prepending '0x'.</string>
0068         </property>
0069        </widget>
0070       </item>
0071       <item row="3" column="0">
0072        <widget class="QLabel" name="mtuLabel">
0073         <property name="text">
0074          <string>MTU:</string>
0075         </property>
0076        </widget>
0077       </item>
0078       <item row="3" column="1">
0079        <widget class="QLineEdit" name="mtuLineEdit">
0080         <property name="toolTip">
0081          <string>Optional.
0082 If not specified, the MTU is automatically determined
0083 from the endpoint addresses or the system default route,
0084 which is usually a sane choice. However, to manually
0085 specify an MTU and to override this automatic discovery,
0086 this value may be specified explicitly.</string>
0087         </property>
0088        </widget>
0089       </item>
0090       <item row="4" column="0">
0091        <widget class="QLabel" name="peerRouteLabel">
0092         <property name="text">
0093          <string>Autoroute peers:</string>
0094         </property>
0095        </widget>
0096       </item>
0097       <item row="4" column="1">
0098        <widget class="QCheckBox" name="peerRouteCheckBox">
0099         <property name="toolTip">
0100          <string>Whether to automatically add routes for the AllowedIPs ranges
0101 of the peers.</string>
0102         </property>
0103        </widget>
0104       </item>
0105      </layout>
0106     </widget>
0107    </item>
0108    <item>
0109     <layout class="QHBoxLayout" name="horizontalLayout">
0110      <item>
0111       <spacer name="horizontalSpacer">
0112        <property name="orientation">
0113         <enum>Qt::Horizontal</enum>
0114        </property>
0115        <property name="sizeHint" stdset="0">
0116         <size>
0117          <width>40</width>
0118          <height>20</height>
0119         </size>
0120        </property>
0121       </spacer>
0122      </item>
0123      <item>
0124       <widget class="QPushButton" name="btnPeers">
0125        <property name="text">
0126         <string>Peers…</string>
0127        </property>
0128       </widget>
0129      </item>
0130     </layout>
0131    </item>
0132 
0133 
0134    <item>
0135     <spacer name="verticalSpacer">
0136      <property name="orientation">
0137       <enum>Qt::Vertical</enum>
0138      </property>
0139      <property name="sizeHint" stdset="0">
0140       <size>
0141        <width>20</width>
0142        <height>0</height>
0143       </size>
0144      </property>
0145     </spacer>
0146    </item>
0147   </layout>
0148  </widget>
0149  <customwidgets>
0150   <customwidget>
0151    <class>PasswordField</class>
0152    <extends>QLineEdit</extends>
0153    <header location="global">passwordfield.h</header>
0154   </customwidget>
0155  </customwidgets>
0156  <resources/>
0157  <connections/>
0158 </ui>