import QtQuick 1.0 QtObject { property list myList myList: [ MyType { a: 1 }, MyType { a: 9 } ] }