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

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <!--
0003 SPDX-FileCopyrightText: 2020 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>VaultConfigurationDialog</class>
0009  <widget class="QDialog" name="VaultConfigurationDialog">
0010   <property name="geometry">
0011    <rect>
0012     <x>0</x>
0013     <y>0</y>
0014     <width>646</width>
0015     <height>529</height>
0016    </rect>
0017   </property>
0018   <property name="windowTitle">
0019    <string>Dialog</string>
0020   </property>
0021   <property name="windowIcon">
0022    <iconset theme="plasmavault"/>
0023   </property>
0024   <layout class="QVBoxLayout" name="verticalLayout">
0025    <item>
0026     <widget class="QFrame" name="frameUnlockVault">
0027      <property name="frameShape">
0028       <enum>QFrame::StyledPanel</enum>
0029      </property>
0030      <property name="frameShadow">
0031       <enum>QFrame::Raised</enum>
0032      </property>
0033      <layout class="QHBoxLayout" name="horizontalLayout">
0034       <item>
0035        <widget class="QLabel" name="label">
0036         <property name="text">
0037          <string>The vault configuration can only be changed while it is closed.</string>
0038         </property>
0039        </widget>
0040       </item>
0041       <item>
0042        <spacer name="horizontalSpacer">
0043         <property name="orientation">
0044          <enum>Qt::Horizontal</enum>
0045         </property>
0046         <property name="sizeHint" stdset="0">
0047          <size>
0048           <width>40</width>
0049           <height>20</height>
0050          </size>
0051         </property>
0052        </spacer>
0053       </item>
0054       <item>
0055        <widget class="QPushButton" name="buttonCloseVault">
0056         <property name="text">
0057          <string>Close the vault</string>
0058         </property>
0059        </widget>
0060       </item>
0061      </layout>
0062     </widget>
0063    </item>
0064    <item>
0065     <widget class="QWidget" name="container" native="true"/>
0066    </item>
0067    <item>
0068     <widget class="KMessageWidget" name="message">
0069      <property name="closeButtonVisible">
0070       <bool>false</bool>
0071      </property>
0072     </widget>
0073    </item>
0074    <item>
0075     <widget class="QDialogButtonBox" name="buttons">
0076      <property name="orientation">
0077       <enum>Qt::Horizontal</enum>
0078      </property>
0079      <property name="standardButtons">
0080       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0081      </property>
0082     </widget>
0083    </item>
0084   </layout>
0085  </widget>
0086  <customwidgets>
0087   <customwidget>
0088    <class>KMessageWidget</class>
0089    <extends>QFrame</extends>
0090    <header>kmessagewidget.h</header>
0091   </customwidget>
0092  </customwidgets>
0093  <resources/>
0094  <connections>
0095   <connection>
0096    <sender>buttons</sender>
0097    <signal>accepted()</signal>
0098    <receiver>VaultConfigurationDialog</receiver>
0099    <slot>accept()</slot>
0100    <hints>
0101     <hint type="sourcelabel">
0102      <x>254</x>
0103      <y>522</y>
0104     </hint>
0105     <hint type="destinationlabel">
0106      <x>157</x>
0107      <y>274</y>
0108     </hint>
0109    </hints>
0110   </connection>
0111   <connection>
0112    <sender>buttons</sender>
0113    <signal>rejected()</signal>
0114    <receiver>VaultConfigurationDialog</receiver>
0115    <slot>reject()</slot>
0116    <hints>
0117     <hint type="sourcelabel">
0118      <x>322</x>
0119      <y>522</y>
0120     </hint>
0121     <hint type="destinationlabel">
0122      <x>286</x>
0123      <y>274</y>
0124     </hint>
0125    </hints>
0126   </connection>
0127  </connections>
0128 </ui>