Index: sources/gui/qml/dialogs/diagnostics/DiagnosticsTD.qml =================================================================== diff -u -re18180f1f5fc7c8fbf76255f02f9898217db40a2 -rceb3d2954987f263370924f5b4a15f8353ad5000 --- sources/gui/qml/dialogs/diagnostics/DiagnosticsTD.qml (.../DiagnosticsTD.qml) (revision e18180f1f5fc7c8fbf76255f02f9898217db40a2) +++ sources/gui/qml/dialogs/diagnostics/DiagnosticsTD.qml (.../DiagnosticsTD.qml) (revision ceb3d2954987f263370924f5b4a15f8353ad5000) @@ -312,7 +312,21 @@ ] } + DebugDataColumn { id: _TDTestColumn + textObjectName :"_TDTestData" + title : qsTr(" Test ") + visible : vTDTest.visible + x: col(0) + y: row(8) + model: [ + vTDTest.test , + ] + label: [ + "test " , + ] + } + // TODO: The TouchRect should be unnecessary since the first communication message with UI/TD is the version. TouchRect { x : col(9.0)