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

Make QQuickImageProviderOptions accessible in public API

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Unresolved
    • Icon: P2: Important P2: Important
    • None
    • None
    • Quick: Other
    • None

      Many use cases of image providers require access to additional request parameters that are not available when implementing a QQuickImageProvider. Currently, the workaround is to implement the private QQuickImageProviderWithOptions subclass instead. That extends the QQuickImageProvider API with a QQuickImageProviderOptions parameter which contains the additional request data.

      This functionality is generally useful and so should be added to the public API in some way. E.g. by making the ...WithOptions class public, or extending QQuickImageProvider with the ...Options parameter, as possible under compat. requirements.

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

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            vgt Eirik Aavitsland
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes