update 更新ui和增加视觉模块

This commit is contained in:
FrankCV2048
2024-08-22 23:23:05 +08:00
parent 86f21ffda8
commit 7dc66871ee
13 changed files with 292 additions and 178 deletions

View File

@ -100,15 +100,20 @@ font: 290 9pt &quot;Microsoft YaHei&quot;;</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QVBoxLayout" name="verticalLayout_2" stretch="0">
<property name="spacing">
<widget class="QStackedWidget" name="stackedWidget">
<property name="currentIndex">
<number>0</number>
</property>
<property name="sizeConstraint">
<enum>QLayout::SizeConstraint::SetNoConstraint</enum>
</property>
<item>
<widget class="QWidget" name="page">
<widget class="QFrame" name="frame_2">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>877</width>
<height>555</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: #E6ECF5;
</string>
@ -182,7 +187,7 @@ border-radius: 10px;</string>
<widget class="QFrame" name="frame_3">
<property name="geometry">
<rect>
<x>0</x>
<x>10</x>
<y>40</y>
<width>841</width>
<height>461</height>
@ -1386,7 +1391,7 @@ background-color:#1053b2;
<widget class="QPushButton" name="pushButton_17">
<property name="geometry">
<rect>
<x>460</x>
<x>360</x>
<y>510</y>
<width>91</width>
<height>31</height>
@ -1412,9 +1417,39 @@ background-color: #499c8a;
<iconset theme="QIcon::ThemeIcon::SystemShutdown"/>
</property>
</widget>
<widget class="QPushButton" name="pushButton_39">
<property name="geometry">
<rect>
<x>460</x>
<y>510</y>
<width>91</width>
<height>31</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">*{
background-color: #FFFFBF;
font: 9pt &quot;楷体&quot;;
border: 1px solid #dcdfe6;
border-radius: 10px;
}
*:pressed
{
background-color: #FFF000;
}
</string>
</property>
<property name="text">
<string>复位</string>
</property>
<property name="icon">
<iconset theme="media-optical"/>
</property>
</widget>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="page_2"/>
</widget>
</item>
</layout>
</widget>