工控上位机控制系统通用UI框架

This commit is contained in:
2026-03-09 16:29:32 +08:00
parent 19af6e2b4e
commit a00e13b11a
54 changed files with 11356 additions and 0 deletions

45
ui/uiSub_ParaSet.ui Normal file
View File

@ -0,0 +1,45 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>pageParaSet</class>
<widget class="QWidget" name="pageParaSet">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>655</width>
<height>398</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<widget class="QTabWidget" name="tabParaSetting">
<property name="geometry">
<rect>
<x>10</x>
<y>0</y>
<width>631</width>
<height>381</height>
</rect>
</property>
<property name="tabPosition">
<enum>QTabWidget::TabPosition::North</enum>
</property>
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="tab_0">
<attribute name="title">
<string>参数页面0</string>
</attribute>
</widget>
<widget class="QWidget" name="tab_1">
<attribute name="title">
<string>参数页面1</string>
</attribute>
</widget>
</widget>
</widget>
<resources/>
<connections/>
</ui>