From 1a039e89beecacaaf55c65e4e4cad5eaf94bb1a0 Mon Sep 17 00:00:00 2001 From: Christian Ehrlicher Date: Sun, 8 Oct 2017 11:23:40 +0200 Subject: Unify wording in documentation to use 'top-left' instead 'upper-left' The Qt documentation is using 'upper-left' everywhere except at QRect(F) detailed description and Qt::CoordinateSystem enum description. Therefore fix it in those four places to be consistent. Task-number: QTBUG-59981 Change-Id: Ie652044d0207ea5a42888d9e1f1dc9a86b1e9410 Reviewed-by: Mats Honkamaa Reviewed-by: Tarja Sundqvist Reviewed-by: Leena Miettinen --- src/corelib/tools/qrect.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/corelib/tools/qrect.cpp') diff --git a/src/corelib/tools/qrect.cpp b/src/corelib/tools/qrect.cpp index 895b6b9701..40d6c8b7c3 100644 --- a/src/corelib/tools/qrect.cpp +++ b/src/corelib/tools/qrect.cpp @@ -54,7 +54,7 @@ QT_BEGIN_NAMESPACE \brief The QRect class defines a rectangle in the plane using integer precision. - A rectangle is normally expressed as an upper-left corner and a + A rectangle is normally expressed as a top-left corner and a size. The size (width and height) of a QRect is always equivalent to the mathematical rectangle that forms the basis for its rendering. @@ -1317,7 +1317,7 @@ QDebug operator<<(QDebug dbg, const QRect &r) \brief The QRectF class defines a rectangle in the plane using floating point precision. - A rectangle is normally expressed as an upper-left corner and a + A rectangle is normally expressed as a top-left corner and a size. The size (width and height) of a QRectF is always equivalent to the mathematical rectangle that forms the basis for its rendering. -- cgit v1.2.3