Warning, /plasma/plasma-vault/kded/ui/passwordchooserwidget.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>PasswordChooserWidget</class>
0009  <widget class="QWidget" name="PasswordChooserWidget">
0010   <property name="geometry">
0011    <rect>
0012     <x>0</x>
0013     <y>0</y>
0014     <width>653</width>
0015     <height>160</height>
0016    </rect>
0017   </property>
0018   <layout class="QVBoxLayout" name="verticalLayout">
0019    <item>
0020     <widget class="QLabel" name="label">
0021      <property name="text">
0022       <string>Mind that there is no way to recover a forgotten password. If you forget the password, your data is as good as gone.</string>
0023      </property>
0024      <property name="wordWrap">
0025       <bool>true</bool>
0026      </property>
0027     </widget>
0028    </item>
0029    <item>
0030     <widget class="KNewPasswordWidget" name="editPassword"/>
0031    </item>
0032   </layout>
0033  </widget>
0034  <customwidgets>
0035   <customwidget>
0036    <class>KNewPasswordWidget</class>
0037    <extends>QWidget</extends>
0038    <header>knewpasswordwidget.h</header>
0039   </customwidget>
0040  </customwidgets>
0041  <resources/>
0042  <connections/>
0043 </ui>