qt6-bb10/qtdeclarative/tests/auto/qml/qqmlcomponent/data/createObjectDirty.qml

12 lines
169 B
QML

import QtQml
QtObject {
id: self
property Component t: Component {
id: t
QtObject {}
}
property QtObject a: t.createObject("foobar")
}