Warning, /plasma/plasma-vault/kded/ui/vaultdeletionwidget.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>VaultDeletionWidget</class>
0009  <widget class="QWidget" name="VaultDeletionWidget">
0010   <property name="geometry">
0011    <rect>
0012     <x>0</x>
0013     <y>0</y>
0014     <width>652</width>
0015     <height>150</height>
0016    </rect>
0017   </property>
0018   <layout class="QVBoxLayout" name="verticalLayout">
0019    <item>
0020     <widget class="QLabel" name="labelWarning">
0021      <property name="text">
0022       <string>This action &lt;b&gt;cannot&lt;/b&gt; be undone. This will permanently delete the selected vault!</string>
0023      </property>
0024     </widget>
0025    </item>
0026    <item>
0027     <widget class="QLabel" name="labelConfirm">
0028      <property name="text">
0029       <string>Please type in the name of the vault to confirm:</string>
0030      </property>
0031     </widget>
0032    </item>
0033    <item>
0034     <layout class="QHBoxLayout" name="horizontalLayout">
0035      <item>
0036       <widget class="QLineEdit" name="textVaultNameConfirmation"/>
0037      </item>
0038      <item>
0039       <widget class="QPushButton" name="buttonDeleteVault">
0040        <property name="enabled">
0041         <bool>false</bool>
0042        </property>
0043        <property name="text">
0044         <string>Delete this vault</string>
0045        </property>
0046        <property name="icon">
0047         <iconset theme="edit-delete"/>
0048        </property>
0049       </widget>
0050      </item>
0051     </layout>
0052    </item>
0053    <item>
0054     <spacer name="verticalSpacer">
0055      <property name="orientation">
0056       <enum>Qt::Vertical</enum>
0057      </property>
0058      <property name="sizeHint" stdset="0">
0059       <size>
0060        <width>20</width>
0061        <height>40</height>
0062       </size>
0063      </property>
0064     </spacer>
0065    </item>
0066   </layout>
0067  </widget>
0068  <resources/>
0069  <connections/>
0070 </ui>