aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/tableview/imagetiling
Commit message (Collapse)AuthorAgeFilesLines
* Add Image.sourceClipRect propertyShawn Rutledge2020-01-304-0/+90
Since we set sourceSize, we expect to use that coordinate system in sourceClipRect too. Therefore we use QImageReader::setScaledClipRect(), not setClipRect(). [ChangeLog][QtQuick][Image] Image now has a sourceClipRect property to render a clipped image from a region of the sourceSize. Change-Id: If08277df772c2ab1063dd88572e49de41b97bca4 Reviewed-by: Jan Arve Sæther <jan-arve.saether@qt.io>