继续优化色准测试结果显示模块
This commit is contained in:
@@ -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="停止测试",
|
||||
|
||||
Reference in New Issue
Block a user