tags:

views:

18

answers:

0

To get a list of all the widgets created into an application we can simply call :

QApplication::allWidgets()

Read the docs, and I havn't found nothing like this to get a list of all QObjects, so if an application creates stand-alone QObjects that are not QWidgets I have no such a simple function to use.

Is there a method to obtain such a list ?

Tnx in advance