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

Details

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

    Description

      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?

      Attachments

        Issue Links

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

          Activity

            People

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

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes