1 2 3 4 5 6 7 8
import QtQuick 2.9 QtObject { id: object default property alias children: object.__children property list<QtObject> __children: [QtObject {}] }