Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
anyone knows how to count an object childrens? i'm currently using this method: myRec.data.length - but this gives me 4 dunno why... obviously i could do myRec.data.length - 2
@Rectangle { id: myRec Rectangle {} Rectangle {} }@
myRec shou
Try with 'myRec.children.length'