import QtQuick 2.0 QtObject { property list myList; myList: QtObject {} property variant value: myList property int test: value.length }