Index: shared/scripts/configuration/config.py =================================================================== diff -u -rf65fd0767abd7dcd3812eab3c242af9d624721a8 -rbe655cf347597490084dda5b2ece8366743dffda --- shared/scripts/configuration/config.py (.../config.py) (revision f65fd0767abd7dcd3812eab3c242af9d624721a8) +++ shared/scripts/configuration/config.py (.../config.py) (revision be655cf347597490084dda5b2ece8366743dffda) @@ -17,6 +17,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 @@ -516,5 +517,3 @@ ENABLED_COLOR = '#fcfcfc' INCOMPLETE_COLOR = '#607a91' NUM_OF_REQUEST_REJECT_REASONS = 46 - - Index: shared/scripts/names.py =================================================================== diff -u -re264ad616a126dd88590cba240b1b6e671a3e36c -rbe655cf347597490084dda5b2ece8366743dffda --- shared/scripts/names.py (.../names.py) (revision e264ad616a126dd88590cba240b1b6e671a3e36c) +++ shared/scripts/names.py (.../names.py) (revision be655cf347597490084dda5b2ece8366743dffda) @@ -566,7 +566,10 @@ o_self_test_dry_progress_circle = {"container": o_PreTreatmentStack_pretreatmentPrimeStack_PreTreatmentPrimeStack, "id": "_progressCircle", "type": "ProgressCircle", "unnamed": 1, "visible": True} #start prime button and continue button o_start_prime_btn = {"container": o_PreTreatmentStack_pretreatmentPrimeStack_PreTreatmentPrimeStack, "text": "Start Prime", "type": "Text", "unnamed": 1, "visible": True} +o_pretreatmentPrimeStack_preTreatmentDisposablesPrime_TreatmentFlowBase = {"container": o_PreTreatmentStack_pretreatmentPrimeStack_PreTreatmentPrimeStack, "objectName": "_preTreatmentDisposablesPrime", "type": "TreatmentFlowBase", "visible": True} +o_preTreatmentDisposablesPrime_startPrimeButton_TouchRect = {"container": o_pretreatmentPrimeStack_preTreatmentDisposablesPrime_TreatmentFlowBase, "id": "_startPrimeButton", "type": "TouchRect", "unnamed": 1, "visible": True} o_continue_btn = {"container": o_PreTreatmentStack_pretreatmentPrimeStack_PreTreatmentPrimeStack, "text": "CONTINUE", "type": "Text", "unnamed": 1, "visible": True} +o_preTreatmentDisposablesPrime_confirmButton_TouchRect = {"container": o_pretreatmentPrimeStack_preTreatmentDisposablesPrime_TreatmentFlowBase, "objectName": "_confirmButton", "type": "TouchRect", "visible": True} o_PreTreatmentStack_PreTreatmentDisposableStack_PreTreatmentDisposablesStack = {"container": o_PreTreatmentStack_PreTreatmentStack, "objectName": "_PreTreatmentDisposableStack", "type": "PreTreatmentDisposablesStack", "visible": True} o_keyboard_switch = {"container": o_Gui_MainView, "id": "_shiftKeyIcon", "source": "qrc:/plugins/QtQuick/VirtualKeyboard/Styles/denali/images/iShiftNormal.svg", "type": "Image", "unnamed": 1, "visible": True} o_keyboard_switch2 = {"container": o_Gui_MainView, "id": "_shiftKeyIcon", "source": "qrc:/plugins/QtQuick/VirtualKeyboard/Styles/denali/images/iShiftActive.svg", "type": "Image", "unnamed": 1, "visible": True}