Index: sources/gui/qml/main.qml =================================================================== diff -u -rb9d5efd980be633f5d0bd92cc76295f3a0669db4 -rd1a4fe257de0cc4fe51f241075f429d22d83eebe --- sources/gui/qml/main.qml (.../main.qml) (revision b9d5efd980be633f5d0bd92cc76295f3a0669db4) +++ sources/gui/qml/main.qml (.../main.qml) (revision d1a4fe257de0cc4fe51f241075f429d22d83eebe) @@ -327,21 +327,6 @@ 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 : "B:" + vBluetooth.pairedAddr - font.pixelSize: 14 - } - Text { // TEST : The treatment vital dialog countdown time color : Colors.textMain anchors { @@ -362,7 +347,7 @@ anchors { top : parent.top left : parent.left - leftMargin : 1080 + leftMargin : 615 } horizontalAlignment : Text.Alignleft verticalAlignment : Text.AlignBottom @@ -377,7 +362,7 @@ anchors { top : parent.top left : parent.left - leftMargin : 1220 + leftMargin : 800 } horizontalAlignment : Text.Alignleft verticalAlignment : Text.AlignBottom @@ -387,6 +372,15 @@ font.pixelSize: 14 } + BluetoothStatusIndicator { id: _bluetoothStatusIndicator + anchors { + top : parent.top + right : parent.right + topMargin : 5 + rightMargin : 75 + } + } + SDCProgressItem { id: _sdcProgressItem // TODO: disable this later. this is only for diagnostic purpose. onDoubleClicked : {