Index: sources/gui/qml/pages/settings/SettingsStack.qml =================================================================== diff -u -r13d6a4fae2f910ab6e289ac9280258a94f734405 -r9b34a391e7401e9a045270744902a20d0e66d650 --- sources/gui/qml/pages/settings/SettingsStack.qml (.../SettingsStack.qml) (revision 13d6a4fae2f910ab6e289ac9280258a94f734405) +++ sources/gui/qml/pages/settings/SettingsStack.qml (.../SettingsStack.qml) (revision 9b34a391e7401e9a045270744902a20d0e66d650) @@ -55,7 +55,7 @@ qsTr("Information" ), // Information qsTr("Volume And Brightness" ), // VolumeBrightness qsTr("Wi-Fi" ), // WiFi - qsTr("Bluetooth" ), // Bluetooth + qsTr("Bluetooth Cuff" ), // Bluetooth qsTr("Dialysate Generator Settings" ), // DGSettings qsTr("Services" ), // Services qsTr("Set Date And Time" ), // SetDateTime @@ -68,7 +68,7 @@ true , // Information true , // VolumeBrightness true , // WiFi - false , // Bluetooth + true , // Bluetooth true , // DGSettings true , // Services true , // SetDateTime @@ -166,6 +166,16 @@ SettingsBase { id: _settingsBluetooth itemIndex : SettingsStack.Bluetooth + Image { id: _image + width : 640 + height : 480 + source: "qrc:/images/iCuff-Omron-BP7000" + anchors { + horizontalCenter: parent.horizontalCenter + top: parent.top + topMargin: _settingsBluetooth.topMarginContent + } + } } SettingsDG { id: _settingsDGSettings