Index: sources/gui/qml/main.qml =================================================================== diff -u -r47c8f13876317ba36500400f894d96c9bce9eb17 -rbefa8e7e7667c4aa5193022bd80e9f52c2374ad0 --- sources/gui/qml/main.qml (.../main.qml) (revision 47c8f13876317ba36500400f894d96c9bce9eb17) +++ sources/gui/qml/main.qml (.../main.qml) (revision befa8e7e7667c4aa5193022bd80e9f52c2374ad0) @@ -262,7 +262,7 @@ anchors { top : parent.top left : parent.left - leftMargin : 500 + leftMargin : 475 } horizontalAlignment : Text.Alignleft verticalAlignment : Text.AlignBottom @@ -272,12 +272,35 @@ 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 + } + Text { // TEST : Current Date/Time color : Colors.textMain anchors { top : parent.top left : parent.left - leftMargin : 1000 + leftMargin : 1100 } horizontalAlignment : Text.Alignleft verticalAlignment : Text.AlignBottom