import QtQuick 2.12

Item {
    Component {
        Rectangle {
            id: xxx
            Text {
                text: qsTr("&Undo")
            }
            Text {
                text: qsTr("&Redo")
            }
        }
    }
}
