软件界面适配深色模式
修改了<体动标注>中按钮的颜色显示规则
This commit is contained in:
@ -46,6 +46,8 @@ class MainWindow_cut_PSG(QMainWindow):
|
||||
|
||||
self.data = None
|
||||
|
||||
self.ui.textBrowser_info.setStyleSheet("QTextBrowser { background-color: rgb(255, 255, 200); }")
|
||||
|
||||
# 初始化进度条
|
||||
self.ui.progressbar.setStyleSheet(Constants.PROGRESSBAR_STYLE)
|
||||
self.progressbar = self.ui.progressbar
|
||||
|
||||
Reference in New Issue
Block a user