Warning, /plasma/plasma-nm/vpn/openvpn/openvpn.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>OpenVPNProp</class>
0004  <widget class="QWidget" name="OpenVPNProp">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>495</width>
0010     <height>422</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout">
0014    <item>
0015     <layout class="QFormLayout" name="formLayout">
0016      <item row="0" column="0">
0017       <widget class="QLabel" name="textLabel3">
0018        <property name="text">
0019         <string>Gateway:</string>
0020        </property>
0021        <property name="alignment">
0022         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0023        </property>
0024        <property name="wordWrap">
0025         <bool>false</bool>
0026        </property>
0027        <property name="buddy">
0028         <cstring>gateway</cstring>
0029        </property>
0030       </widget>
0031      </item>
0032      <item row="0" column="1">
0033       <widget class="QLineEdit" name="gateway">
0034        <property name="toolTip">
0035         <string>Remote gateways(s), with optional port and protocol (e.g. ovpn.corp.com:1234:tcp).
0036 You can specify multiple hosts for redundancy (use commas or spaces as delimiters).</string>
0037        </property>
0038        <property name="clearButtonEnabled">
0039         <bool>true</bool>
0040        </property>
0041       </widget>
0042      </item>
0043      <item row="1" column="0">
0044       <widget class="QLabel" name="labelConnectionType">
0045        <property name="text">
0046         <string>Connection type:</string>
0047        </property>
0048        <property name="alignment">
0049         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0050        </property>
0051        <property name="wordWrap">
0052         <bool>false</bool>
0053        </property>
0054        <property name="buddy">
0055         <cstring>cmbConnectionType</cstring>
0056        </property>
0057       </widget>
0058      </item>
0059      <item row="1" column="1">
0060       <widget class="QComboBox" name="cmbConnectionType">
0061        <property name="sizePolicy">
0062         <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
0063          <horstretch>0</horstretch>
0064          <verstretch>0</verstretch>
0065         </sizepolicy>
0066        </property>
0067        <property name="toolTip">
0068         <string>Select an authentication mode.</string>
0069        </property>
0070        <item>
0071         <property name="text">
0072          <string>Certificates (TLS)</string>
0073         </property>
0074        </item>
0075        <item>
0076         <property name="text">
0077          <string>Static Key</string>
0078         </property>
0079        </item>
0080        <item>
0081         <property name="text">
0082          <string>Password</string>
0083         </property>
0084        </item>
0085        <item>
0086         <property name="text">
0087          <string>Password with Certificates (TLS)</string>
0088         </property>
0089        </item>
0090       </widget>
0091      </item>
0092     </layout>
0093    </item>
0094    <item>
0095     <widget class="QStackedWidget" name="stackedWidget">
0096      <property name="currentIndex">
0097       <number>0</number>
0098      </property>
0099      <widget class="QWidget" name="page">
0100       <layout class="QFormLayout" name="formLayout_2">
0101        <item row="0" column="0">
0102         <widget class="QLabel" name="textLabel2">
0103          <property name="text">
0104           <string>CA Certificate:</string>
0105          </property>
0106          <property name="wordWrap">
0107           <bool>false</bool>
0108          </property>
0109          <property name="buddy">
0110           <cstring>x509CaFile</cstring>
0111          </property>
0112         </widget>
0113        </item>
0114        <item row="0" column="1">
0115         <widget class="KUrlRequester" name="x509CaFile">
0116          <property name="toolTip">
0117           <string>Certificate authority (CA) file in .pem format.</string>
0118          </property>
0119          <property name="filter">
0120           <string>*.pem *.crt *.key *.cer *.p12</string>
0121          </property>
0122         </widget>
0123        </item>
0124        <item row="1" column="0">
0125         <widget class="QLabel" name="textLabel3_2">
0126          <property name="text">
0127           <string>User Certificate:</string>
0128          </property>
0129          <property name="wordWrap">
0130           <bool>false</bool>
0131          </property>
0132          <property name="buddy">
0133           <cstring>x509Cert</cstring>
0134          </property>
0135         </widget>
0136        </item>
0137        <item row="1" column="1">
0138         <widget class="KUrlRequester" name="x509Cert">
0139          <property name="toolTip">
0140           <string>Local peer's signed certificate in .pem format (signed by CA of CA Certificate).</string>
0141          </property>
0142          <property name="filter">
0143           <string>*.pem *.crt *.key *.cer *.p12</string>
0144          </property>
0145         </widget>
0146        </item>
0147        <item row="2" column="0">
0148         <widget class="QLabel" name="textLabel4">
0149          <property name="text">
0150           <string>Private Key:</string>
0151          </property>
0152          <property name="wordWrap">
0153           <bool>false</bool>
0154          </property>
0155          <property name="buddy">
0156           <cstring>x509Key</cstring>
0157          </property>
0158         </widget>
0159        </item>
0160        <item row="2" column="1">
0161         <widget class="KUrlRequester" name="x509Key">
0162          <property name="toolTip">
0163           <string>Local peer's private key in .pem format.</string>
0164          </property>
0165          <property name="filter">
0166           <string>*.pem *.crt *.key *.cer *.p12</string>
0167          </property>
0168         </widget>
0169        </item>
0170        <item row="3" column="0">
0171         <widget class="QLabel" name="label_7">
0172          <property name="text">
0173           <string>Private Key Password:</string>
0174          </property>
0175         </widget>
0176        </item>
0177        <item row="3" column="1">
0178         <layout class="QHBoxLayout" name="horizontalLayout_3">
0179          <item>
0180           <widget class="PasswordField" name="x509KeyPassword">
0181            <property name="toolTip">
0182             <string>Password for private key.</string>
0183            </property>
0184            <property name="passwordModeEnabled" stdset="0">
0185             <bool>true</bool>
0186            </property>
0187           </widget>
0188          </item>
0189         </layout>
0190        </item>
0191        <item row="4" column="0" colspan="2">
0192         <spacer name="verticalSpacer">
0193          <property name="orientation">
0194           <enum>Qt::Vertical</enum>
0195          </property>
0196          <property name="sizeHint" stdset="0">
0197           <size>
0198            <width>347</width>
0199            <height>206</height>
0200           </size>
0201          </property>
0202         </spacer>
0203        </item>
0204       </layout>
0205      </widget>
0206      <widget class="QWidget" name="page_2">
0207       <layout class="QFormLayout" name="formLayout_3">
0208        <item row="0" column="0">
0209         <widget class="QLabel" name="textLabel5">
0210          <property name="text">
0211           <string>Static Key:</string>
0212          </property>
0213          <property name="wordWrap">
0214           <bool>false</bool>
0215          </property>
0216          <property name="buddy">
0217           <cstring>pskSharedKey</cstring>
0218          </property>
0219         </widget>
0220        </item>
0221        <item row="0" column="1">
0222         <widget class="KUrlRequester" name="pskSharedKey">
0223          <property name="toolTip">
0224           <string>Pre-shared file for Static Key encryption mode (non-TLS).</string>
0225          </property>
0226          <property name="filter">
0227           <string>*.key</string>
0228          </property>
0229         </widget>
0230        </item>
0231        <item row="1" column="0">
0232         <widget class="QLabel" name="label_16">
0233          <property name="text">
0234           <string>Key Direction:</string>
0235          </property>
0236         </widget>
0237        </item>
0238        <item row="1" column="1">
0239         <widget class="QComboBox" name="cmbKeyDirection">
0240          <property name="sizePolicy">
0241           <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0242            <horstretch>0</horstretch>
0243            <verstretch>0</verstretch>
0244           </sizepolicy>
0245          </property>
0246          <property name="toolTip">
0247           <string>Direction for Static Key encryption mode (non-TLS).</string>
0248          </property>
0249          <property name="whatsThis">
0250           <string>If key direction is used, it must be the opposite of that used on the VPN peer.</string>
0251          </property>
0252          <item>
0253           <property name="text">
0254            <string comment="No &quot;Key Direction&quot;">None</string>
0255           </property>
0256          </item>
0257          <item>
0258           <property name="text">
0259            <string>0</string>
0260           </property>
0261          </item>
0262          <item>
0263           <property name="text">
0264            <string>1</string>
0265           </property>
0266          </item>
0267         </widget>
0268        </item>
0269        <item row="4" column="0">
0270         <widget class="QLabel" name="textLabel6">
0271          <property name="text">
0272           <string>Local IP Address:</string>
0273          </property>
0274          <property name="wordWrap">
0275           <bool>false</bool>
0276          </property>
0277          <property name="buddy">
0278           <cstring>pskLocalIp</cstring>
0279          </property>
0280         </widget>
0281        </item>
0282        <item row="4" column="1">
0283         <widget class="QLineEdit" name="pskLocalIp">
0284          <property name="toolTip">
0285           <string>IP address of the remote VPN endpoint.</string>
0286          </property>
0287          <property name="clearButtonEnabled">
0288           <bool>true</bool>
0289          </property>
0290         </widget>
0291        </item>
0292        <item row="6" column="0">
0293         <widget class="QLabel" name="textLabel7">
0294          <property name="text">
0295           <string>Remote IP Address:</string>
0296          </property>
0297          <property name="wordWrap">
0298           <bool>false</bool>
0299          </property>
0300          <property name="buddy">
0301           <cstring>pskRemoteIp</cstring>
0302          </property>
0303         </widget>
0304        </item>
0305        <item row="6" column="1">
0306         <widget class="QLineEdit" name="pskRemoteIp">
0307          <property name="toolTip">
0308           <string>IP address of the local VPN endpoint.</string>
0309          </property>
0310          <property name="clearButtonEnabled">
0311           <bool>true</bool>
0312          </property>
0313         </widget>
0314        </item>
0315        <item row="7" column="0" colspan="2">
0316         <spacer name="verticalSpacer_2">
0317          <property name="orientation">
0318           <enum>Qt::Vertical</enum>
0319          </property>
0320          <property name="sizeHint" stdset="0">
0321           <size>
0322            <width>20</width>
0323            <height>0</height>
0324           </size>
0325          </property>
0326         </spacer>
0327        </item>
0328        <item row="3" column="1">
0329         <widget class="QLabel" name="lblKeyDirection">
0330          <property name="sizePolicy">
0331           <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
0332            <horstretch>0</horstretch>
0333            <verstretch>0</verstretch>
0334           </sizepolicy>
0335          </property>
0336          <property name="font">
0337           <font>
0338            <italic>true</italic>
0339           </font>
0340          </property>
0341          <property name="text">
0342           <string>If key direction is used, it must be the opposite of that used on the VPN peer. For example, if the peer uses '1', this connection must use '0'. If you are unsure what value to use, contact your system administrator.</string>
0343          </property>
0344          <property name="textFormat">
0345           <enum>Qt::AutoText</enum>
0346          </property>
0347          <property name="scaledContents">
0348           <bool>false</bool>
0349          </property>
0350          <property name="wordWrap">
0351           <bool>true</bool>
0352          </property>
0353         </widget>
0354        </item>
0355       </layout>
0356      </widget>
0357      <widget class="QWidget" name="page_3">
0358       <layout class="QFormLayout" name="formLayout_4">
0359        <item row="0" column="0">
0360         <widget class="QLabel" name="textLabel8">
0361          <property name="text">
0362           <string>CA Certificate:</string>
0363          </property>
0364          <property name="alignment">
0365           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0366          </property>
0367          <property name="wordWrap">
0368           <bool>false</bool>
0369          </property>
0370          <property name="buddy">
0371           <cstring>passCaFile</cstring>
0372          </property>
0373         </widget>
0374        </item>
0375        <item row="0" column="1">
0376         <widget class="KUrlRequester" name="passCaFile">
0377          <property name="toolTip">
0378           <string>Certificate authority (CA) file in .pem format.</string>
0379          </property>
0380          <property name="filter">
0381           <string>*.pem *.crt *.key *.cer</string>
0382          </property>
0383         </widget>
0384        </item>
0385        <item row="1" column="0">
0386         <widget class="QLabel" name="textLabel9">
0387          <property name="text">
0388           <string comment="like in Username for athentication">Username:</string>
0389          </property>
0390          <property name="alignment">
0391           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0392          </property>
0393          <property name="wordWrap">
0394           <bool>false</bool>
0395          </property>
0396          <property name="buddy">
0397           <cstring>passUserName</cstring>
0398          </property>
0399         </widget>
0400        </item>
0401        <item row="1" column="1">
0402         <widget class="QLineEdit" name="passUserName">
0403          <property name="toolTip">
0404           <string>Username passed to OpenVPN when prompted for it.</string>
0405          </property>
0406          <property name="clearButtonEnabled">
0407           <bool>true</bool>
0408          </property>
0409         </widget>
0410        </item>
0411        <item row="2" column="0">
0412         <widget class="QLabel" name="label_2">
0413          <property name="text">
0414           <string>Password:</string>
0415          </property>
0416          <property name="alignment">
0417           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0418          </property>
0419         </widget>
0420        </item>
0421        <item row="2" column="1">
0422         <layout class="QHBoxLayout" name="horizontalLayout_11">
0423          <item>
0424           <widget class="PasswordField" name="passPassword">
0425            <property name="enabled">
0426             <bool>true</bool>
0427            </property>
0428            <property name="toolTip">
0429             <string>Password passed to OpenVPN when prompted for it.</string>
0430            </property>
0431            <property name="passwordModeEnabled" stdset="0">
0432             <bool>true</bool>
0433            </property>
0434           </widget>
0435          </item>
0436         </layout>
0437        </item>
0438        <item row="3" column="0" colspan="2">
0439         <spacer name="verticalSpacer_3">
0440          <property name="orientation">
0441           <enum>Qt::Vertical</enum>
0442          </property>
0443          <property name="sizeHint" stdset="0">
0444           <size>
0445            <width>20</width>
0446            <height>0</height>
0447           </size>
0448          </property>
0449         </spacer>
0450        </item>
0451       </layout>
0452      </widget>
0453      <widget class="QWidget" name="page_4">
0454       <layout class="QFormLayout" name="formLayout_5">
0455        <item row="0" column="0">
0456         <widget class="QLabel" name="textLabel2_2">
0457          <property name="text">
0458           <string>CA Certificate:</string>
0459          </property>
0460          <property name="wordWrap">
0461           <bool>false</bool>
0462          </property>
0463          <property name="buddy">
0464           <cstring>x509PassCaFile</cstring>
0465          </property>
0466         </widget>
0467        </item>
0468        <item row="0" column="1">
0469         <widget class="KUrlRequester" name="x509PassCaFile">
0470          <property name="toolTip">
0471           <string>Certificate authority (CA) file in .pem format.</string>
0472          </property>
0473          <property name="filter">
0474           <string>*.pem *.crt *.key *.cer *.p12</string>
0475          </property>
0476         </widget>
0477        </item>
0478        <item row="1" column="0">
0479         <widget class="QLabel" name="textLabel3_2_2">
0480          <property name="text">
0481           <string>User Certificate:</string>
0482          </property>
0483          <property name="wordWrap">
0484           <bool>false</bool>
0485          </property>
0486          <property name="buddy">
0487           <cstring>x509PassCert</cstring>
0488          </property>
0489         </widget>
0490        </item>
0491        <item row="1" column="1">
0492         <widget class="KUrlRequester" name="x509PassCert">
0493          <property name="toolTip">
0494           <string>Local peer's signed certificate in .pem format (signed by CA of CA Certificate).</string>
0495          </property>
0496          <property name="filter">
0497           <string>*.pem *.crt *.key *.cer *.p12</string>
0498          </property>
0499         </widget>
0500        </item>
0501        <item row="2" column="0">
0502         <widget class="QLabel" name="textLabel4_2">
0503          <property name="text">
0504           <string>Private Key:</string>
0505          </property>
0506          <property name="wordWrap">
0507           <bool>false</bool>
0508          </property>
0509          <property name="buddy">
0510           <cstring>x509PassKey</cstring>
0511          </property>
0512         </widget>
0513        </item>
0514        <item row="2" column="1">
0515         <widget class="KUrlRequester" name="x509PassKey">
0516          <property name="toolTip">
0517           <string>Local peer's private key in .pem format.</string>
0518          </property>
0519          <property name="filter">
0520           <string>*.pem *.crt *.key *.cer *.p12</string>
0521          </property>
0522         </widget>
0523        </item>
0524        <item row="3" column="0">
0525         <widget class="QLabel" name="label_6">
0526          <property name="text">
0527           <string>Private Key Password:</string>
0528          </property>
0529         </widget>
0530        </item>
0531        <item row="3" column="1">
0532         <layout class="QHBoxLayout" name="horizontalLayout_12">
0533          <item>
0534           <widget class="PasswordField" name="x509PassKeyPassword">
0535            <property name="toolTip">
0536             <string>Password for private key.</string>
0537            </property>
0538            <property name="passwordModeEnabled" stdset="0">
0539             <bool>true</bool>
0540            </property>
0541           </widget>
0542          </item>
0543         </layout>
0544        </item>
0545        <item row="4" column="0">
0546         <widget class="QLabel" name="textLabel9_2">
0547          <property name="text">
0548           <string comment="like in Username for athentication">Username:</string>
0549          </property>
0550          <property name="wordWrap">
0551           <bool>false</bool>
0552          </property>
0553          <property name="buddy">
0554           <cstring>x509PassUsername</cstring>
0555          </property>
0556         </widget>
0557        </item>
0558        <item row="4" column="1">
0559         <widget class="QLineEdit" name="x509PassUsername">
0560          <property name="toolTip">
0561           <string>Username passed to OpenVPN when prompted for it.</string>
0562          </property>
0563          <property name="clearButtonEnabled">
0564           <bool>true</bool>
0565          </property>
0566         </widget>
0567        </item>
0568        <item row="5" column="0">
0569         <widget class="QLabel" name="label">
0570          <property name="text">
0571           <string>Password:</string>
0572          </property>
0573         </widget>
0574        </item>
0575        <item row="5" column="1">
0576         <layout class="QHBoxLayout" name="horizontalLayout_13">
0577          <item>
0578           <widget class="PasswordField" name="x509PassPassword">
0579            <property name="enabled">
0580             <bool>true</bool>
0581            </property>
0582            <property name="toolTip">
0583             <string>Password passed to OpenVPN when prompted for it.</string>
0584            </property>
0585            <property name="passwordModeEnabled" stdset="0">
0586             <bool>true</bool>
0587            </property>
0588           </widget>
0589          </item>
0590         </layout>
0591        </item>
0592        <item row="6" column="0" colspan="2">
0593         <spacer name="verticalSpacer_4">
0594          <property name="orientation">
0595           <enum>Qt::Vertical</enum>
0596          </property>
0597          <property name="sizeHint" stdset="0">
0598           <size>
0599            <width>20</width>
0600            <height>0</height>
0601           </size>
0602          </property>
0603         </spacer>
0604        </item>
0605       </layout>
0606      </widget>
0607     </widget>
0608    </item>
0609    <item>
0610     <layout class="QHBoxLayout" name="horizontalLayout">
0611      <item>
0612       <spacer name="horizontalSpacer">
0613        <property name="orientation">
0614         <enum>Qt::Horizontal</enum>
0615        </property>
0616        <property name="sizeHint" stdset="0">
0617         <size>
0618          <width>40</width>
0619          <height>20</height>
0620         </size>
0621        </property>
0622       </spacer>
0623      </item>
0624      <item>
0625       <widget class="QPushButton" name="btnAdvanced">
0626        <property name="text">
0627         <string>Advanced…</string>
0628        </property>
0629       </widget>
0630      </item>
0631     </layout>
0632    </item>
0633   </layout>
0634  </widget>
0635  <layoutdefault spacing="6" margin="11"/>
0636  <customwidgets>
0637   <customwidget>
0638    <class>KUrlRequester</class>
0639    <extends>QWidget</extends>
0640    <header>kurlrequester.h</header>
0641   </customwidget>
0642   <customwidget>
0643    <class>PasswordField</class>
0644    <extends>QLineEdit</extends>
0645    <header>passwordfield.h</header>
0646   </customwidget>
0647  </customwidgets>
0648  <tabstops>
0649   <tabstop>gateway</tabstop>
0650   <tabstop>cmbConnectionType</tabstop>
0651   <tabstop>x509CaFile</tabstop>
0652   <tabstop>x509Cert</tabstop>
0653   <tabstop>x509Key</tabstop>
0654   <tabstop>x509KeyPassword</tabstop>
0655   <tabstop>pskSharedKey</tabstop>
0656   <tabstop>cmbKeyDirection</tabstop>
0657   <tabstop>pskLocalIp</tabstop>
0658   <tabstop>pskRemoteIp</tabstop>
0659   <tabstop>passCaFile</tabstop>
0660   <tabstop>passUserName</tabstop>
0661   <tabstop>passPassword</tabstop>
0662   <tabstop>x509PassCaFile</tabstop>
0663   <tabstop>x509PassCert</tabstop>
0664   <tabstop>x509PassKey</tabstop>
0665   <tabstop>x509PassKeyPassword</tabstop>
0666   <tabstop>x509PassUsername</tabstop>
0667   <tabstop>x509PassPassword</tabstop>
0668  </tabstops>
0669  <resources/>
0670  <connections>
0671   <connection>
0672    <sender>cmbConnectionType</sender>
0673    <signal>currentIndexChanged(int)</signal>
0674    <receiver>stackedWidget</receiver>
0675    <slot>setCurrentIndex(int)</slot>
0676    <hints>
0677     <hint type="sourcelabel">
0678      <x>228</x>
0679      <y>80</y>
0680     </hint>
0681     <hint type="destinationlabel">
0682      <x>584</x>
0683      <y>150</y>
0684     </hint>
0685    </hints>
0686   </connection>
0687  </connections>
0688 </ui>