Index: sources/gui/qml/main.qml =================================================================== diff -u -rc9f8f8cf3c6c37fc6460d8675c62c9442c4d4263 -r5b46bc8e4724e4ddb648f901d76bb7ec24f8b6c7 --- sources/gui/qml/main.qml (.../main.qml) (revision c9f8f8cf3c6c37fc6460d8675c62c9442c4d4263) +++ sources/gui/qml/main.qml (.../main.qml) (revision 5b46bc8e4724e4ddb648f901d76bb7ec24f8b6c7) @@ -278,6 +278,21 @@ 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 { @@ -289,7 +304,7 @@ verticalAlignment : Text.AlignBottom height : 15 - text : vNetwork.ethernetIP + text : "E:" + vNetwork.ethernetIP font.pixelSize: 15 }