import QtQuick 2.0 QtObject { property list listProperty property int test: listProperty.length listProperty: [ QtObject{}, QtObject {} ] }