Index: shared/scripts/names.py =================================================================== diff -u -r0f8c72cdb9ebe10b644674e3d053f81911c867cb -rc7d46d8afe80cc0751794f426e1000e0be7e93a7 --- shared/scripts/names.py (.../names.py) (revision 0f8c72cdb9ebe10b644674e3d053f81911c867cb) +++ shared/scripts/names.py (.../names.py) (revision c7d46d8afe80cc0751794f426e1000e0be7e93a7) @@ -66,9 +66,10 @@ o_pop_up_heart_rate_title = {"container": o_treatmentStack_TreatmentStack, "text": "Heart Rate", "type": "Text", "unnamed": 1, "visible": True} o_pop_up_heart_rate_uom = {"container": o_treatmentStack_TreatmentStack, "text": "BPM", "type": "Label", "unnamed": 1, "visible": True} o_pop_up_heart_rate_input_field = {"backgroundcolor": "#254670", "container": o_treatmentStack_TreatmentStack, "echoMode": 0, "id": "_input", "occurrence": 3, "type": "TextInput", "unnamed": 1, "visible": True} -o_keypad_input = {"container": o_Gui_MainView, "type": "Text", "unnamed": 1, "visible": True} -o_back_space_key = {"container": o_Gui_MainView, "gradient": 0, "id": "backspaceKeyBackground", "type": "Rectangle", "unnamed": 1, "visible": True} +o_keypad_input = {"container": o_Gui_MainView, "id":"keyText", "type": "Text", "unnamed": 1, "visible": True} +o_back_space_key = {"container": o_Gui_MainView, "id": "backspaceKeyIcon", "source": "qrc:/QtQuick/VirtualKeyboard/content/styles/default/images/backspace-868482.svg", "type": "Image", "unnamed": 1, "visible": True} + def vitals_reading_obj(reading): o_vitals_reading["text"] = reading return o_vitals_reading