import Qt 4.7

Item {
    id: myId
    Component {
        id: myId
        QtObject {}
    }
}
