Details
-
Suggestion
-
Resolution: Out of scope
-
Not Evaluated
-
4.4.3
-
None
Description
It would be useful if there was an option for turning off the recursive behavior of QObject::findChildren<>().
Currently one has to use QObject::children() to list all of them and do manual filtering based on the class name afterwards.