Warning, /plasma/plasma-vault/kded/ui/namechooserwidget.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>NameChooserWidget</class>
0009  <widget class="QWidget" name="NameChooserWidget">
0010   <property name="geometry">
0011    <rect>
0012     <x>0</x>
0013     <y>0</y>
0014     <width>653</width>
0015     <height>64</height>
0016    </rect>
0017   </property>
0018   <layout class="QVBoxLayout" name="verticalLayout">
0019    <item>
0020     <widget class="QLabel" name="labelVaultName">
0021      <property name="text">
0022       <string>Vaul&amp;t name:</string>
0023      </property>
0024      <property name="buddy">
0025       <cstring>editVaultName</cstring>
0026      </property>
0027     </widget>
0028    </item>
0029    <item>
0030     <layout class="QHBoxLayout" name="horizontalLayout">
0031      <property name="spacing">
0032       <number>0</number>
0033      </property>
0034      <item>
0035       <widget class="QLineEdit" name="editVaultName"/>
0036      </item>
0037      <item>
0038       <spacer name="horizontalSpacer">
0039        <property name="orientation">
0040         <enum>Qt::Horizontal</enum>
0041        </property>
0042        <property name="sizeHint" stdset="0">
0043         <size>
0044          <width>313</width>
0045          <height>26</height>
0046         </size>
0047        </property>
0048       </spacer>
0049      </item>
0050     </layout>
0051    </item>
0052   </layout>
0053  </widget>
0054  <resources/>
0055  <connections/>
0056 </ui>