Index: sources/gui/qml/pages/posttreatment/PostTreatmentReview.qml =================================================================== diff -u -rd3966c8b93308381d0e45802e78206bb6cce010e -r5687815256ae070a9a207107088e3f72dd464da0 --- sources/gui/qml/pages/posttreatment/PostTreatmentReview.qml (.../PostTreatmentReview.qml) (revision d3966c8b93308381d0e45802e78206bb6cce010e) +++ sources/gui/qml/pages/posttreatment/PostTreatmentReview.qml (.../PostTreatmentReview.qml) (revision 5687815256ae070a9a207107088e3f72dd464da0) @@ -7,7 +7,7 @@ * * \file PostTreatmentReview.qml * \author (last) Behrouz NematiPour - * \date (last) 20-Nov-2023 + * \date (last) 31-Jul-2024 * \author (original) Behrouz NematiPour * \date (original) 21-Apr-2021 * @@ -78,7 +78,9 @@ } QRCode { id: _qrCode - visible : false // removed for the P1 release, since the code had a big change and cannot be removed entirely + // removed for the P1 release, since the code had a big change and cannot be removed entirely + // added for the P1B release + visible : true anchors.bottom : _flickable.top anchors.right : _flickable.right anchors.margins : 15