Index: sources/gui/qml/globals/Variables.qml =================================================================== diff -u -rfaa306f41ddc70a48d042cc265396ef32116ad97 -r5215e145a0f26a20c99e3f10af6ac8a9c3b67383 --- sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision faa306f41ddc70a48d042cc265396ef32116ad97) +++ sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision 5215e145a0f26a20c99e3f10af6ac8a9c3b67383) @@ -125,14 +125,15 @@ readonly property int settingsOptionWidth : 550 readonly property int settingsOptionHeight : 50 + readonly property int rinsebackIconDiameterDefault : 85 + readonly property int rinsebackIconDiameterResumePause : 110 readonly property int vitalsTopMargin : 30 readonly property int vitalsLeftMargin : 50 readonly property int textInputWidth : 350 readonly property int textInputHeight : 50 readonly property int textInputLineWidth : 100 - // ---------- < PRS > Related Section ---------- // Min/Max readonly property int bloodFlowMin : 100 @@ -141,6 +142,8 @@ readonly property int bloodFlowResolution : 25 readonly property int dialysateFlowResolution : 50 readonly property int durationResolution : 15 // PRS346 + // Precision + readonly property int ultrafiltrationPrecision : 3 // Inline Blood Pressures // - Artrial @@ -149,12 +152,10 @@ readonly property int arterialValueMax : +600; ///< PRS362 const // - Artrial - Adjust pressure limit range and manufacturing default - Low readonly property int arterialLimitLowMin : -300; ///< PRS354 const - // ref to Model // arterialLimitLowMin : -300; ///< PRS354 default \ref MAdjustPressuresLimitsReq - readonly property int arterialLimitLowMax : +200; ///< PRS354 const + readonly property int arterialLimitLowMax : 0; ///< PRS354 const // - Artrial - Adjust pressure limit range and manufacturing default - High readonly property int arterialLimitHighMin : -300; ///< PRS355 const - // ref to Model // arterialLimitHighMin : +100; ///< PRS355 default \ref MAdjustPressuresLimitsReq - readonly property int arterialLimitHighMax : +200; ///< PRS355 const + readonly property int arterialLimitHighMax : 0; ///< PRS355 const // - Artrial - Adjust pressure limit resolution readonly property int arterialLimitStep : +10; ///< PRS354,PRS355 // has to be the same since it's on the same line scale readonly property int arterialLimitGap : +30; @@ -164,12 +165,10 @@ readonly property int venousValueMin : -100; ///< PRS361 const readonly property int venousValueMax : +700; ///< PRS361 const // - Venous - Adjust pressure limit range and manufacturing default - Low - readonly property int venousLimitLowMin : -100; ///< PRS356 const - // ref to Model // venousLimitLowDef : -100; ///< PRS356 default \ref MAdjustPressuresLimitsReq + readonly property int venousLimitLowMin : +20; ///< PRS356 const readonly property int venousLimitLowMax : +600; ///< PRS356 const // - Venous - Adjust pressure limit range and manufacturing default - High - readonly property int venousLimitHighMin : +100; ///< PRS357 const - // ref to Model // venousLimitHighDef : +400; ///< PRS357 default \ref MAdjustPressuresLimitsReq + readonly property int venousLimitHighMin : +20; ///< PRS357 const readonly property int venousLimitHighMax : +600; ///< PRS357 const // - Venous - Adjust pressure limit resolution readonly property int venousLimitStep : +10; ///< PRS356,PRS357 // has to be the same since it's on the same line scale @@ -184,6 +183,11 @@ readonly property string notSetVariableText : "__" + readonly property string preTreatmentStepLabelCreate : qsTr("CREATE" ) + readonly property string preTreatmentStepLabelConfirm : qsTr("CONFIRM" ) + readonly property string preTreatmentStepLabelPriming : qsTr("PRIME" ) + readonly property string preTreatmentStepLabelUltrafiltration : qsTr("BEGIN" ) + // Units // - Ultrafiltration readonly property string unitTextUltrafiltrationRate : qsTr("mL/min") @@ -195,9 +199,9 @@ readonly property string unitTextBloodPressure : qsTr("mmHg") readonly property string unitTextHeartBeat : qsTr("BPM" ) // - Fluid - readonly property string unitTextFluid : qsTr("mL") - readonly property string unitTextSaline : unitTextFluid - readonly property string unitTextHeparin : unitTextFluid + readonly property string unitTextFluid : qsTr("mL") + readonly property string unitTextSaline : unitTextFluid + readonly property string unitTextHeparin : unitTextFluid // - Create Treatment - readonly property string unitTextBPMeasurementInterval : qsTr("min") + readonly property string unitTextBPMeasurementInterval : qsTr("min") }