This commit is contained in:
2024-05-15 08:34:54 +08:00
commit dc8728599e
10 changed files with 5601 additions and 0 deletions

19
MainWidget.ui Normal file
View File

@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWidget</class>
<widget class="QWidget" name="MainWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>600</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWidget</string>
</property>
</widget>
<resources/>
<connections/>
</ui>