diff options
author | Kai Koehne <kai.koehne@nokia.com> | 2009-08-21 07:55:17 (GMT) |
---|---|---|
committer | Kai Koehne <kai.koehne@nokia.com> | 2009-08-21 11:22:34 (GMT) |
commit | 715056fe9939452c0223f5d8ff217bed3b8015de (patch) | |
tree | 202042a0d0eda577ba5cb0b8d0d0024c49414d50 /src/declarative/fx/qfxitem.cpp | |
parent | 184cc9528b4361b3c60025a1610fd88e3eb5895d (diff) | |
download | Qt-715056fe9939452c0223f5d8ff217bed3b8015de.zip Qt-715056fe9939452c0223f5d8ff217bed3b8015de.tar.gz Qt-715056fe9939452c0223f5d8ff217bed3b8015de.tar.bz2 |
Doc fix (Rect->Rectangle)
Diffstat (limited to 'src/declarative/fx/qfxitem.cpp')
-rw-r--r-- | src/declarative/fx/qfxitem.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/fx/qfxitem.cpp b/src/declarative/fx/qfxitem.cpp index 83b4eb5..d78e096 100644 --- a/src/declarative/fx/qfxitem.cpp +++ b/src/declarative/fx/qfxitem.cpp @@ -88,7 +88,7 @@ QML_DEFINE_TYPE(Qt,4,6,(QT_VERSION&0x00ff00)>>8,Rotation,QGraphicsRotation) it allows a different scale for the x and y axes, and allows the scale to be relative to an arbitrary point. - The following example scales the X axis of the Rect, relative to its interior point 25, 25: + The following example scales the X axis of the Rectangle, relative to its interior point 25, 25: \qml Rectangle { width: 100; height: 100 @@ -121,7 +121,7 @@ QML_DEFINE_TYPE(Qt,4,6,(QT_VERSION&0x00ff00)>>8,Rotation,QGraphicsRotation) \qmlclass Rotation \brief A Rotation object provides a way to rotate an Item around a point using an axis in 3D space. - The following example rotates a Rect around its interior point 25, 25: + The following example rotates a Rectangle around its interior point 25, 25: \qml Rectangle { width: 100; height: 100 |