Hi everyone,
I am doing some tests in Qt Quick (Qt Declarative and QML), and i would like to inspect the elements composing the declarative interface.
For example, if i have a declarative GUI composed of a rectangle and two images, i would like to have a list with three (or more) elements with these widgets (or items in Qt Declarative).
In Qt4 it is as easy as call the QApplication::allWidgets() method, bout i don't know how to do it in QML.
The same happens with event filters, so i can not get the events sent to these items.
Cheers!!!