import QtQuick 1.0 Item { id: root property int childrenCount: root.children.length Item {} }