Index: sources/gui/qml/pages/posttreatment/PostTreatmentReview.qml =================================================================== diff -u -re125bd5cf13750eaf241d518b9c846139afaa81c -re8ffaa51e4eb9b55efebebc13899f79d9a5ca946 --- sources/gui/qml/pages/posttreatment/PostTreatmentReview.qml (.../PostTreatmentReview.qml) (revision e125bd5cf13750eaf241d518b9c846139afaa81c) +++ sources/gui/qml/pages/posttreatment/PostTreatmentReview.qml (.../PostTreatmentReview.qml) (revision e8ffaa51e4eb9b55efebebc13899f79d9a5ca946) @@ -30,6 +30,10 @@ PostTreatmentBase { id: _root signal itemClicked(int vIndex) + readonly property alias itemsText : _parametersGrid.itemsText + readonly property alias itemsValue: _parametersGrid.itemsValue + readonly property alias itemsUnit : _parametersGrid.itemsUnit + ExportButton { anchors.top : parent.top anchors.left : parent.left