Qt 6.11 is out! See what's new in the release
blog
How to set parameter RequestedSize in requestPixmap method
-
Hello everyone, May anyone pease explains me how requestPixMap in QQuickImageProviders exactly works ? and how parameter requestedSize is set ?
that could be much appreciated. -
Hi,
In the QML Image component set the sourceSize.with and sourceSize.height properties
-
@SGaist yeah, thanks I tried it and it works now.