aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickimage/data/aspectratio.qml
blob: b26f0e1f042894547b5ce758dcfd8d6d4373e72f (plain)
1
2
3
4
5
6
import QtQuick 2.0

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