<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>MapViewUI</class> <widget class="QWidget" name="MapViewUI"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>200</width> <height>212</height> </rect> </property> <property name="maximumSize"> <size> <width>400</width> <height>16777215</height> </size> </property> <property name="windowTitle"> <string>Form</string> </property> <widget class="QWidget" name="verticalLayoutWidget"> <property name="geometry"> <rect> <x>60</x> <y>50</y> <width>111</width> <height>131</height> </rect> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QGraphicsView" name="icon"> <property name="minimumSize"> <size> <width>32</width> <height>32</height> </size> </property> <property name="maximumSize"> <size> <width>64</width> <height>64</height> </size> </property> </widget> </item> <item> <widget class="QLabel" name="title"> <property name="maximumSize"> <size> <width>128</width> <height>16777215</height> </size> </property> <property name="styleSheet"> <string notr="true">text-align: center;</string> </property> <property name="text"> <string>TextLabel</string> </property> </widget> </item> </layout> </widget> </widget> <resources/> <connections/> </ui>