aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickanimatedimage/data/stickmanpause.qml
blob: ef771ed56f74e0131d25e2bb0df2a41c7f313b72 (plain)
1
2
3
4
5
6
7
import QtQuick 2.0

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