Index: sources/gui/qml/pages/treatment/sections/TreatmentFluid.qml =================================================================== diff -u -ra159e12630645a9a35fb0a5585cc7b639cfe6aa6 -rf160ef9c259a75e8d6120ad962cda648e8f7a9b3 --- sources/gui/qml/pages/treatment/sections/TreatmentFluid.qml (.../TreatmentFluid.qml) (revision a159e12630645a9a35fb0a5585cc7b639cfe6aa6) +++ sources/gui/qml/pages/treatment/sections/TreatmentFluid.qml (.../TreatmentFluid.qml) (revision f160ef9c259a75e8d6120ad962cda648e8f7a9b3) @@ -67,24 +67,6 @@ value : 0 - // TEST begin : simulation code - // minimum : 0 // TEST : only test values - // maximum : 100 // TEST : only test values - // NumberAnimation on value { - // duration: 10000 - // from : _fluidProgressBar.minimum - // to : _fluidProgressBar.maximum - // //loops: Animation.Infinite - // onFinished: { - // _cumulativeValue.valueLast += _fluidProgressBar.value - // restart() - // } - // } - // onValueChanged: { - // _cumulativeValue.value = _cumulativeValue.valueLast + _fluidProgressBar.value - // } - // TEST end - Text { id: _fluidText anchors { left : parent.left