This commit is contained in:
Chenwenxuan
2024-03-06 14:54:30 +08:00
commit edac2715f0
1525 changed files with 809982 additions and 0 deletions

37
widget.ui Normal file
View File

@@ -0,0 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Widget</class>
<widget class="QWidget" name="Widget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1004</width>
<height>726</height>
</rect>
</property>
<property name="windowTitle">
<string>Widget</string>
</property>
<widget class="DeviceControlPanelWidget" name="panel" native="true">
<property name="geometry">
<rect>
<x>370</x>
<y>30</y>
<width>551</width>
<height>671</height>
</rect>
</property>
</widget>
</widget>
<customwidgets>
<customwidget>
<class>DeviceControlPanelWidget</class>
<extends>QWidget</extends>
<header location="global">devicecontrolpanelwidget.h</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>