Please change it to "DGAccelData" as you have stated in the infoText function. this should be exactly the text user may search for in the log file to find the logged message.
Actually, No this is in the correct place and those two other components shall cover the minimize mouseArea. IF it goes last then it covers those two and they will never work.
When I added left and right margins to the mouse area in RangeRect to make it easier to select the knob from the left of a slider or the right of the slider when the knob was at its minimum or maximum position, the unintended consequence is that there is sometimes an offset between the click point and the knob position, requiring small adjustment to tests using sliders. I've removed that change to RangeRect now and reverted the values here back to 190. I think a better solution would be needed if we still want to expand the left and right mouse area touch margins of the slider.
Actually, this feature (Arterial/Venous Pressure) was done before Pre-Treatment Create feature. At the moment Pre-Treatment Create has been implemented existence of these parameters has been ignored and another approach has been followed. In general, If a simple value can be defined in where it is being used the most (in this case qml) it's better to be defined there and not to call multiple setter, getter for getting a simple read only value.
These still need to be updated outer_instance can be removed, and can_interface needs to be added. the logger parameter description isn't right as the deprecated outer_instance parameter was a reference to the DG (outer) class, not the logger parameter