import QtQml
QtObject {
id: a
property Component c: Component {
property int a: 5
objectName: a.objectName
}