7,7 → 7,7 |
<x>0</x> |
<y>0</y> |
<width>600</width> |
<height>322</height> |
<height>350</height> |
</rect> |
</property> |
<property name="minimumSize"> |
137,6 → 137,13 |
</widget> |
</item> |
<item> |
<widget class="QPushButton" name="pb_Close"> |
<property name="text"> |
<string>Schließen</string> |
</property> |
</widget> |
</item> |
<item> |
<spacer name="verticalSpacer"> |
<property name="orientation"> |
<enum>Qt::Vertical</enum> |
248,5 → 255,22 |
<resources> |
<include location="../MKTool.qrc"/> |
</resources> |
<connections/> |
<connections> |
<connection> |
<sender>pb_Close</sender> |
<signal>clicked()</signal> |
<receiver>dlg_Map_UI</receiver> |
<slot>close()</slot> |
<hints> |
<hint type="sourcelabel"> |
<x>529</x> |
<y>328</y> |
</hint> |
<hint type="destinationlabel"> |
<x>299</x> |
<y>174</y> |
</hint> |
</hints> |
</connection> |
</connections> |
</ui> |