Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-32114

New Row Layout behaviour is not acceptable

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • P3: Somewhat important
    • None
    • 5.1.0 RC1
    • None

    Description

      On porting a QML 1 App to QML 2 I found it rather difficult to work with the new row behavior.

      I found that the row / container item of row does call Component.onCompleted when all "visible" items are layouted, while the invisible items are still positioned at 0,0 and kept at a size of 0x0. Those invisible items are then handled "later".

      I need to have it all ready on "onCompleted" since I need to do calculations (pageing, scrolling) depending on the variable width of the row (and i.e. do culling / caching regarding the x position within each item)

      Is there any way to reenable the "old" behavior?

      Attachments

        For Gerrit Dashboard: QTBUG-32114
        # Subject Branch Project Status CR V

        Activity

          People

            416365416c Alan Alpert
            jerebo jeremias bosch
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes