继续优化色准测试结果显示模块

This commit is contained in:
xinzhu.yin
2026-05-27 16:26:19 +08:00
parent 59c9424218
commit c63b9ef615
6 changed files with 428 additions and 37 deletions

View File

@@ -590,6 +590,14 @@ def create_operation_frame(self: "PQAutomationApp"):
)
self.start_btn.pack(side=tk.LEFT, padx=5)
self.simulate_btn = ttk.Button(
operation_frame,
text="模拟测试",
command=self.run_simulation_test,
style="warning.TButton",
)
self.simulate_btn.pack(side=tk.LEFT, padx=5)
self.stop_btn = ttk.Button(
operation_frame,
text="停止测试",