1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <author>
4SPDX-FileCopyrightText: 2017 Adriaan de Groot &lt;groot@kde.org&gt;
5SPDX-License-Identifier: GPL-3.0-or-later
6 </author>
7 <class>PlasmaLnfPage</class>
8 <widget class="QWidget" name="PlasmaLnfPage">
9  <property name="geometry">
10   <rect>
11    <x>0</x>
12    <y>0</y>
13    <width>799</width>
14    <height>400</height>
15   </rect>
16  </property>
17  <property name="windowTitle">
18   <string>Form</string>
19  </property>
20  <layout class="QVBoxLayout" name="verticalLayout" stretch="0,0">
21   <item>
22    <widget class="QLabel" name="generalExplanation">
23     <property name="text">
24      <string notr="true">Placeholder</string>
25     </property>
26     <property name="wordWrap">
27      <bool>true</bool>
28     </property>
29    </widget>
30   </item>
31  </layout>
32 </widget>
33 <resources>
34  <include location="page_plasmalnf.qrc"/>
35 </resources>
36 <connections/>
37</ui>
38