1 <?xml version="1.0" encoding="UTF-8"?>
3 <class>MapWindow</class>
4 <widget class="QDialog" name="MapWindow">
5 <property name="geometry">
13 <property name="sizePolicy">
14 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
15 <horstretch>0</horstretch>
16 <verstretch>0</verstretch>
19 <property name="windowTitle">
20 <string>Dialog</string>
22 <layout class="QGridLayout" name="gridLayout">
23 <item row="0" column="0">
24 <widget class="QLabel" name="map">
25 <property name="sizePolicy">
26 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
27 <horstretch>0</horstretch>
28 <verstretch>0</verstretch>
31 <property name="text">
32 <string>Map goes here</string>
34 <property name="alignment">
35 <set>Qt::AlignCenter</set>