Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Detected recursive rearrange
Forum Updated to NodeBB v4.3 + New Features

Detected recursive rearrange

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
4 Posts 3 Posters 672 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    Redman
    wrote on last edited by
    #1

    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

    1 Reply Last reply
    0
    • MarkkyboyM Offline
      MarkkyboyM Offline
      Markkyboy
      wrote on last edited by
      #2

      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.

      Don't just sit there standing around, pick up a shovel and sweep up!

      I live by the sea, not in it.

      1 Reply Last reply
      0
      • R Offline
        R Offline
        Redman
        wrote on last edited by Redman
        #3

        Seems like a major overlook to me.
        Thanks for the feedback.

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Hi,

          I think GammaRay might be useful to find that kind of things.

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved