Index: sources/gui/qml/main.qml =================================================================== diff -u -rebc82b5efe26c1081606fab06a1c99bb4f9c0098 -ra302861c33cdda0f0a95ade9b7c6a02b5593a9f2 --- sources/gui/qml/main.qml (.../main.qml) (revision ebc82b5efe26c1081606fab06a1c99bb4f9c0098) +++ sources/gui/qml/main.qml (.../main.qml) (revision a302861c33cdda0f0a95ade9b7c6a02b5593a9f2) @@ -255,6 +255,20 @@ Text { // TEST : Current Date/Time color : Colors.textMain anchors { + top : parent.top + horizontalCenter: parent.horizontalCenter + } + horizontalAlignment : Text.Alignleft + verticalAlignment : Text.AlignBottom + + height : 15 + text : vDateTime.current + font.pixelSize: 14 + } + + Text { // TEST : Ethernet IP + color : Colors.textMain + anchors { top : parent.top left : parent.left leftMargin : 1000 @@ -263,7 +277,7 @@ verticalAlignment : Text.AlignBottom height : 15 - text : vDateTime.current + text : vNetwork.ethernetIP font.pixelSize: 14 }