Index: sources/gui/qml/main.qml =================================================================== diff -u -r8f83b92860a33498ea7856e63afef0a10ee11923 -ra5be04172757fa469d85fb83a6998a4404214f19 --- sources/gui/qml/main.qml (.../main.qml) (revision 8f83b92860a33498ea7856e63afef0a10ee11923) +++ sources/gui/qml/main.qml (.../main.qml) (revision a5be04172757fa469d85fb83a6998a4404214f19) @@ -228,6 +228,21 @@ font.pixelSize: 14 } + Text { // TEST : Current Date/Time + color : Colors.textMain + anchors { + top : parent.top + left : parent.left + leftMargin : 1000 + } + horizontalAlignment : Text.Alignleft + verticalAlignment : Text.AlignBottom + + height : 15 + text : vDateTime.current + font.pixelSize: 14 + } + DiagnosticsDialog { id: _diagnosticsDialog } SDItem { onDoubleClicked:{