软件界面适配深色模式

修改了<体动标注>中按钮的颜色显示规则
This commit is contained in:
Yorusora
2025-06-10 17:43:36 +08:00
parent bbd043cf58
commit af1a0ec531
13 changed files with 118 additions and 91 deletions

View File

@ -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