update 更新界面图标,增加余料显示,增加日志图标
This commit is contained in:
@ -2935,11 +2935,11 @@ class Ui_MainWindow(object):
|
||||
|
||||
self.horizontalLayout_12.addWidget(self.label_6)
|
||||
|
||||
self.label_7 = QLabel(self.frame_24)
|
||||
self.label_7.setObjectName(u"label_7")
|
||||
self.label_7.setStyleSheet(u"color: rgb(255, 255, 255);")
|
||||
self.label_remain_num = QLabel(self.frame_24)
|
||||
self.label_remain_num.setObjectName(u"label_remain_num")
|
||||
self.label_remain_num.setStyleSheet(u"color: rgb(255, 255, 255);")
|
||||
|
||||
self.horizontalLayout_12.addWidget(self.label_7)
|
||||
self.horizontalLayout_12.addWidget(self.label_remain_num)
|
||||
|
||||
self.horizontalLayout_12.setStretch(0, 1)
|
||||
self.horizontalLayout_12.setStretch(1, 5)
|
||||
@ -3127,6 +3127,6 @@ class Ui_MainWindow(object):
|
||||
self.label_4.setText(QCoreApplication.translate("MainWindow", u"\u76ee\u6807\u888b\u6570\uff1a", None))
|
||||
self.label_maxNum.setText(QCoreApplication.translate("MainWindow", u"10", None))
|
||||
self.label_6.setText(QCoreApplication.translate("MainWindow", u"\u5269\u4f59\u888b\u6570\uff1a", None))
|
||||
self.label_7.setText(QCoreApplication.translate("MainWindow", u"1", None))
|
||||
self.label_remain_num.setText(QCoreApplication.translate("MainWindow", u"1", None))
|
||||
# retranslateUi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user