import QtQml 2.1

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