Index: sources/gui/qml/main.qml =================================================================== diff -u -r6f2622be80fcaee8d71baf78404627381157970c -r8f336b528afb37743d4ae3404c810e6a9e4422c4 --- sources/gui/qml/main.qml (.../main.qml) (revision 6f2622be80fcaee8d71baf78404627381157970c) +++ sources/gui/qml/main.qml (.../main.qml) (revision 8f336b528afb37743d4ae3404c810e6a9e4422c4) @@ -223,8 +223,6 @@ Background {} - GuiView { id: _GuiView } - // ----- Follow the below Z order ----- // 1 - Screens // 1 - 1 @@ -366,4 +364,10 @@ timeout : _alarmItem.timeout backgroundFading : vHDOperationMode.fault } + + GuiView { id: _GuiView +// Component.onCompleted: { +// console.debug("GuiView - complete") +// } + } }