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