import QtQml 2.1

Instantiator {
    active: false
    QtObject {
        property bool success: true
        property int idx: index
    }
}
