Index: sources/gui/qml/dialogs/DiagnosticsDialog.qml =================================================================== diff -u -r26433c42f2efa2cb18af95f523581c7eeeff049d -r85acfb989e40d697550f788b85a1d287b3316728 --- sources/gui/qml/dialogs/DiagnosticsDialog.qml (.../DiagnosticsDialog.qml) (revision 26433c42f2efa2cb18af95f523581c7eeeff049d) +++ sources/gui/qml/dialogs/DiagnosticsDialog.qml (.../DiagnosticsDialog.qml) (revision 85acfb989e40d697550f788b85a1d287b3316728) @@ -40,6 +40,15 @@ 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 + } + Rectangle { anchors.centerIn: _closeButton border.color : Colors.white @@ -59,6 +68,7 @@ onClicked : close() } + /* DebugDataColumn { id: _DGROPumpColumn textObjectName :"_DGROPumpData" title : qsTr(" ROP ") @@ -159,10 +169,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 +642,7 @@ ] } + Text { id : _hdResetInformation x: col(0.2) y: row(6.4) @@ -659,5 +671,6 @@ } } } + */ }