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