kde-extraapps/kdevplatform/plugins/dashboard/plasmoids/projectfileplasmoid/config.ui
2015-07-26 14:23:17 +03:00

28 lines
637 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>400</width>
<height>300</height>
</rect>
</property>
<layout class="QFormLayout" name="formLayout">
<item row="0" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string>Relative Path:</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="relativePath"/>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>