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

AnimatedImage {
    source: "stickman.gif"
    paused: true
    currentFrame: 2
}