Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-12031 API for C++ Declarative modules to retrieve images
  3. QTBUG-13555

QML Images switched from using QPixmapCache, no way to clear now

    XMLWordPrintable

Details

    Description

      Image items used to be cached using global QPixmapCache, now it does its own cache and there is no way to clear cche for any particular image anymore. For dymanic use, like generated thumbnails, there should be a way to clear Image cache and pickup new changed image, the problem if the name stays but underlying image got changed.
      At least one public function to clear cche by name would work fine, similar to QPixmapCache::remove or make a flag in Image, bool: cached, so i can turn off cahcing for some Images if i know they may change

      Attachments

        Issue Links

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

          Activity

            People

              vseryakov Vlad Seryakov
              vseryakov Vlad Seryakov
              Votes:
              3 Vote for this issue
              Watchers:
              12 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes