Index: sources/gui/qml/pages/posttreatment/PostTreatmentStack.qml =================================================================== diff -u -r14d7345260cdc47d8308da4fff127fbd97837fe4 -re158ea655ffbc1208d2f3c837a018b972fac2e8f --- sources/gui/qml/pages/posttreatment/PostTreatmentStack.qml (.../PostTreatmentStack.qml) (revision 14d7345260cdc47d8308da4fff127fbd97837fe4) +++ sources/gui/qml/pages/posttreatment/PostTreatmentStack.qml (.../PostTreatmentStack.qml) (revision e158ea655ffbc1208d2f3c837a018b972fac2e8f) @@ -46,7 +46,6 @@ property int stackStepIndex : 0 readonly property bool isDisconnect : _root.stackStepIndex === PostTreatmentStack.StackStep.Disconnect - readonly property bool isReview : _root.stackStepIndex === PostTreatmentStack.StackStep.Review signal patientDisconnectionConfirm () signal treatmentReviewConfirm () @@ -135,32 +134,6 @@ stepNames : _root.stepNames onBackClicked : _root.backClicked() onConfirmClicked: _root.confirmClicked() - - Row { id: _qrRow - spacing : Variables.defaultMargin - visible : _root.isReview - - anchors { - left : _titleBar.left - leftMargin : Variables.defaultMargin * 2 - top : _titleBar.top - topMargin : Variables.defaultMargin * 2 - } - - QRCode { id: _qrCode - anchors.verticalCenter : parent.verticalCenter - anchors.verticalCenterOffset: -5 - qrcode : vPostTreatmentAdjustmentTreatmentLog.txCode - clear : ! _root.visible - } - - Text { id: _txCodeText - anchors.bottom : _qrCode.bottom - text : vPostTreatmentAdjustmentTreatmentLog.txCode ? qsTr("Tx Code: ") + vPostTreatmentAdjustmentTreatmentLog.txCode : " " - color : "#DBE9FA" - font.pixelSize : Fonts.fontPixelButton - } - } } PostTreatmentBase { id: _patientDisconnectionConfirm