软件界面适配深色模式

修改了<体动标注>中按钮的颜色显示规则
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

@ -249,6 +249,8 @@ class MainWindow_label_check(QMainWindow):
self.point_peak_corrected = None
self.annotation_tableWidget = None
self.ui.textBrowser_info.setStyleSheet("QTextBrowser { background-color: rgb(255, 255, 200); }")
# 初始化自动播放定时器
self.autoplay_xlim_start = None
self.autoplay_xlim_end = None