1 import Qt 4.7
2
3 Item {
4 id: root
5
6 property int childrenCount: root.children.length
7
8 Item {}
9 }