785a03899a
svn path=/trunk/KDE/kdebase/workspace/plasma/containmentactions/test/; revision=1012826
28 lines
556 B
XML
28 lines
556 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>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|