diff options
author | Yann Bodson <yann.bodson@nokia.com> | 2010-04-12 07:47:16 (GMT) |
---|---|---|
committer | Yann Bodson <yann.bodson@nokia.com> | 2010-04-12 07:47:16 (GMT) |
commit | adb27f56d46fde3ccbd110186f1781ee0b3f98d0 (patch) | |
tree | d45590089e64ac665b92007129e121dbdd6d2849 /src/declarative | |
parent | 9753f6098e0e5b3d80ac748559aecc2e66dcfc7a (diff) | |
download | Qt-adb27f56d46fde3ccbd110186f1781ee0b3f98d0.zip Qt-adb27f56d46fde3ccbd110186f1781ee0b3f98d0.tar.gz Qt-adb27f56d46fde3ccbd110186f1781ee0b3f98d0.tar.bz2 |
Doc: update Rectangle smooth painting screenshot.
Diffstat (limited to 'src/declarative')
-rw-r--r-- | src/declarative/graphicsitems/qdeclarativerectangle.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/graphicsitems/qdeclarativerectangle.cpp b/src/declarative/graphicsitems/qdeclarativerectangle.cpp index 3f7548f..54c8ab2 100644 --- a/src/declarative/graphicsitems/qdeclarativerectangle.cpp +++ b/src/declarative/graphicsitems/qdeclarativerectangle.cpp @@ -464,6 +464,7 @@ void QDeclarativeRectangle::drawRect(QPainter &p) filtering at the beginning of the animation and reenable it at the conclusion. \image rect-smooth.png + On this image, smooth is turned off on the top half and on on the bottom half. */ QRectF QDeclarativeRectangle::boundingRect() const |