tests/auto/declarative/qdeclarativeanimatedimage/data/stickmanpause.qml
changeset 30 5dc02b23752f
equal deleted inserted replaced
29:b72c6db6890b 30:5dc02b23752f
       
     1 import Qt 4.7
       
     2 
       
     3 AnimatedImage {
       
     4     source: "stickman.gif"
       
     5     paused: true
       
     6     currentFrame: 2
       
     7 }