update 更新界面图标,增加余料显示,增加日志图标
This commit is contained in:
25
MainWin.ui
25
MainWin.ui
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user