Index: sources/gui/qml/main.qml =================================================================== diff -u -r161d1431cc3507cd430f54af6aa47dab5145d472 -rbefa8e7e7667c4aa5193022bd80e9f52c2374ad0 --- sources/gui/qml/main.qml (.../main.qml) (revision 161d1431cc3507cd430f54af6aa47dab5145d472) +++ sources/gui/qml/main.qml (.../main.qml) (revision befa8e7e7667c4aa5193022bd80e9f52c2374ad0) @@ -262,13 +262,36 @@ anchors { top : parent.top left : parent.left - leftMargin : 450 + leftMargin : 475 } horizontalAlignment : Text.Alignleft verticalAlignment : Text.AlignBottom height : 15 text : vNetwork.ethernetIP + font.pixelSize: 15 + } + + Text { // TEST : BluetoothStatus + color : Colors.textMain + anchors { + top : parent.top + left : parent.left + leftMargin : 615 + } + horizontalAlignment : Text.Alignleft + verticalAlignment : Text.AlignBottom + + height : 15 + text : Variables.notSetVariable(vTreatmentVitals.systolic , 2) + + "/" + + Variables.notSetVariable(vTreatmentVitals.diastolic, 2) + + "/" + + Variables.notSetVariable(vTreatmentVitals.heartRate, 2) + + ":" + + vBluetooth.pairedAddr + + " " + + (vBluetooth.notification || vDevice.status) font.pixelSize: 14 } @@ -277,7 +300,7 @@ anchors { top : parent.top left : parent.left - leftMargin : 1000 + leftMargin : 1100 } horizontalAlignment : Text.Alignleft verticalAlignment : Text.AlignBottom