import QtQuick 2.0 QtObject { id: object default property alias children: object.__children property list __children: [QtObject {}] }