<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>LockScreenForm</class> <widget class="QWidget" name="LockScreenForm"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>400</width> <height>300</height> </rect> </property> <property name="windowTitle"> <string>Form</string> </property> <widget class="QLabel" name="labelTime"> <property name="geometry"> <rect> <x>180</x> <y>100</y> <width>54</width> <height>12</height> </rect> </property> <property name="text"> <string>TextLabel</string> </property> </widget> <widget class="QLabel" name="labelDate"> <property name="geometry"> <rect> <x>180</x> <y>160</y> <width>54</width> <height>12</height> </rect> </property> <property name="text"> <string>TextLabel</string> </property> </widget> </widget> <resources/> <connections/> </ui>