Index: sources/gui/qml/dialogs/diagnostics/DiagnosticsTD.qml =================================================================== diff -u -r786c598a074df1620995ce09a1166a4f7173add6 -r024129d0aa4be9de46b0b223d2980a7be4747f15 --- sources/gui/qml/dialogs/diagnostics/DiagnosticsTD.qml (.../DiagnosticsTD.qml) (revision 786c598a074df1620995ce09a1166a4f7173add6) +++ sources/gui/qml/dialogs/diagnostics/DiagnosticsTD.qml (.../DiagnosticsTD.qml) (revision 024129d0aa4be9de46b0b223d2980a7be4747f15) @@ -32,7 +32,7 @@ DebugDataColumn { id: _TDBloodFlowColumn textObjectName :"_TDBloodFlowData" - title : qsTr(" BP(H4)") + title : qsTr("[0x11] Blood Flow)") anchors { top : parent.top left : parent.left @@ -114,7 +114,7 @@ DebugDataColumn { id: _TDAirBubblesColumn textObjectName :"_TDAirBubblesData" - title : qsTr(" Bubbles ") + title : qsTr("[0x1E] Bubbles ") anchors { top : _TDPressureOcclusionColumn.bottom topMargin : spacing @@ -178,7 +178,7 @@ DebugDataColumn { id: _TDSwitchesColumn textObjectName :"_TDSwitchesData" - title : qsTr(" Switches ") + title : qsTr("[0x21] Switches ") anchors { top : _TDVoltageCoulumn.bottom topMargin : spacing @@ -194,7 +194,7 @@ DebugDataColumn { id: _TDOpModeColumn textObjectName :"_TDOpmodeData" - title : qsTr(" Opmode ") + title : qsTr("[0x12] Opmode ") anchors { top : parent.top left : _TDEjectorColumn.right @@ -212,7 +212,7 @@ DebugDataColumn { id: _TDTXStatesColumn textObjectName :"_TDTxStatesData" - title : qsTr(" TXStates ") + title : qsTr("[0x3C] TXStates ") anchors { top : _TDOpModeColumn.bottom @@ -284,7 +284,7 @@ DebugDataColumn { id: _TDPressureOcclusionColumn textObjectName :"_TDPressureData" - title : qsTr(" Pressure ") + title : qsTr("[0x24] Pressure ") anchors { top : parent.top @@ -327,7 +327,7 @@ DebugDataColumn { id: _TDTemperatureCoulumn textObjectName :"_TDTemperatureData" - title : qsTr(" Temp ") + title : qsTr("[0x53] Temperature ") anchors { top : _TDValvesColumn.bottom topMargin : spacing