Warning, /plasma/plasma-vault/kded/ui/mountdialog.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <!--
0003 SPDX-FileCopyrightText: 2018 Ivan Čukić <ivan.cukic@kde.org>
0004 
0005 SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
0006 -->
0007 <ui version="4.0">
0008  <class>MountDialog</class>
0009  <widget class="QDialog" name="MountDialog">
0010   <property name="geometry">
0011    <rect>
0012     <x>0</x>
0013     <y>0</y>
0014     <width>488</width>
0015     <height>198</height>
0016    </rect>
0017   </property>
0018   <property name="windowIcon">
0019    <iconset theme="plasmavault">
0020     <normaloff>.</normaloff>.</iconset>
0021   </property>
0022   <layout class="QVBoxLayout" name="verticalLayout_2">
0023    <item>
0024     <layout class="QFormLayout" name="formLayout">
0025      <property name="horizontalSpacing">
0026       <number>16</number>
0027      </property>
0028      <item row="1" column="0">
0029       <widget class="QLabel" name="icon">
0030        <property name="minimumSize">
0031         <size>
0032          <width>64</width>
0033          <height>64</height>
0034         </size>
0035        </property>
0036        <property name="text">
0037         <string/>
0038        </property>
0039        <property name="margin">
0040         <number>0</number>
0041        </property>
0042       </widget>
0043      </item>
0044      <item row="1" column="1">
0045       <layout class="QVBoxLayout" name="verticalLayout">
0046        <item>
0047         <spacer name="verticalSpacer_2">
0048          <property name="orientation">
0049           <enum>Qt::Vertical</enum>
0050          </property>
0051          <property name="sizeHint" stdset="0">
0052           <size>
0053            <width>0</width>
0054            <height>0</height>
0055           </size>
0056          </property>
0057         </spacer>
0058        </item>
0059        <item>
0060         <widget class="QLabel" name="label">
0061          <property name="text">
0062           <string>Please enter the password to open this vault:</string>
0063          </property>
0064         </widget>
0065        </item>
0066        <item>
0067         <widget class="QLabel" name="vaultName">
0068          <property name="sizePolicy">
0069           <sizepolicy hsizetype="Ignored" vsizetype="Preferred">
0070            <horstretch>0</horstretch>
0071            <verstretch>0</verstretch>
0072           </sizepolicy>
0073          </property>
0074         </widget>
0075        </item>
0076        <item>
0077         <spacer name="verticalSpacer_3">
0078          <property name="orientation">
0079           <enum>Qt::Vertical</enum>
0080          </property>
0081          <property name="sizeHint" stdset="0">
0082           <size>
0083            <width>0</width>
0084            <height>0</height>
0085           </size>
0086          </property>
0087         </spacer>
0088        </item>
0089       </layout>
0090      </item>
0091      <item row="2" column="0">
0092       <widget class="QLabel" name="pwdLabel">
0093        <property name="text">
0094         <string>Password:</string>
0095        </property>
0096        <property name="buddy">
0097         <cstring>password</cstring>
0098        </property>
0099       </widget>
0100      </item>
0101      <item row="2" column="1">
0102       <widget class="KPasswordLineEdit" name="password">
0103        <property name="echoMode">
0104         <enum>QLineEdit::Password</enum>
0105        </property>
0106       </widget>
0107      </item>
0108      <item row="3" column="1">
0109       <spacer name="verticalSpacer">
0110        <property name="orientation">
0111         <enum>Qt::Vertical</enum>
0112        </property>
0113        <property name="sizeHint" stdset="0">
0114         <size>
0115          <width>0</width>
0116          <height>0</height>
0117         </size>
0118        </property>
0119       </spacer>
0120      </item>
0121     </layout>
0122    </item>
0123    <item>
0124     <widget class="QDialogButtonBox" name="buttonBox">
0125      <property name="orientation">
0126       <enum>Qt::Horizontal</enum>
0127      </property>
0128      <property name="standardButtons">
0129       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0130      </property>
0131      <property name="centerButtons">
0132       <bool>false</bool>
0133      </property>
0134     </widget>
0135    </item>
0136   </layout>
0137  </widget>
0138  <customwidgets>
0139   <customwidget>
0140    <class>KPasswordLineEdit</class>
0141    <extends>QWidget</extends>
0142    <header>kpasswordlineedit.h</header>
0143   </customwidget>
0144  </customwidgets>
0145  <resources/>
0146  <connections>
0147   <connection>
0148    <sender>buttonBox</sender>
0149    <signal>accepted()</signal>
0150    <receiver>MountDialog</receiver>
0151    <slot>accept()</slot>
0152    <hints>
0153     <hint type="sourcelabel">
0154      <x>248</x>
0155      <y>254</y>
0156     </hint>
0157     <hint type="destinationlabel">
0158      <x>157</x>
0159      <y>274</y>
0160     </hint>
0161    </hints>
0162   </connection>
0163   <connection>
0164    <sender>buttonBox</sender>
0165    <signal>rejected()</signal>
0166    <receiver>MountDialog</receiver>
0167    <slot>reject()</slot>
0168    <hints>
0169     <hint type="sourcelabel">
0170      <x>316</x>
0171      <y>260</y>
0172     </hint>
0173     <hint type="destinationlabel">
0174      <x>286</x>
0175      <y>274</y>
0176     </hint>
0177    </hints>
0178   </connection>
0179  </connections>
0180 </ui>