优化UI加载速度

This commit is contained in:
xinzhu.yin
2026-06-22 10:40:39 +08:00
parent 22f8b12690
commit 92cba114a9
9 changed files with 239 additions and 108 deletions

View File

@@ -148,7 +148,7 @@ _GENERATORS = {
def create_gamma_pattern_panel(self: "PQAutomationApp"):
"""创建灰阶 Pattern 配置面板。"""
frame = ttk.Frame(self.content_frame)
frame = ttk.Frame(self.view_stack)
self.gamma_pattern_frame = frame
self.gamma_pattern_visible = False