mirror of
https://github.com/bec-project/bec_widgets.git
synced 2025-07-14 11:41:49 +02:00
docs: config_dialog.py comments added to example cases
This commit is contained in:
@ -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"))
|
Tab_Ui_Form, Tab_BaseClass = uic.loadUiType(os.path.join(current_path, "tab_template.ui"))
|
||||||
|
|
||||||
# test configs for demonstration purpose
|
# test configs for demonstration purpose
|
||||||
|
|
||||||
|
# Configuration for default mode when only devices are monitored
|
||||||
config_default = {
|
config_default = {
|
||||||
"plot_settings": {
|
"plot_settings": {
|
||||||
"background_color": "black",
|
"background_color": "black",
|
||||||
@ -56,6 +58,7 @@ config_default = {
|
|||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Configuration which is dynamically changing depending on the scan type
|
||||||
config_scan = {
|
config_scan = {
|
||||||
"plot_settings": {
|
"plot_settings": {
|
||||||
"background_color": "white",
|
"background_color": "white",
|
||||||
|
Reference in New Issue
Block a user