2017-12-03 18:47:41 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2020-08-21 23:59:35 +02:00
|
|
|
<author>
|
|
|
|
SPDX-FileCopyrightText: 2017 Adriaan de Groot <groot@kde.org>
|
|
|
|
SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
</author>
|
2017-12-03 18:47:41 +01:00
|
|
|
<class>PlasmaLnfPage</class>
|
|
|
|
<widget class="QWidget" name="PlasmaLnfPage">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>799</width>
|
|
|
|
<height>400</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Form</string>
|
|
|
|
</property>
|
2017-12-13 16:28:31 +01:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout" stretch="0,0">
|
2017-12-03 18:47:41 +01:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="generalExplanation">
|
|
|
|
<property name="text">
|
2019-04-11 16:06:10 +02:00
|
|
|
<string notr="true">Placeholder</string>
|
2017-12-03 18:47:41 +01:00
|
|
|
</property>
|
|
|
|
<property name="wordWrap">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<resources>
|
|
|
|
<include location="page_plasmalnf.qrc"/>
|
|
|
|
</resources>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|