aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/smooth/SourceImage.qml
blob: 7956190e1199ec6f38b18451df9c2c549ae16ea7 (plain)
1
2
3
4
5
6
7
8
import QtQuick 2.0

Image {
    source: "star.png"
    smooth: false
    scale: 4
    transformOrigin: Item.TopLeft
}