Warning, /network/ruqola/example/python/ruqola-python/ui/accountwidget.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <!--
0003    SPDX-FileCopyrightText: 2020-2024 Laurent Montel <montel@kde.org>
0004 
0005    SPDX-License-Identifier: LGPL-2.0-or-later
0006 -->
0007 <ui version="4.0">
0008  <class>Form</class>
0009  <widget class="QWidget" name="Form">
0010   <property name="geometry">
0011    <rect>
0012     <x>0</x>
0013     <y>0</y>
0014     <width>400</width>
0015     <height>300</height>
0016    </rect>
0017   </property>
0018   <property name="windowTitle">
0019    <string>Form</string>
0020   </property>
0021   <layout class="QVBoxLayout" name="verticalLayout">
0022    <item>
0023     <widget class="QComboBox" name="comboBox"/>
0024    </item>
0025    <item>
0026     <widget class="QLineEdit" name="lineEdit"/>
0027    </item>
0028    <item>
0029     <widget class="QTextEdit" name="textEdit"/>
0030    </item>
0031   </layout>
0032  </widget>
0033  <resources/>
0034  <connections/>
0035 </ui>