summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeanimatedimage/data/stickmanscaled.qml
blob: b8a254f212069f31a0b82069dc4da18cae88cdec (plain)
1
2
3
4
5
6
7
import Qt 4.7

AnimatedImage {
    width: 240
    height: 180
    source: "stickman.gif"
}