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