Index: sources/gui/qml/main.qml =================================================================== diff -u -r26433c42f2efa2cb18af95f523581c7eeeff049d -rbdcd411d0b0e5d603ed4e9964cd8dd4b30975aa5 --- sources/gui/qml/main.qml (.../main.qml) (revision 26433c42f2efa2cb18af95f523581c7eeeff049d) +++ sources/gui/qml/main.qml (.../main.qml) (revision bdcd411d0b0e5d603ed4e9964cd8dd4b30975aa5) @@ -300,21 +300,6 @@ font.pixelSize: 14 } - Text { // TEST : Wireless IP - color : Colors.textMain - anchors { - top : parent.top - left : parent.left - leftMargin : 325 - } - horizontalAlignment : Text.Alignleft - verticalAlignment : Text.AlignBottom - - height : 15 - text : "W:" + vNetwork.wirelessIP - font.pixelSize: 15 - } - Text { // TEST : Ethernet IP color : Colors.textMain anchors { @@ -330,21 +315,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 { @@ -364,8 +334,10 @@ color : Colors.textMain anchors { top : parent.top - left : parent.left - leftMargin : 1080 + topMargin : 10 + + right : parent.right + rightMargin : 75 } horizontalAlignment : Text.Alignleft verticalAlignment : Text.AlignBottom @@ -379,8 +351,10 @@ color : Colors.textMain anchors { top : parent.top - left : parent.left - leftMargin : 1220 + topMargin : 10 + + right : parent.right + rightMargin : 25 } horizontalAlignment : Text.Alignleft verticalAlignment : Text.AlignBottom @@ -390,8 +364,32 @@ font.pixelSize: 14 } + WifiStatusIndicator { id: _wifiStatusIndicator + anchors { + top : parent.top + topMargin : 5 + + right : _bluetoothStatusIndicator.right + rightMargin : 50 + } + } + BluetoothStatusIndicator { id: _bluetoothStatusIndicator + anchors { + top : parent.top + right : parent.right + topMargin : 5 + rightMargin : 300 + } + } + SDCProgressItem { id: _sdcProgressItem // TODO: disable this later. this is only for diagnostic purpose. + anchors { + top : parent.top + right : parent.right + topMargin : 5 + rightMargin : 250 + } onDoubleClicked : { if ( _GuiView.dryDemoMode ) { let dryDemoTempID = 99