summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/animatedimage/data/stickmanpause.qml
blob: 7ab17d4265054dd357bc945ade6a762e697802ef (plain)
1
2
3
4
5
6
7
import Qt 4.6

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