Index: shared/scripts/configuration/config.py =================================================================== diff -u -r0ff57e2fc0e614eab98b8e9ce9b73a48419fc34b -rd0f6fef68c57bc7437fbe8547f5bfe02029a2980 --- shared/scripts/configuration/config.py (.../config.py) (revision 0ff57e2fc0e614eab98b8e9ce9b73a48419fc34b) +++ shared/scripts/configuration/config.py (.../config.py) (revision d0f6fef68c57bc7437fbe8547f5bfe02029a2980) @@ -16,6 +16,7 @@ from pathlib import Path from configuration.strings import * + # -S, --disable-sd-card-fail-log-stop disable-sd-card-fail-log-stop # -k, --enable-check-in-log Enables Check-In Log # -K, --enable-acknow-log Enables Acknowledgment Log Index: shared/scripts/names.py =================================================================== diff -u -r381a940e04972afc743fbbdb6e2e382092954dbf -rd0f6fef68c57bc7437fbe8547f5bfe02029a2980 --- shared/scripts/names.py (.../names.py) (revision 381a940e04972afc743fbbdb6e2e382092954dbf) +++ shared/scripts/names.py (.../names.py) (revision d0f6fef68c57bc7437fbe8547f5bfe02029a2980) @@ -1119,4 +1119,9 @@ o_main_settings_text = {"container": o_treatmentStack_TreatmentStack, "text": "Settings", "type": "Text", "unnamed": 1, "visible": True} o_treatmentAdjustmentUltrafiltrationEdit_ContentItem = {"container": o_Overlay, "objectName": "TreatmentAdjustmentUltrafiltrationEdit", "type": "ContentItem", "visible": True} o_mouseArea_MouseArea_ultrafiltration = {"container": ":o_Overlay", "id": "_mouseArea", "occurrence": 6, "type": "MouseArea", "unnamed": 1, "visible": True} +o_Overlay = {"container": o_Gui_MainView, "type": "Overlay", "unnamed": 1, "visible": True} +o_treatmentHome_time_duration_mouseArea_MouseArea = {"container": o_treatmentHome, "id": "_mouseArea", "occurrence": 17, "type": "MouseArea", "unnamed": 1, "visible": True} +o_time_duration_confirmButton_TouchRect_2 = {"container": o_Overlay, "id": "_confirmButton", "type": "TouchRect", "unnamed": 1, "visible": True} +o_treatment_duration = {"container": o_treatmentHome, "objectName": "TreatmentTime", "type": "TreatmentTime", "visible": True} +o_pop_up_close_button = {"container": o_Overlay, "id": "_image", "source": "qrc:/images/iClose", "type": "Image", "unnamed": 1, "visible": True}