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

Row of Loaders : Row size does not reset to 0 upon loaders being destroyed

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P3: Somewhat important P3: Somewhat important
    • None
    • 5.4.0
    • Windows 8.1

      i have a Row containing some loaders like this:
      Row {
      id: itemRow;
      Loader

      { id: loader1}

      ;
      Loader

      { id: loader2}

      ;
      Loader

      { id: loader3}

      ;
      }

      It seems that after I set a loader sourceComponent to undefined, itemRow's width and height does not reset to Zero. When I load a new component into it, it remains the previous size.
      For that, I have to manually reset the size of loaders item before loading a new one into them!
      Anyone having this problem?

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            aalpert Alan Alpert
            tadinu Tadinu
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes