Index: sources/gui/qml/globals/Variables.qml =================================================================== diff -u -r9a0581274e4dc51af6d6f3e4dd932581e8dce445 -r9d8a60eb984003d3f7814cbe507b1b37f519bc80 --- sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision 9a0581274e4dc51af6d6f3e4dd932581e8dce445) +++ sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision 9d8a60eb984003d3f7814cbe507b1b37f519bc80) @@ -6,8 +6,8 @@ * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * * \file Variables.qml - * \author (last) Behrouz NematiPour - * \date (last) 10-Aug-2020 + * \author (last) Peter Lucia + * \date (last) 06-Oct-2020 * \author (original) Behrouz NematiPour * \date (original) 09-Oct-2019 * @@ -23,12 +23,12 @@ * which is going to be used in the project. */ QtObject { - readonly property int applicationWidth : 1280 - readonly property int applicationHeight : 800 - readonly property int buttonSpacing : 150 - readonly property int dialogSVGHeight : 50 - readonly property int dialogSVGWidth : 50 - readonly property int dialogSVGIconOffset : 25 + readonly property int applicationWidth : 1280 + readonly property int applicationHeight : 800 + readonly property int buttonSpacing : 150 + readonly property int dialogIconHeight : 50 + readonly property int dialogIconWidth : 50 + readonly property int dialogIconHorizontalOffset: 25 readonly property int headerHeight : 100 readonly property int mainMenuHeight : 70 @@ -70,16 +70,24 @@ readonly property int progressbarHandler : 35 readonly property int progressbarFluidHeight: 5 + readonly property int progressbarSmall : 5 + readonly property int progressbarSmallWidth : 600 + readonly property int progressbarRectHeight : 50 + readonly property int progressbarRectWidth : 620 readonly property int sliderTextMargin : 20 + readonly property int treatmentSpacing : 60 readonly property int notificationHeight : 50 readonly property int notificationIconSize : 36 readonly property int backIconDiameter : 17 readonly property int pauseIconDiameter : 60 + readonly property int topBarMenuHeight : 100 + readonly property int sliderCircleDiameter : 25 + readonly property int pressuresProgressbarWidth : 725 readonly property int ultrafiltrationProgressbarWidth : 880 @@ -115,5 +123,7 @@ // - Fluid readonly property string unitTextSaline : qsTr("mL") readonly property string unitTextHeparin : qsTr("mL") + // - Create Treatment + readonly property string unitTextBPMeasurementInterval : qsTr("min") }