修改AI生图接口、修改设备连接UI、修改LocalDimming逻辑和UI
This commit is contained in:
@@ -365,6 +365,7 @@ def update_sidebar_selection(self: "PQAutomationApp"):
|
||||
self.screen_module_btn.configure(style="Sidebar.TButton")
|
||||
self.sdr_movie_btn.configure(style="Sidebar.TButton")
|
||||
self.hdr_movie_btn.configure(style="Sidebar.TButton")
|
||||
self.local_dimming_btn.configure(style="Sidebar.TButton")
|
||||
|
||||
# 设置当前选中按钮的样式
|
||||
current_type = self.test_type_var.get()
|
||||
@@ -374,6 +375,8 @@ def update_sidebar_selection(self: "PQAutomationApp"):
|
||||
self.sdr_movie_btn.configure(style="SidebarSelected.TButton")
|
||||
elif current_type == "hdr_movie":
|
||||
self.hdr_movie_btn.configure(style="SidebarSelected.TButton")
|
||||
elif current_type == "local_dimming":
|
||||
self.local_dimming_btn.configure(style="SidebarSelected.TButton")
|
||||
|
||||
|
||||
class SidePanelsMixin:
|
||||
|
||||
Reference in New Issue
Block a user