summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeimage/data/aspectratio.qml
blob: 402d33e2f5c945a1f81e316f94da837956796a57 (plain)
1
2
3
4
5
6
import Qt 4.7

Image { 
    source: "heart.png"
    fillMode: Image.PreserveAspectFit;
}