Doc: Fix typos in QRectF documentation
Add missing 's'. Fixes: QTWEBSITE-823 Change-Id: I1acd3b7ae18982248bf3402fa5943ee95c1efdbe Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
This commit is contained in:
parent
9652711a07
commit
ac5e617596
@ -73,7 +73,7 @@ QT_BEGIN_NAMESPACE
|
|||||||
|
|
||||||
The QRect class provides a collection of functions that return the
|
The QRect class provides a collection of functions that return the
|
||||||
various rectangle coordinates, and enable manipulation of
|
various rectangle coordinates, and enable manipulation of
|
||||||
these. QRect also provide functions to move the rectangle relative
|
these. QRect also provides functions to move the rectangle relative
|
||||||
to the various coordinates. In addition there is a moveTo()
|
to the various coordinates. In addition there is a moveTo()
|
||||||
function that moves the rectangle, leaving its top left corner at
|
function that moves the rectangle, leaving its top left corner at
|
||||||
the given coordinates. Alternatively, the translate() function
|
the given coordinates. Alternatively, the translate() function
|
||||||
@ -155,7 +155,7 @@ QT_BEGIN_NAMESPACE
|
|||||||
|
|
||||||
The QRect class provides a collection of functions that return the
|
The QRect class provides a collection of functions that return the
|
||||||
various rectangle coordinates, and enable manipulation of
|
various rectangle coordinates, and enable manipulation of
|
||||||
these. QRect also provide functions to move the rectangle relative
|
these. QRect also provides functions to move the rectangle relative
|
||||||
to the various coordinates.
|
to the various coordinates.
|
||||||
|
|
||||||
For example the left(), setLeft() and moveLeft() functions as an
|
For example the left(), setLeft() and moveLeft() functions as an
|
||||||
@ -1335,7 +1335,7 @@ QDebug operator<<(QDebug dbg, const QRect &r)
|
|||||||
|
|
||||||
The QRectF class provides a collection of functions that return
|
The QRectF class provides a collection of functions that return
|
||||||
the various rectangle coordinates, and enable manipulation of
|
the various rectangle coordinates, and enable manipulation of
|
||||||
these. QRectF also provide functions to move the rectangle
|
these. QRectF also provides functions to move the rectangle
|
||||||
relative to the various coordinates. In addition there is a
|
relative to the various coordinates. In addition there is a
|
||||||
moveTo() function that moves the rectangle, leaving its top left
|
moveTo() function that moves the rectangle, leaving its top left
|
||||||
corner at the given coordinates. Alternatively, the translate()
|
corner at the given coordinates. Alternatively, the translate()
|
||||||
@ -1418,7 +1418,7 @@ QDebug operator<<(QDebug dbg, const QRect &r)
|
|||||||
|
|
||||||
The QRectF class provides a collection of functions that return
|
The QRectF class provides a collection of functions that return
|
||||||
the various rectangle coordinates, and enable manipulation of
|
the various rectangle coordinates, and enable manipulation of
|
||||||
these. QRectF also provide functions to move the rectangle
|
these. QRectF also provides functions to move the rectangle
|
||||||
relative to the various coordinates.
|
relative to the various coordinates.
|
||||||
|
|
||||||
For example: the bottom(), setBottom() and moveBottom() functions:
|
For example: the bottom(), setBottom() and moveBottom() functions:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user