Are there any useful tools for diagnosing Qt layout and spacing problems?

后端 未结 4 2168

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

4条回答
  •  一个人的身影
    2021-02-05 06:25

    Late, but QObject::dumpObjectTree() helped me solve my issues.

    Dumps a tree of children to the debug output.

提交回复
热议问题