Linloir 984c53340c
UI update: frameless window
- window skeleton
- multi screen resize support
- auto maximize
2022-12-14 08:41:47 +08:00

24 lines
548 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindowClass</class>
<widget class="QMainWindow" name="MainWindowClass">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>600</width>
<height>400</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralWidget"/>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources>
<include location="mainwindow.qrc"/>
</resources>
<connections/>
</ui>