aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/imageelements/imageelements.qrc
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2017-12-27 14:24:15 +0100
committerShawn Rutledge <shawn.rutledge@qt.io>2018-01-21 21:48:56 +0000
commitf562a7d99aeaff85f964b0ad75f94fb85e3ddd11 (patch)
tree00d246d54da825aef762742ba187f7713b3671c3 /examples/quick/imageelements/imageelements.qrc
parent35c23364c17b4a816f7bba94a09531c982a1c9ad (diff)
Add an AnimatedImage example
This provides a way of testing the new speed property too. The animated GIF comes from https://en.wikipedia.org/wiki/Uniflow_steam_engine Task-number: QTBUG-62203 Change-Id: I1df118e79d9c7451c2fbf712b1ab4eb0656e4cc7 Reviewed-by: Louis du Verdier <louis.du.verdier@free.fr> Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'examples/quick/imageelements/imageelements.qrc')
-rw-r--r--examples/quick/imageelements/imageelements.qrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/quick/imageelements/imageelements.qrc b/examples/quick/imageelements/imageelements.qrc
index ef8a9e52cb..2488fb083b 100644
--- a/examples/quick/imageelements/imageelements.qrc
+++ b/examples/quick/imageelements/imageelements.qrc
@@ -13,7 +13,9 @@
<file>content/shadow.png</file>
<file>content/ShadowRectangle.qml</file>
<file>content/speaker.png</file>
+ <file>content/Uniflow_steam_engine.gif</file>
<file>imageelements.qml</file>
+ <file>animatedimage.qml</file>
<file>animatedsprite.qml</file>
<file>borderimage.qml</file>
<file>image.qml</file>