kdelibs/plasma/tests/testcontainmentactionsplugin/config.ui
Ivailo Monev decb354a0d generic: prepare for Katie changes
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-10-14 16:16:22 +03:00

26 lines
542 B
XML

<ui version="4.0" >
<class>Config</class>
<widget class="QWidget" name="Config" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>355</width>
<height>102</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout" >
<item>
<widget class="QLabel" name="label" >
<property name="text" >
<string>text:</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="text" />
</item>
</layout>
</widget>
<connections/>
</ui>