forked from AG_QGIS/Plugin_SN_Plan41
33 lines
639 B
Plaintext
33 lines
639 B
Plaintext
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
<ui version="4.0">
|
||
|
|
<class>Form</class>
|
||
|
|
<widget class="QWidget" name="Form">
|
||
|
|
<property name="geometry">
|
||
|
|
<rect>
|
||
|
|
<x>0</x>
|
||
|
|
<y>0</y>
|
||
|
|
<width>538</width>
|
||
|
|
<height>295</height>
|
||
|
|
</rect>
|
||
|
|
</property>
|
||
|
|
<property name="windowTitle">
|
||
|
|
<string>Form</string>
|
||
|
|
</property>
|
||
|
|
<widget class="QLabel" name="label">
|
||
|
|
<property name="geometry">
|
||
|
|
<rect>
|
||
|
|
<x>40</x>
|
||
|
|
<y>50</y>
|
||
|
|
<width>47</width>
|
||
|
|
<height>13</height>
|
||
|
|
</rect>
|
||
|
|
</property>
|
||
|
|
<property name="text">
|
||
|
|
<string>Plan41</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</widget>
|
||
|
|
<resources/>
|
||
|
|
<connections/>
|
||
|
|
</ui>
|