refactor(*):03LaserCut_V00.00.01,Spark100项目发货前功能提取

This commit is contained in:
adminwu
2024-03-14 14:21:18 +08:00
parent 1dda4f24ad
commit d045ed5fd8
46 changed files with 3457 additions and 938 deletions

View File

@@ -6,23 +6,35 @@
<rect>
<x>0</x>
<y>0</y>
<width>1004</width>
<height>726</height>
<width>1437</width>
<height>876</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>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="DeviceStateInfoWidget" name="state" native="true"/>
</item>
<item>
<widget class="DeviceSystemInfoWidget" name="widget" native="true"/>
</item>
<item>
<widget class="DeviceSetWidget" name="set" native="true"/>
</item>
</layout>
</item>
<item>
<widget class="DeviceControlPanelWidget" name="panel" native="true"/>
</item>
</layout>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
@@ -31,6 +43,24 @@
<header location="global">devicecontrolpanelwidget.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>DeviceSetWidget</class>
<extends>QWidget</extends>
<header location="global">devicesetwidget.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>DeviceStateInfoWidget</class>
<extends>QWidget</extends>
<header location="global">devicestateinfowidget.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>DeviceSystemInfoWidget</class>
<extends>QWidget</extends>
<header location="global">devicesysteminfowidget.h</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources/>
<connections/>