Index: sources/gui/qml/pages/treatment/TreatmentHDF.qml =================================================================== diff -u -r3e682c5afdadcf4dd2006e3d975fbee58e48619e -rc2f474ff07c98aa350c445a2474976a3cf985f40 --- sources/gui/qml/pages/treatment/TreatmentHDF.qml (.../TreatmentHDF.qml) (revision 3e682c5afdadcf4dd2006e3d975fbee58e48619e) +++ sources/gui/qml/pages/treatment/TreatmentHDF.qml (.../TreatmentHDF.qml) (revision c2f474ff07c98aa350c445a2474976a3cf985f40) @@ -75,13 +75,19 @@ width : _column.cellWidth height : _column.cellHeight lineSeries1Value : vTreatmentPressureOcclusion.arterialPressure - // TODO: Qt6 Port: lineSeries1Color : Colors.pressuresArterialBar + /* Qt6 Port: replace deprecated QtCharts and update the following line: + lineSeries1Color : Colors.pressuresArterialBar + */ lineSeries2Value : vTreatmentPressureOcclusion.venousPressure - // TODO: Qt6 Port: lineSeries2Color : Colors.pressuresVenousBar + /* Qt6 Port: replace deprecated QtCharts and update the following line: + lineSeries2Color : Colors.pressuresVenousBar + */ lineSeries3Value : vTreatmentPressureOcclusion.tmpPressure - // TODO: Qt6 Port: lineSeries3Color : Colors.pressuresTmpBar + /* Qt6 Port: replace deprecated QtCharts and update the following line: + lineSeries3Color : Colors.pressuresTmpBar + */ } }