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