Index: shared/scripts/names.py =================================================================== diff -u -r0c9cb8d9ed430bc15e2287e019483ef4865ef6b2 -r2eb49a62b2f80e6f947037a7b5d78ae305e36af0 --- shared/scripts/names.py (.../names.py) (revision 0c9cb8d9ed430bc15e2287e019483ef4865ef6b2) +++ shared/scripts/names.py (.../names.py) (revision 2eb49a62b2f80e6f947037a7b5d78ae305e36af0) @@ -93,9 +93,9 @@ o_PreTreatmentBase_BACK_Text = {"container": o_PreTreatmentConnectionStack_PreTreatmentBase_TreatmentFlowBase_2, "text": "BACK", "type": "Text", "unnamed": 1, "visible": True} o_PreTreatmentBase_CONFIRM_Text_2 = {"container":o_PreTreatmentConnectionStack_PreTreatmentBase_TreatmentFlowBase_2, "text": "CONFIRM", "type": "Text", "unnamed": 1, "visible": True} #virtal keypad input field -o_keypad_input = {"container": o_Gui_MainView, "id":"keyText", "type": "Text", "unnamed": 1, "visible": True} +o_keypad_input = {"container": o_Gui_MainView, "id": "_keyText", "type": "Text", "unnamed": 1, "visible": True} #virtal keypad back space key -o_back_space_key = {"container": o_Gui_MainView, "id": "backspaceKeyBackground", "type": "Rectangle", "unnamed": 1, "visible": True} +o_back_space_key = {"container": o_Gui_MainView, "id": "_backspaceKeyIcon", "source": "qrc:/plugins/QtQuick/VirtualKeyboard/Styles/denali/images/iBackspace.svg", "type": "Image", "unnamed": 1, "visible": True} o_PreTreatmentBase_Indicators = {"container": o_PreTreatmentConnectionStack_PreTreatmentBase_TreatmentFlowBase_2, "type": "StepBullet", "unnamed": 1, "visible": True} #systolic, diastolic and heart rate input field o_pop_up_systolic_input_field = {"container": o_treatmentStack_TreatmentStack, "echoMode": 0, "id": "_input", "type": "TextInput", "unnamed": 1, "visible": True}