2024-09-10 16:55:41 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>MainDialog</class>
|
|
|
|
<widget class="QDialog" name="MainDialog">
|
2024-09-11 17:09:26 +08:00
|
|
|
<property name="windowModality">
|
|
|
|
<enum>Qt::NonModal</enum>
|
|
|
|
</property>
|
2024-09-10 16:55:41 +08:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>867</width>
|
|
|
|
<height>665</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
2024-09-11 17:09:26 +08:00
|
|
|
<property name="contextMenuPolicy">
|
|
|
|
<enum>Qt::NoContextMenu</enum>
|
|
|
|
</property>
|
2024-09-10 16:55:41 +08:00
|
|
|
<property name="windowTitle">
|
2024-11-13 17:05:57 +08:00
|
|
|
<string/>
|
2024-09-10 16:55:41 +08:00
|
|
|
</property>
|
2024-10-17 20:25:43 +08:00
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true"/>
|
|
|
|
</property>
|
2024-09-10 16:55:41 +08:00
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|