aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick1/qdeclarativeanimatedimage/data/stickmanscaled.qml
blob: 8b24d73715e35eb1aec7e6ebab9abe26c747b731 (plain)
1
2
3
4
5
6
7
import QtQuick 1.0

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