Index: sources/gui/qml/compounds/BPHREntry.qml =================================================================== diff -u -r2ef03b2ce51b4dc507f66e9671953a8e0824bde9 -r17f5bc42d292b6b0b4e326d6f3042c217f3166b2 --- sources/gui/qml/compounds/BPHREntry.qml (.../BPHREntry.qml) (revision 2ef03b2ce51b4dc507f66e9671953a8e0824bde9) +++ sources/gui/qml/compounds/BPHREntry.qml (.../BPHREntry.qml) (revision 17f5bc42d292b6b0b4e326d6f3042c217f3166b2) @@ -6,8 +6,8 @@ * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * * \file BPHREntry.qml - * \author (last) Vy - * \date (last) 02-Jun-2023 + * \author (last) Behrouz NematiPour + * \date (last) 23-Sep-2024 * \author (original) Behrouz NematiPour * \date (original) 21-Jun-2021 * @@ -51,6 +51,12 @@ width : _container.width height : _container.height + function clear() { + _root.systolic = "" + _root.diastolic = "" + _root.heartRate = "" + } + function setFocus(vShowKeyboard) { if(vShowKeyboard) { firstInput.textInput.forceActiveFocus()