Index: sources/gui/qml/globals/Variables.qml =================================================================== diff -u -r7f984daf450d01b14495eca7c47c96d936f8b32b -r2ef03b2ce51b4dc507f66e9671953a8e0824bde9 --- sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision 7f984daf450d01b14495eca7c47c96d936f8b32b) +++ sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision 2ef03b2ce51b4dc507f66e9671953a8e0824bde9) @@ -1,13 +1,13 @@ /*! * - * Copyright (c) 2019-2023 Diality Inc. - All Rights Reserved. + * Copyright (c) 2019-2024 Diality Inc. - All Rights Reserved. * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * * \file Variables.qml * \author (last) Behrouz NematiPour - * \date (last) 14-Mar-2023 + * \date (last) 18-Sep-2023 * \author (original) Behrouz NematiPour * \date (original) 09-Oct-2019 * @@ -41,6 +41,7 @@ readonly property int minVGap2 : 30 readonly property int logoDiameter : 50 + readonly property int denaliDeviceDiameter : 350 // 475 readonly property int iconsDiameter : 25 @@ -154,6 +155,8 @@ readonly property int settingsOptionWidth : 550 readonly property int settingsOptionHeight : 50 + readonly property int settingsExportLogsScrollBarWidth : 5 + readonly property int screenGridAreaWidth : 400 readonly property int screenGridAreaHeightRow1 : 170 readonly property int screenGridAreaHeightRow2 : 225 @@ -184,6 +187,7 @@ readonly property int circleButtonDefaultDiameter : 45 + readonly property int noRejectReason : 0 // ---------- < PRS > Related Section ---------- // blood flow rate @@ -261,7 +265,7 @@ // - Temperature readonly property string unitTextTemperature : qsTr("°C") // Concentration - readonly property string unitTextConcentration : qsTr("mEg/L") + readonly property string unitTextConcentration : qsTr("mEq/L") readonly property string unitTextHeparinConcentration : qsTr("IU/mL") }