qt6-bb10/qtdeclarative/tests/auto/qml/qmlcachegen/data/componentInItem.qml

16 lines
240 B
QML

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