Detected recursive rearrange
Unsolved
QML and Qt Quick
-
I'm pretty sure there isn't any option for verbose output with QtLayouts.
Have a look at anything connected with Quick Layouts; column layout, row layout, gridlayout, etc, looking for Layout.fillWidth / fillHeight vs PreferredWidth / PreferredHeight, getting some of these parameters incorrect causes no end of problems. Not an easy one for me to explain, I do struggle myself to get Layouts working correctly.
If your app is not huge, maybe you can paste some "working" lumps of code containing any type of QtLayout?, I'm assuming though that your code might be quite lengthy?, something others can paste into an empty project and play with it is helpful.