Skip to content

Introduce QtQuick Image style paintedWidth/paintedHeight properties

We will on occasion need to know what the actual painted area is for the image inside an Icon item, and simply assuming that the item is that area assumes that that image is always square, which we cannot guarantee.

Merge request reports