Warning, /utilities/konsole/src/plugins/SSHManager/sshwidget.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>SSHTreeWidget</class>
0004  <widget class="QWidget" name="SSHTreeWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>506</width>
0010     <height>831</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout">
0014    <item>
0015     <layout class="QHBoxLayout" name="horizontalLayout_4">
0016      <item>
0017       <widget class="QLabel" name="label_6">
0018        <property name="text">
0019         <string>Shortcut</string>
0020        </property>
0021       </widget>
0022      </item>
0023      <item>
0024       <widget class="QKeySequenceEdit" name="keySequenceEdit"/>
0025      </item>
0026     </layout>
0027    </item>
0028    <item>
0029     <layout class="QHBoxLayout" name="horizontalLayout_2">
0030      <item>
0031       <widget class="QLineEdit" name="filterText">
0032        <property name="placeholderText">
0033         <string>Filter...</string>
0034        </property>
0035        <property name="clearButtonEnabled">
0036         <bool>true</bool>
0037        </property>
0038       </widget>
0039      </item>
0040      <item>
0041       <widget class="QCheckBox" name="btnInvertFilter">
0042        <property name="toolTip">
0043         <string>Show entries that don't match the filter</string>
0044        </property>
0045        <property name="text">
0046         <string>Invert</string>
0047        </property>
0048       </widget>
0049      </item>
0050     </layout>
0051    </item>
0052    <item>
0053     <layout class="QHBoxLayout" name="horizontalLayout_1">
0054      <item>
0055       <widget class="QCheckBox" name="btnManageProfile">
0056        <property name="toolTip">
0057         <string>Change profile on connect/disconnect</string>
0058        </property>
0059        <property name="text">
0060         <string>Manage profile</string>
0061        </property>
0062       </widget>
0063      </item>
0064     </layout>
0065    </item>
0066    <item>
0067     <widget class="SshTreeView" name="treeView">
0068      <attribute name="headerVisible">
0069       <bool>false</bool>
0070      </attribute>
0071     </widget>
0072    </item>
0073    <item>
0074     <widget class="KMessageWidget" name="errorPanel"/>
0075    </item>
0076    <item>
0077     <widget class="QWidget" name="sshInfoPane" native="true">
0078      <layout class="QFormLayout" name="formLayout">
0079       <item row="0" column="0">
0080        <widget class="QLabel" name="label_2">
0081         <property name="text">
0082          <string>Identifier</string>
0083         </property>
0084        </widget>
0085       </item>
0086       <item row="0" column="1">
0087        <widget class="QLineEdit" name="name">
0088         <property name="toolTip">
0089          <string>A name for this ssh entry</string>
0090         </property>
0091         <property name="placeholderText">
0092          <string>The name of this entry on the list</string>
0093         </property>
0094        </widget>
0095       </item>
0096       <item row="1" column="0">
0097        <widget class="QLabel" name="label">
0098         <property name="text">
0099          <string>SSH Hostname</string>
0100         </property>
0101        </widget>
0102       </item>
0103       <item row="1" column="1">
0104        <widget class="QLineEdit" name="hostname">
0105         <property name="toolTip">
0106          <string>The hostname of the server</string>
0107         </property>
0108         <property name="placeholderText">
0109          <string>The hostname of the server</string>
0110         </property>
0111        </widget>
0112       </item>
0113       <item row="2" column="0">
0114        <widget class="QLabel" name="label_3">
0115         <property name="text">
0116          <string>Port</string>
0117         </property>
0118        </widget>
0119       </item>
0120       <item row="2" column="1">
0121        <widget class="QLineEdit" name="port">
0122         <property name="toolTip">
0123          <string>The port of the server, 22 is the default for ssh connections</string>
0124         </property>
0125         <property name="text">
0126          <string>22</string>
0127         </property>
0128        </widget>
0129       </item>
0130       <item row="3" column="0">
0131        <widget class="QLabel" name="label_4">
0132         <property name="text">
0133          <string>SSH Key</string>
0134         </property>
0135        </widget>
0136       </item>
0137       <item row="3" column="1">
0138        <layout class="QHBoxLayout" name="horizontalLayout_3">
0139         <item>
0140          <widget class="QLineEdit" name="sshkey">
0141           <property name="toolTip">
0142            <string>The private key to be used for this connection</string>
0143           </property>
0144           <property name="text">
0145            <string/>
0146           </property>
0147           <property name="placeholderText">
0148            <string>The private key</string>
0149           </property>
0150          </widget>
0151         </item>
0152         <item>
0153          <widget class="QToolButton" name="btnFindSshKey">
0154           <property name="text">
0155            <string>...</string>
0156           </property>
0157           <property name="icon">
0158            <iconset theme="folder-open"/>
0159           </property>
0160          </widget>
0161         </item>
0162        </layout>
0163       </item>
0164       <item row="4" column="1">
0165        <widget class="QCheckBox" name="useSshConfig">
0166         <property name="toolTip">
0167          <string>If this is set, we don't rely on the SSH key set above, but on the configuration on ~/.ssh/config</string>
0168         </property>
0169         <property name="text">
0170          <string>Use ~/.ssh/config for key</string>
0171         </property>
0172        </widget>
0173       </item>
0174       <item row="5" column="0">
0175        <widget class="QLabel" name="label_7">
0176         <property name="text">
0177          <string>Username</string>
0178         </property>
0179        </widget>
0180       </item>
0181       <item row="5" column="1">
0182        <widget class="QLineEdit" name="username">
0183         <property name="toolTip">
0184          <string>The username for the connection</string>
0185         </property>
0186         <property name="placeholderText">
0187          <string>Your username</string>
0188         </property>
0189        </widget>
0190       </item>
0191       <item row="6" column="0">
0192        <widget class="QLabel" name="folderLabel">
0193         <property name="text">
0194          <string>Folder</string>
0195         </property>
0196        </widget>
0197       </item>
0198       <item row="6" column="1">
0199        <widget class="QComboBox" name="folder">
0200         <property name="sizePolicy">
0201          <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
0202           <horstretch>0</horstretch>
0203           <verstretch>0</verstretch>
0204          </sizepolicy>
0205         </property>
0206         <property name="toolTip">
0207          <string>For organizational purposes, this entry will be inside of this folder.</string>
0208         </property>
0209         <property name="editable">
0210          <bool>true</bool>
0211         </property>
0212         <property name="currentText">
0213          <string>Default</string>
0214         </property>
0215        </widget>
0216       </item>
0217       <item row="7" column="0">
0218        <widget class="QLabel" name="label_5">
0219         <property name="text">
0220          <string>Profile</string>
0221         </property>
0222        </widget>
0223       </item>
0224       <item row="7" column="1">
0225        <widget class="QComboBox" name="profile">
0226         <property name="sizePolicy">
0227          <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
0228           <horstretch>0</horstretch>
0229           <verstretch>0</verstretch>
0230          </sizepolicy>
0231         </property>
0232         <property name="toolTip">
0233          <string>The profile to be active when the ssh session starts</string>
0234         </property>
0235        </widget>
0236       </item>
0237       <item row="8" column="1">
0238        <spacer name="verticalSpacer">
0239         <property name="orientation">
0240          <enum>Qt::Vertical</enum>
0241         </property>
0242         <property name="sizeHint" stdset="0">
0243          <size>
0244           <width>20</width>
0245           <height>40</height>
0246          </size>
0247         </property>
0248        </spacer>
0249       </item>
0250      </layout>
0251     </widget>
0252    </item>
0253    <item>
0254     <layout class="QHBoxLayout" name="horizontalLayout">
0255      <item>
0256       <spacer name="horizontalSpacer">
0257        <property name="orientation">
0258         <enum>Qt::Horizontal</enum>
0259        </property>
0260        <property name="sizeHint" stdset="0">
0261         <size>
0262          <width>40</width>
0263          <height>20</height>
0264         </size>
0265        </property>
0266       </spacer>
0267      </item>
0268      <item>
0269       <widget class="QPushButton" name="newSSHConfig">
0270        <property name="toolTip">
0271         <string>Add a new SSH Entry</string>
0272        </property>
0273        <property name="text">
0274         <string/>
0275        </property>
0276        <property name="icon">
0277         <iconset theme="list-add"/>
0278        </property>
0279       </widget>
0280      </item>
0281      <item>
0282       <widget class="QPushButton" name="btnDelete">
0283        <property name="toolTip">
0284         <string>Delete selected SSH entry</string>
0285        </property>
0286        <property name="text">
0287         <string/>
0288        </property>
0289        <property name="icon">
0290         <iconset theme="edit-delete"/>
0291        </property>
0292       </widget>
0293      </item>
0294      <item>
0295       <widget class="QPushButton" name="btnEdit">
0296        <property name="toolTip">
0297         <string>Edit selected entry</string>
0298        </property>
0299        <property name="text">
0300         <string>Edit</string>
0301        </property>
0302       </widget>
0303      </item>
0304      <item>
0305       <widget class="QPushButton" name="btnAdd">
0306        <property name="toolTip">
0307         <string>Add new SSH Configuration</string>
0308        </property>
0309        <property name="text">
0310         <string>Add</string>
0311        </property>
0312       </widget>
0313      </item>
0314      <item>
0315       <widget class="QPushButton" name="btnCancel">
0316        <property name="toolTip">
0317         <string>Cancel Add or Edit</string>
0318        </property>
0319        <property name="text">
0320         <string>Cancel</string>
0321        </property>
0322       </widget>
0323      </item>
0324     </layout>
0325    </item>
0326   </layout>
0327  </widget>
0328  <customwidgets>
0329   <customwidget>
0330    <class>KMessageWidget</class>
0331    <extends>QFrame</extends>
0332    <header>kmessagewidget.h</header>
0333    <container>1</container>
0334   </customwidget>
0335   <customwidget>
0336    <class>SshTreeView</class>
0337    <extends>QTreeView</extends>
0338    <header>sshtreeview.h</header>
0339   </customwidget>
0340  </customwidgets>
0341  <tabstops>
0342   <tabstop>treeView</tabstop>
0343   <tabstop>newSSHConfig</tabstop>
0344   <tabstop>name</tabstop>
0345   <tabstop>hostname</tabstop>
0346   <tabstop>port</tabstop>
0347   <tabstop>sshkey</tabstop>
0348   <tabstop>username</tabstop>
0349   <tabstop>btnAdd</tabstop>
0350   <tabstop>btnCancel</tabstop>
0351   <tabstop>btnEdit</tabstop>
0352   <tabstop>btnDelete</tabstop>
0353  </tabstops>
0354  <resources/>
0355  <connections/>
0356 </ui>