See also related question: How do you debug Qt layout problems
I\'ve got some complex widget hierarchies that I\'m trying to lay out, and I run into the usual p
Late, but QObject::dumpObjectTree() helped me solve my issues.
Dumps a tree of children to the debug output.