mirror of
https://github.com/bec-project/bec_widgets.git
synced 2025-07-14 11:41:49 +02:00
refactor: configs for BECMonitor are validated by pydantic outside the main widget
This commit is contained in:
@ -192,7 +192,7 @@ class ModularApp(QMainWindow):
|
||||
|
||||
# hook plots, configs and buttons together
|
||||
for plot, config, button in zip(plots, configs, buttons):
|
||||
plot.update_config(config)
|
||||
plot.on_config_update(config)
|
||||
button.clicked.connect(plot.show_config_dialog)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user