Index: sources/gui/qml/pages/settings/SettingsBluetoothCuff.qml =================================================================== diff -u -rbefa8e7e7667c4aa5193022bd80e9f52c2374ad0 -r6c6f1f5d466badd9b4fd67be7c907234c342b2a2 --- sources/gui/qml/pages/settings/SettingsBluetoothCuff.qml (.../SettingsBluetoothCuff.qml) (revision befa8e7e7667c4aa5193022bd80e9f52c2374ad0) +++ sources/gui/qml/pages/settings/SettingsBluetoothCuff.qml (.../SettingsBluetoothCuff.qml) (revision 6c6f1f5d466badd9b4fd67be7c907234c342b2a2) @@ -1,15 +1,15 @@ /*! * - * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. + * Copyright (c) 2021-2023 Diality Inc. - All Rights Reserved. * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * \file SettingsDateTimeSet.qml + * \file SettingsBluetoothCuff.qml * \author (last) Behrouz NematiPour - * \date (last) 03-Jun-2021 + * \date (last) 23-Nov-2022 * \author (original) Behrouz NematiPour - * \date (original) 03-Jun-2021 + * \date (original) 06-Sep-2021 * */ @@ -27,9 +27,10 @@ * \brief SettingsBluetoothCuff is used to scan for Omron Bluetooth Cuff * devices and to let user to connect to it to be able to read the Vital measurements. */ -SettingsBase { id: _root - itemIndex : SettingsStack.Bluetooth +SettingsBase { id: _root + itemIndex : SettingsStack.Bluetooth confirmVisible : false + Image { id: _image width : 640 height : 480 @@ -119,7 +120,7 @@ } Connections { target: vDevice - onBluetoothPairedResetChanged : { + function onBluetoothPairedResetChanged ( vValue ) { // DEBUG: console.debug("bluetoothPairedReset", vbluetoothPairedReset, vDevice.accepted, vDevice.reason, vDevice.status) // NOTE : vbluetoothPairedReset eq vDevice.reason if ( vDevice.accepted ) {