Index: sources/gui/qml/dialogs/DiagnosticsDialog.qml =================================================================== diff -u -r26433c42f2efa2cb18af95f523581c7eeeff049d -r0f7ff0b328197a1737bd33cde56bac95fa98e1eb --- sources/gui/qml/dialogs/DiagnosticsDialog.qml (.../DiagnosticsDialog.qml) (revision 26433c42f2efa2cb18af95f523581c7eeeff049d) +++ sources/gui/qml/dialogs/DiagnosticsDialog.qml (.../DiagnosticsDialog.qml) (revision 0f7ff0b328197a1737bd33cde56bac95fa98e1eb) @@ -40,6 +40,21 @@ return idx * 100 + gap } + // Jira: LEAH-1976-implement-a-simple-video-screen + // For testing the rest of code is comment out. + // Please uncomment the rest of code later + // VideoScreen { id: _video + // anchors.centerIn: parent + // width : parent.width + // height : parent.height + // } + + AnimationScreen { id: _animationScreen + anchors.centerIn: parent + width : parent.width + height : parent.height + } + Rectangle { anchors.centerIn: _closeButton border.color : Colors.white @@ -59,6 +74,7 @@ onClicked : close() } + /* DebugDataColumn { id: _DGROPumpColumn textObjectName :"_DGROPumpData" title : qsTr(" ROP ") @@ -159,10 +175,11 @@ "HR" , ] } - - Text { id : _mouseEventCountText - text: String("Touch: %1,%2").arg(GuiEventSpy.touchCount /*.toString().padStart(4,'0')*/ ) - .arg(GuiEventSpy.touchPoints /*.toString().padStart(4,'0')*/ ) +*/ +// Text { id : _mouseEventCountText +// text: String("Touch: %1,%2").arg(GuiEventSpy.touchCount /*.toString().padStart(4,'0')*/ ) +// .arg(GuiEventSpy.touchPoints /*.toString().padStart(4,'0')*/ ) +/* x: col(3.5) y: row(1.5) visible: true @@ -631,6 +648,7 @@ ] } + Text { id : _hdResetInformation x: col(0.2) y: row(6.4) @@ -659,5 +677,6 @@ } } } + */ }