summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2011-01-31 07:22:06 (GMT)
committerBea Lam <bea.lam@nokia.com>2011-02-02 02:59:47 (GMT)
commit08a3db6efd9fa48701491f9e8a8070e825a132f5 (patch)
tree7fd2dec16cef110cf2103bae52fa37e2d878337a /src
parent634589cdcdeb608352e17007360c5fb7d916a527 (diff)
downloadQt-08a3db6efd9fa48701491f9e8a8070e825a132f5.zip
Qt-08a3db6efd9fa48701491f9e8a8070e825a132f5.tar.gz
Qt-08a3db6efd9fa48701491f9e8a8070e825a132f5.tar.bz2
update What's New for QtQuick 1.1 and AnimatedImage docs
Diffstat (limited to 'src')
-rw-r--r--src/declarative/graphicsitems/qdeclarativeanimatedimage.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/declarative/graphicsitems/qdeclarativeanimatedimage.cpp b/src/declarative/graphicsitems/qdeclarativeanimatedimage.cpp
index f62e374..27bb6a2 100644
--- a/src/declarative/graphicsitems/qdeclarativeanimatedimage.cpp
+++ b/src/declarative/graphicsitems/qdeclarativeanimatedimage.cpp
@@ -87,6 +87,15 @@ QT_BEGIN_NAMESPACE
*/
/*!
+ \qmlproperty bool AnimatedImage::cache
+ \since Quick 1.1
+
+ Specifies whether the image should be cached. The default value is
+ true. Setting \a cache to false is useful when dealing with large images,
+ to make sure that they aren't cached at the expense of small 'ui element' images.
+*/
+
+/*!
\qmlproperty bool AnimatedImage::mirror
\since Quick 1.1