Hello,
I have on QML few visual items, but some of them are added from within C++ code.
Now I need to access them from within QML on i.e. resize event.
I tried children.lenght but this is undefined.
Is there a way to iterate in QML over items children?
Bookmarks