0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-14 03:31:50 +02:00

docs: config_dialog.py comments added to example cases

This commit is contained in:
wyzula-jan
2023-10-31 15:15:39 +01:00
parent f396f98e73
commit 4a6e73f4f7

View File

@ -19,6 +19,8 @@ Ui_Form, BaseClass = uic.loadUiType(os.path.join(current_path, "config_dialog.ui
Tab_Ui_Form, Tab_BaseClass = uic.loadUiType(os.path.join(current_path, "tab_template.ui"))
# test configs for demonstration purpose
# Configuration for default mode when only devices are monitored
config_default = {
"plot_settings": {
"background_color": "black",
@ -56,6 +58,7 @@ config_default = {
],
}
# Configuration which is dynamically changing depending on the scan type
config_scan = {
"plot_settings": {
"background_color": "white",