Index: sources/gui/qml/pages/pretreatment/connection/PreTreatmentConnectionStack.qml =================================================================== diff -u -r4a36205caca330fa1138666c728435d9d6ce4b8a -r05502bb4afa7492fcaf9ad5a9b1d5cc23c61715e --- sources/gui/qml/pages/pretreatment/connection/PreTreatmentConnectionStack.qml (.../PreTreatmentConnectionStack.qml) (revision 4a36205caca330fa1138666c728435d9d6ce4b8a) +++ sources/gui/qml/pages/pretreatment/connection/PreTreatmentConnectionStack.qml (.../PreTreatmentConnectionStack.qml) (revision 05502bb4afa7492fcaf9ad5a9b1d5cc23c61715e) @@ -55,7 +55,7 @@ TouchRect { id: _enterBluetoothScreen visible : vBluetooth.pairedAddr == "" // empty pairedAddr indicate not paired text.text : qsTr("CONNECTION") - onClicked : _settingsBluetoothPage.visible = true + onClicked : page(_settingsBluetoothPage) width : _bphrEntry.width/2 anchors.top : _bphrEntry.bottom anchors.topMargin : Variables.notificationHeight + Variables.minVGap @@ -89,13 +89,14 @@ _preTreatmentVitals.update( vSystolic, vDiastolic, vHeartRate ) } } - SettingsBluetoothCuff { id: _settingsBluetoothPage - property var itemsText : [qsTr("Bluetooth Cuff")] - itemIndex : 0 // set to zero for itemsText access of array - onBackClicked: _settingsBluetoothPage.visible = false - } } + SettingsBluetoothCuff { id: _settingsBluetoothPage + property var itemsText : [qsTr("Bluetooth Cuff")] + itemIndex : 0 // set to zero for itemsText access of array + onBackClicked : page(_settingsBluetoothPage) + } + PreTreatmentUltrafiltration { id: _preTreatmentUltrafiltration header.stepIndex : 6 header.confirmVisible : true