summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeanimatedimage/data/stickmanpause.qml
blob: 1d7e25909f1850363101260232af3c096200f920 (plain)
1
2
3
4
5
6
7
import QtQuick 1.0

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