Using layout buttons to combine selected items in single layout imports QtQuick.Layout and uses ColumnLayout/RowLayout/GridLayout, which are not supported in MCU at the moment. They have to be replaced with simple Column and Row.