Warning, /plasma/plasma-nm/vpn/ssh/sshadvanced.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>SshAdvanced</class>
0004  <widget class="QWidget" name="SshAdvanced">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>597</width>
0010     <height>290</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout">
0014    <item>
0015     <layout class="QHBoxLayout" name="horizontalLayout">
0016      <item>
0017       <widget class="QCheckBox" name="chk_useCustomGatewayPort">
0018        <property name="text">
0019         <string>Use custom gateway port:</string>
0020        </property>
0021       </widget>
0022      </item>
0023      <item>
0024       <widget class="QSpinBox" name="sb_useCustomGatewayPort">
0025        <property name="enabled">
0026         <bool>false</bool>
0027        </property>
0028        <property name="minimum">
0029         <number>0</number>
0030        </property>
0031        <property name="maximum">
0032         <number>65535</number>
0033        </property>
0034        <property name="value">
0035         <number>0</number>
0036        </property>
0037       </widget>
0038      </item>
0039     </layout>
0040    </item>
0041    <item>
0042     <layout class="QHBoxLayout" name="horizontalLayout_2">
0043      <item>
0044       <widget class="QCheckBox" name="chk_useCustomTunnelMtu">
0045        <property name="text">
0046         <string>Use custom tunnel Maximum Transmission Unit (MTU):</string>
0047        </property>
0048       </widget>
0049      </item>
0050      <item>
0051       <widget class="QSpinBox" name="sb_useCustomTunnelMtu">
0052        <property name="enabled">
0053         <bool>false</bool>
0054        </property>
0055        <property name="minimum">
0056         <number>0</number>
0057        </property>
0058        <property name="maximum">
0059         <number>999999999</number>
0060        </property>
0061       </widget>
0062      </item>
0063     </layout>
0064    </item>
0065    <item>
0066     <layout class="QHBoxLayout" name="horizontalLayout_3">
0067      <item>
0068       <widget class="QCheckBox" name="chk_extraSshOptions">
0069        <property name="text">
0070         <string>Extra SSH options:</string>
0071        </property>
0072       </widget>
0073      </item>
0074      <item>
0075       <widget class="QLineEdit" name="le_extraSshOptions">
0076        <property name="enabled">
0077         <bool>false</bool>
0078        </property>
0079       </widget>
0080      </item>
0081     </layout>
0082    </item>
0083    <item>
0084     <layout class="QHBoxLayout" name="horizontalLayout_4">
0085      <item>
0086       <widget class="QCheckBox" name="chk_remoteDeviceNumber">
0087        <property name="text">
0088         <string>Remote device number:</string>
0089        </property>
0090       </widget>
0091      </item>
0092      <item>
0093       <widget class="QSpinBox" name="sb_remoteDeviceNumber">
0094        <property name="enabled">
0095         <bool>false</bool>
0096        </property>
0097        <property name="maximum">
0098         <number>999999999</number>
0099        </property>
0100       </widget>
0101      </item>
0102     </layout>
0103    </item>
0104    <item>
0105     <widget class="QCheckBox" name="chk_useTapDevice">
0106      <property name="text">
0107       <string>Use a TAP device</string>
0108      </property>
0109     </widget>
0110    </item>
0111    <item>
0112     <layout class="QHBoxLayout" name="horizontalLayout_5">
0113      <item>
0114       <widget class="QCheckBox" name="chk_remoteUsername">
0115        <property name="text">
0116         <string>Remote username</string>
0117        </property>
0118       </widget>
0119      </item>
0120      <item>
0121       <widget class="QLineEdit" name="le_remoteUsername">
0122        <property name="enabled">
0123         <bool>false</bool>
0124        </property>
0125       </widget>
0126      </item>
0127     </layout>
0128    </item>
0129    <item>
0130     <widget class="QCheckBox" name="chk_doNotReplaceDefaultRoute">
0131      <property name="text">
0132       <string>Do not replace default route</string>
0133      </property>
0134     </widget>
0135    </item>
0136   </layout>
0137  </widget>
0138  <resources/>
0139  <connections>
0140   <connection>
0141    <sender>chk_useCustomGatewayPort</sender>
0142    <signal>toggled(bool)</signal>
0143    <receiver>sb_useCustomGatewayPort</receiver>
0144    <slot>setEnabled(bool)</slot>
0145    <hints>
0146     <hint type="sourcelabel">
0147      <x>151</x>
0148      <y>25</y>
0149     </hint>
0150     <hint type="destinationlabel">
0151      <x>445</x>
0152      <y>25</y>
0153     </hint>
0154    </hints>
0155   </connection>
0156   <connection>
0157    <sender>chk_useCustomTunnelMtu</sender>
0158    <signal>toggled(bool)</signal>
0159    <receiver>sb_useCustomTunnelMtu</receiver>
0160    <slot>setEnabled(bool)</slot>
0161    <hints>
0162     <hint type="sourcelabel">
0163      <x>200</x>
0164      <y>70</y>
0165     </hint>
0166     <hint type="destinationlabel">
0167      <x>494</x>
0168      <y>70</y>
0169     </hint>
0170    </hints>
0171   </connection>
0172   <connection>
0173    <sender>chk_extraSshOptions</sender>
0174    <signal>toggled(bool)</signal>
0175    <receiver>le_extraSshOptions</receiver>
0176    <slot>setEnabled(bool)</slot>
0177    <hints>
0178     <hint type="sourcelabel">
0179      <x>84</x>
0180      <y>115</y>
0181     </hint>
0182     <hint type="destinationlabel">
0183      <x>378</x>
0184      <y>115</y>
0185     </hint>
0186    </hints>
0187   </connection>
0188   <connection>
0189    <sender>chk_remoteDeviceNumber</sender>
0190    <signal>toggled(bool)</signal>
0191    <receiver>sb_remoteDeviceNumber</receiver>
0192    <slot>setEnabled(bool)</slot>
0193    <hints>
0194     <hint type="sourcelabel">
0195      <x>151</x>
0196      <y>161</y>
0197     </hint>
0198     <hint type="destinationlabel">
0199      <x>445</x>
0200      <y>161</y>
0201     </hint>
0202    </hints>
0203   </connection>
0204   <connection>
0205    <sender>chk_remoteUsername</sender>
0206    <signal>toggled(bool)</signal>
0207    <receiver>le_remoteUsername</receiver>
0208    <slot>setEnabled(bool)</slot>
0209    <hints>
0210     <hint type="sourcelabel">
0211      <x>83</x>
0212      <y>235</y>
0213     </hint>
0214     <hint type="destinationlabel">
0215      <x>378</x>
0216      <y>235</y>
0217     </hint>
0218    </hints>
0219   </connection>
0220  </connections>
0221 </ui>