Index: sources/gui/qml/main.qml =================================================================== diff -u -rd1a4fe257de0cc4fe51f241075f429d22d83eebe -r6f66ec07cf63341336ec82f0d26874087007e814 --- sources/gui/qml/main.qml (.../main.qml) (revision d1a4fe257de0cc4fe51f241075f429d22d83eebe) +++ sources/gui/qml/main.qml (.../main.qml) (revision 6f66ec07cf63341336ec82f0d26874087007e814) @@ -297,21 +297,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 { @@ -372,17 +357,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 : 75 + rightMargin : 250 } } SDCProgressItem { id: _sdcProgressItem // TODO: disable this later. this is only for diagnostic purpose. + anchors { + top : parent.top + right : parent.right + topMargin : 5 + rightMargin : 200 + } onDoubleClicked : { if ( _GuiView.dryDemoMode ) { let dryDemoTempID = 99