From: Leonard Lee Date: Mon, 6 Aug 2012 12:42:00 +0000 (+0200) Subject: Explained rectangle bounding in documentation. X-Git-Tag: v5.0.0-beta1~355 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=63eb5b5a798bd4d5de57243f79fde06b17233820;p=profile%2Fivi%2Fqtbase.git Explained rectangle bounding in documentation. Task-number: QTBUG-26756 Change-Id: Ifa56cbe249164e239f21c00fc31cd6ddd81705ad Reviewed-by: Gunnar Sletta --- diff --git a/src/gui/painting/qpainter.cpp b/src/gui/painting/qpainter.cpp index 0b162d7..2eb9167 100644 --- a/src/gui/painting/qpainter.cpp +++ b/src/gui/painting/qpainter.cpp @@ -5928,6 +5928,7 @@ void QPainter::drawText(const QRect &r, int flags, const QString &str, QRect *br \overload Draws the given \a text within the provided \a rectangle. + The \a rectangle along with alignment \a flags defines the anchors for the \a text. \table 100% \row