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

support prefetching qml, js, image and plugin resources in QML

    XMLWordPrintable

Details

    Description

      Prefetching is a widely used mechanism for better performance and user experience, qml files, javascript files, images file and plugins should be able loaded asynchronously at the application start. For example:

      ResourceLoader {
        scripts:["a.js", "b.js", "c.js"]
        images:["a.png", "b.png", "c.png"]
        components:["A.qml", "B.qml", "QtQuick.LocalStorage 2.0"]
      }
      

      Attachments

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

        Activity

          People

            qtqmlteam Qt Qml Team User
            charles Charles Yin (closed Nokia identity) (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes