41 lines
869 B
XML
41 lines
869 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>HomeScreen</class>
|
|
<widget class="QWidget" name="HomeScreen">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>1920</width>
|
|
<height>1080</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>HomeScreen</string>
|
|
</property>
|
|
<widget class="QPushButton" name="btn_enter_system">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>810</x>
|
|
<y>890</y>
|
|
<width>291</width>
|
|
<height>111</height>
|
|
</rect>
|
|
</property>
|
|
<property name="autoFillBackground">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true"/>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<resources>
|
|
<include location="TouchScreen.qrc"/>
|
|
</resources>
|
|
<connections/>
|
|
</ui>
|