From 9f4041e6da8ec78b5c9c1e00b08b52510e5043c7 Mon Sep 17 00:00:00 2001 From: Tianpu Zhao Date: Mon, 6 May 2024 17:54:37 -0500 Subject: [PATCH] Fixed the bug where the the optionUpdated signal cannot emit correctly. --- qfit/views/prefit_view.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qfit/views/prefit_view.py b/qfit/views/prefit_view.py index c79a969..5f9fe28 100644 --- a/qfit/views/prefit_view.py +++ b/qfit/views/prefit_view.py @@ -347,7 +347,7 @@ class SweepSettingsView(QObject): And the corresponding values should be the widgets for the options. """ - optionUpdated = Signal(str, Any) + optionUpdated = Signal(str, object) def __init__( self,