<?xml version="1.0" encoding="UTF-8"?><ui version="4.0"> <class>Form</class> <widget class="QWidget" name="Form"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>320</width> <height>240</height> </rect> </property> <property name="windowTitle"> <string>Form</string> </property> <property name="styleSheet"> <string>QWidget#Form {background-color: rgb(29, 63, 255);}</string> </property> <widget class="QPushButton" name="pushButton"> <property name="geometry"> <rect> <x>110</x> <y>110</y> <width>75</width> <height>24</height> </rect> </property> <property name="text"> <string>PushButton</string> </property> </widget> </widget> <resources/> <connections/></ui>