Index: sources/gui/qml/main.qml =================================================================== diff -u -rc8263f48423cf7791f5ef7d46157b9278708d663 -r3c30d57c6cba7595b1e1d6b806d90ca151bc8db2 --- sources/gui/qml/main.qml (.../main.qml) (revision c8263f48423cf7791f5ef7d46157b9278708d663) +++ sources/gui/qml/main.qml (.../main.qml) (revision 3c30d57c6cba7595b1e1d6b806d90ca151bc8db2) @@ -25,6 +25,7 @@ // View classes import VHDAccelerometer 0.1 import VUIPostSingleResult 0.1 + // Settings import VSettings 0.1 import VAdjustmentVersions 0.1 @@ -216,9 +217,9 @@ } onItemPressed: { - _mainStack .visible = vIndex == 0; - _managerStack .visible = vIndex == 1; - _settingsStack .visible = vIndex == 2; + _mainStack .visible = vIndex == 0 + _managerStack .visible = vIndex == 1 + _settingsStack.visible = vIndex == 2 } } @@ -241,6 +242,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:{