Doc: Remove repetition of word in text

While dropping the extra "does", rewrite as "doesn't"
as common contractions are preferable in particular in
negations. Reflow the remainder of the paragraph.

Fixes: QTBUG-105517
Pick-to: 6.4 6.3 6.2 5.15
Change-Id: I1ad2d5ca753cb1d3a38cf96bdd6e52d2af80151b
Reviewed-by: Andreas Eliasson <andreas.eliasson@qt.io>
This commit is contained in:
Paul Wicking 2022-08-10 12:51:11 +02:00
parent d2edee6152
commit 998bd0b528

View File

@ -428,9 +428,9 @@ int QFrame::frameWidth() const
\brief the frame's rectangle \brief the frame's rectangle
The frame's rectangle is the rectangle the frame is drawn in. By The frame's rectangle is the rectangle the frame is drawn in. By
default, this is the entire widget. Setting the rectangle does default, this is the entire widget. Setting the rectangle \e doesn't
does \e not cause a widget update. The frame rectangle is cause a widget update. The frame rectangle is automatically adjusted
automatically adjusted when the widget changes size. when the widget changes size.
If you set the rectangle to a null rectangle (for example, If you set the rectangle to a null rectangle (for example,
QRect(0, 0, 0, 0)), then the resulting frame rectangle is QRect(0, 0, 0, 0)), then the resulting frame rectangle is