summaryrefslogtreecommitdiffstats
path: root/doc/html/qpainter.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qpainter.html')
-rw-r--r--doc/html/qpainter.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/qpainter.html b/doc/html/qpainter.html
index 003f8ee6..3205422f 100644
--- a/doc/html/qpainter.html
+++ b/doc/html/qpainter.html
@@ -192,7 +192,7 @@ The TQPainter class does low-level painting e.g. on widgets.
<p> The painter provides highly optimized functions to do most of the
-drawing GUI programs retquire. TQPainter can draw everything from
+drawing GUI programs require. TQPainter can draw everything from
simple lines to complex shapes like pies and chords. It can also
draw aligned text and pixmaps. Normally, it draws in a "natural"
coordinate system, but it can also do view and world
@@ -468,7 +468,7 @@ printed with the corresponding <a href="#drawText">drawText</a>() function using
<em>len</em> characters of the string if <em>len</em> is > -1, or the whole of
the string if <em>len</em> is -1. The drawing, and hence the bounding
rectangle, is constrained to the rectangle that begins at point <em>(x, y)</em> with width <em>w</em> and hight <em>h</em>, or to the
-rectangle retquired to draw the text, whichever is the larger.
+rectangle required to draw the text, whichever is the larger.
<p> The <em>flags</em> argument is
the bitwise OR of the following flags:
<center><table cellpadding="4" cellspacing="2" border="0">
@@ -501,7 +501,7 @@ printed with the corresponding <a href="#drawText">drawText</a>() function using
<em>len</em> characters from <em>str</em> if <em>len</em> is > -1, or the whole of
<em>str</em> if <em>len</em> is -1. The drawing, and hence the bounding
rectangle, is constrained to the rectangle <em>r</em>, or to the
-rectangle retquired to draw the text, whichever is the larger.
+rectangle required to draw the text, whichever is the larger.
<p> The <em>internal</em> parameter should not be used.
<p> <p>See also <a href="#drawText">drawText</a>(), <a href="#fontMetrics">fontMetrics</a>(), <a href="qfontmetrics.html#boundingRect">TQFontMetrics::boundingRect</a>(), and <a href="qt.html#TextFlags-enum">TQt::TextFlags</a>.