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

Qml Loader progress does not update correctly

    XMLWordPrintable

Details

    • 099dc3000e2767bad3c657d7011c8701afa11873

    Description

      The Loader item has a progrss which claims to be between 0.0 and 1.0. When loading files which have a visible delay in appearing on screen, the progress changes only once (directly to 1.0),

      The below loader:

      Loader

      { id: loader onProgressChanged: console.log(progress); }

      With a variety of local and non-local files never printed any value x, such that 0.0 < x < 1.0 .

      Attachments

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

        Activity

          People

            aakenned Aaron Kennedy
            aalpert-nokia Alan Alpert (closed Nokia identity) (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes