2 <class>MapWindow</class>
3 <widget class="QDialog" name="MapWindow" >
4 <property name="geometry" >
12 <property name="sizePolicy" >
13 <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
14 <horstretch>0</horstretch>
15 <verstretch>0</verstretch>
18 <property name="windowTitle" >
19 <string>Dialog</string>
21 <layout class="QGridLayout" name="gridLayout" >
22 <item row="0" column="0" >
23 <widget class="QLabel" name="map" >
24 <property name="sizePolicy" >
25 <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
26 <horstretch>0</horstretch>
27 <verstretch>0</verstretch>
30 <property name="text" >
31 <string>Map goes here</string>
33 <property name="alignment" >
34 <set>Qt::AlignCenter</set>