Warning, /plasma/plasma-vault/kded/ui/vaultcreationwizard.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>VaultCreationWizard</class>
0009  <widget class="QDialog" name="VaultCreationWizard">
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="QWidget" name="container" native="true"/>
0027    </item>
0028    <item>
0029     <widget class="KMessageWidget" name="message">
0030      <property name="closeButtonVisible">
0031       <bool>false</bool>
0032      </property>
0033     </widget>
0034    </item>
0035    <item>
0036     <widget class="QDialogButtonBox" name="buttons">
0037      <property name="orientation">
0038       <enum>Qt::Horizontal</enum>
0039      </property>
0040      <property name="standardButtons">
0041       <set>QDialogButtonBox::Cancel</set>
0042      </property>
0043     </widget>
0044    </item>
0045   </layout>
0046  </widget>
0047  <customwidgets>
0048   <customwidget>
0049    <class>KMessageWidget</class>
0050    <extends>QFrame</extends>
0051    <header>kmessagewidget.h</header>
0052   </customwidget>
0053  </customwidgets>
0054  <resources/>
0055  <connections>
0056   <connection>
0057    <sender>buttons</sender>
0058    <signal>accepted()</signal>
0059    <receiver>VaultCreationWizard</receiver>
0060    <slot>accept()</slot>
0061    <hints>
0062     <hint type="sourcelabel">
0063      <x>248</x>
0064      <y>254</y>
0065     </hint>
0066     <hint type="destinationlabel">
0067      <x>157</x>
0068      <y>274</y>
0069     </hint>
0070    </hints>
0071   </connection>
0072   <connection>
0073    <sender>buttons</sender>
0074    <signal>rejected()</signal>
0075    <receiver>VaultCreationWizard</receiver>
0076    <slot>reject()</slot>
0077    <hints>
0078     <hint type="sourcelabel">
0079      <x>316</x>
0080      <y>260</y>
0081     </hint>
0082     <hint type="destinationlabel">
0083      <x>286</x>
0084      <y>274</y>
0085     </hint>
0086    </hints>
0087   </connection>
0088  </connections>
0089 </ui>