Details
-
Task
-
Resolution: Unresolved
-
P2: Important
-
None
-
None
-
None
Description
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.
Attachments
Issue Links
- relates to
-
QTBUG-98958 Image sourceClipRect has no visual effect on an image from QQuickImageProvider
- Closed