<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>OverViewForm</class> <widget class="QWidget" name="OverViewForm"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>900</width> <height>700</height> </rect> </property> <property name="minimumSize"> <size> <width>900</width> <height>700</height> </size> </property> <property name="maximumSize"> <size> <width>900</width> <height>700</height> </size> </property> <property name="windowTitle"> <string>Form</string> </property> <property name="autoFillBackground"> <bool>false</bool> </property> <property name="styleSheet"> <string notr="true"/> </property> <layout class="QVBoxLayout" name="verticalLayout"> <property name="spacing"> <number>0</number> </property> <property name="leftMargin"> <number>0</number> </property> <property name="topMargin"> <number>0</number> </property> <property name="rightMargin"> <number>0</number> </property> <property name="bottomMargin"> <number>0</number> </property> </layout> </widget> <resources/> <connections/> </ui>