update 更新界面图标,增加余料显示,增加日志图标

This commit is contained in:
FrankCV2048
2024-10-24 23:08:12 +08:00
parent 83a25c1080
commit 343e24bccd
9 changed files with 228 additions and 28 deletions

View File

@ -1271,8 +1271,14 @@ border-image: None;</string>
</sizepolicy>
</property>
<property name="styleSheet">
<string notr="true">border:None;
background-color: rgb(13, 17, 40);
<string notr="true">
QTabBar::tab {
background: #191E36;
padding: 10px;
border:None;
color:#ffffff
}
</string>
</property>
<property name="tabShape">
@ -1295,7 +1301,8 @@ background-color: rgb(13, 17, 40);
</property>
<widget class="QWidget" name="tab">
<attribute name="icon">
<iconset theme="QIcon::ThemeIcon::FormatJustifyCenter"/>
<iconset resource="MainRecources.qrc">
<normaloff>:/main/Image/log.svg</normaloff>:/main/Image/log.svg</iconset>
</attribute>
<attribute name="title">
<string>日志</string>
@ -1323,7 +1330,8 @@ background-color: rgb(13, 17, 40);
</widget>
<widget class="QWidget" name="tab_2">
<attribute name="icon">
<iconset theme="QIcon::ThemeIcon::AudioCard"/>
<iconset resource="MainRecources.qrc">
<normaloff>:/main/Image/waring.svg</normaloff>:/main/Image/waring.svg</iconset>
</attribute>
<attribute name="title">
<string>报警</string>
@ -1345,7 +1353,12 @@ background-color: rgb(13, 17, 40);
<number>0</number>
</property>
<item>
<widget class="QTextEdit" name="textEdit_log_error"/>
<widget class="QTextEdit" name="textEdit_log_error">
<property name="styleSheet">
<string notr="true">
color: rgb(255, 0, 0);</string>
</property>
</widget>
</item>
</layout>
</widget>
@ -4589,7 +4602,7 @@ QSlider::sub-page:horizontal
</widget>
</item>
<item>
<widget class="QLabel" name="label_7">
<widget class="QLabel" name="label_remain_num">
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);</string>
</property>