import QtQuick 1.0 ListModel { ListElement { a: 10 } ListElement { id: foo; a: 12 } }