Index: sources/gui/qml/pages/treatment/TreatmentHDF.qml =================================================================== diff -u -rd7cdeb52d868ce60c0fb5b6ac0e279c440ba99a8 -r45ce5cd058a8d0239d486e0ab4b057731f7dba76 --- sources/gui/qml/pages/treatment/TreatmentHDF.qml (.../TreatmentHDF.qml) (revision d7cdeb52d868ce60c0fb5b6ac0e279c440ba99a8) +++ sources/gui/qml/pages/treatment/TreatmentHDF.qml (.../TreatmentHDF.qml) (revision 45ce5cd058a8d0239d486e0ab4b057731f7dba76) @@ -34,11 +34,6 @@ _headerBar.hdfStatusColor = _root.statusColor // TODO update later } - - Connections { target: vTDOpMode - function onInTreatmentChanged ( vValue ) { if ( vValue ) { _chart.updateXAxis() } } - } - Column { id: _column objectName: "column" @@ -71,19 +66,6 @@ header.color : Colors.heparinSectionHeader enableDropShadow: false } - - BaseChart { id: _chart - width : _column.cellWidth - height : _column.cellHeight - lineSeries1Value : vTreatmentPressureOcclusion.arterialPressure - lineSeries1Color : Colors.pressuresArterialBar - - lineSeries2Value : vTreatmentPressureOcclusion.venousPressure - lineSeries2Color : Colors.pressuresVenousBar - - lineSeries3Value : vTreatmentPressureOcclusion.tmpPressure - lineSeries3Color : Colors.pressuresTmpBar - } } TreatmentHDFComponent { id: _treatmentHdfComponent