Index: sources/gui/qml/components/ScreenItem.qml =================================================================== diff -u -r1286d74bd015276aab604808be2766136091c125 -r07121b02499a4c929c5b5e8bd804a67539574c1b --- sources/gui/qml/components/ScreenItem.qml (.../ScreenItem.qml) (revision 1286d74bd015276aab604808be2766136091c125) +++ sources/gui/qml/components/ScreenItem.qml (.../ScreenItem.qml) (revision 07121b02499a4c929c5b5e8bd804a67539574c1b) @@ -24,8 +24,9 @@ * \brief Parent item for all the Screens */ Item { id: _root - property alias backgroundRect : _backgroundRect - property string headerTitle : "" + property alias backgroundRect : _backgroundRect + property string headerTitle : "" + property bool showCreateRxHeaderButton : false visible: false width : Variables.applicationWidth