<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>TouchTestWindow</class> <widget class="QMainWindow" name="TouchTestWindow"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>1080</width> <height>1920</height> </rect> </property> <property name="windowTitle"> <string>MainWindow</string> </property> <widget class="Canvas" name="canvas"> <widget class="QPushButton" name="closeButton"> <property name="geometry"> <rect> <x>1020</x> <y>0</y> <width>60</width> <height>60</height> </rect> </property> <property name="styleSheet"> <string notr="true">QPushButton { border: 1px solid black; } QPushButton:pressed { background-color: red; }</string> </property> <property name="text"> <string>X</string> </property> </widget> <widget class="QPushButton" name="clearButton"> <property name="geometry"> <rect> <x>960</x> <y>0</y> <width>60</width> <height>60</height> </rect> </property> <property name="styleSheet"> <string notr="true">QPushButton { border: 1px solid black; } QPushButton:pressed { background-color: red; }</string> </property> <property name="text"> <string>C</string> </property> </widget> </widget> </widget> <customwidgets> <customwidget> <class>Canvas</class> <extends>QWidget</extends> <header>canvas.h</header> <container>1</container> </customwidget> </customwidgets> <resources/> <connections/> </ui>