diff options
author | Bea Lam <bea.lam@nokia.com> | 2010-04-28 02:12:05 (GMT) |
---|---|---|
committer | Bea Lam <bea.lam@nokia.com> | 2010-04-28 02:18:18 (GMT) |
commit | f96710f689c8237fabbfb65f56279e2a4d1aca30 (patch) | |
tree | 2b25af3536cb04c861545a8b46e768f150d9cd59 /src/declarative/graphicsitems/qdeclarativeimage.cpp | |
parent | 07bbd16e98a24ccc22804c3766d15f9da406107a (diff) | |
download | Qt-f96710f689c8237fabbfb65f56279e2a4d1aca30.zip Qt-f96710f689c8237fabbfb65f56279e2a4d1aca30.tar.gz Qt-f96710f689c8237fabbfb65f56279e2a4d1aca30.tar.bz2 |
Doc fixes
Diffstat (limited to 'src/declarative/graphicsitems/qdeclarativeimage.cpp')
-rw-r--r-- | src/declarative/graphicsitems/qdeclarativeimage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/graphicsitems/qdeclarativeimage.cpp b/src/declarative/graphicsitems/qdeclarativeimage.cpp index 247e348..1031493 100644 --- a/src/declarative/graphicsitems/qdeclarativeimage.cpp +++ b/src/declarative/graphicsitems/qdeclarativeimage.cpp @@ -54,7 +54,7 @@ QT_BEGIN_NAMESPACE \brief The Image element allows you to add bitmaps to a scene. \inherits Item - The Image element supports untransformed, stretched and tiled. + The Image element supports untransformed, stretched and tiled images. For an explanation of stretching and tiling, see the fillMode property description. |