diff options
author | Yann Bodson <yann.bodson@nokia.com> | 2009-08-01 13:58:29 (GMT) |
---|---|---|
committer | Yann Bodson <yann.bodson@nokia.com> | 2009-08-01 13:58:29 (GMT) |
commit | 28c809e996963ba938ce05590da44d260ce70c75 (patch) | |
tree | 11139b50159a66ef5c11061f8d311a794c6b5c25 /src/declarative/fx/qfximage.cpp | |
parent | fb496d96b65a9e470d46d73ede00cf58a519a80f (diff) | |
download | Qt-28c809e996963ba938ce05590da44d260ce70c75.zip Qt-28c809e996963ba938ce05590da44d260ce70c75.tar.gz Qt-28c809e996963ba938ce05590da44d260ce70c75.tar.bz2 |
Documentation
Diffstat (limited to 'src/declarative/fx/qfximage.cpp')
-rw-r--r-- | src/declarative/fx/qfximage.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/fx/qfximage.cpp b/src/declarative/fx/qfximage.cpp index 605e1ea..5976cd5 100644 --- a/src/declarative/fx/qfximage.cpp +++ b/src/declarative/fx/qfximage.cpp @@ -455,7 +455,7 @@ void QFxImage::paint(QPainter *p, const QStyleOptionGraphicsItem *, QWidget *) \list \o Null - no image has been set \o Ready - the image has been loaded - \o Loading - the images is currently being loaded + \o Loading - the image is currently being loaded \o Error - an error occurred while loading the image \endlist @@ -484,7 +484,7 @@ qreal QFxImage::progress() const } /*! - \qmlproperty string Image::source + \qmlproperty url Image::source Image can handle any image format supported by Qt, loaded from any URL scheme supported by Qt. |