diff options
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 |