1
0
plasma-containmentactions-c.../src/config.ui
2024-03-09 15:14:05 +01:00

33 lines
708 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Config</class>
<widget class="QWidget" name="Config">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>662</width>
<height>401</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QPlainTextEdit" name="configData">
<property name="plainText">
<string/>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="showAppsByName">
<property name="text">
<string>Show applications by name</string>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>