Detected recursive rearrange
-
wrote on 11 Feb 2025, 08:32 last edited by
Hi,
Qt Quick Layouts: Detected recursive rearrange. Aborting after two iterations.
is there some way to get a verbose output on where this warning is generated in my qml code?Kind regards
-
wrote on 11 Feb 2025, 10:27 last edited by
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.
-
wrote on 11 Feb 2025, 10:31 last edited by Redman 2 Nov 2025, 10:31
Seems like a major overlook to me.
Thanks for the feedback. -
Hi,
I think GammaRay might be useful to find that kind of things.
2/4