summaryrefslogtreecommitdiffstats
path: root/doc/man/man3
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-05-07 21:58:34 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-05-07 21:58:34 -0500
commitc740211ffba3330d951f4c3ddefea8edf23a01cd (patch)
tree0a8b7641d3c5b576d18a2f7912c75fc600f494e2 /doc/man/man3
parent8a4eacb6185de3653f6ae401c352aef833a9e72a (diff)
downloadtqt3-c740211ffba3330d951f4c3ddefea8edf23a01cd.tar.gz
tqt3-c740211ffba3330d951f4c3ddefea8edf23a01cd.zip
Automated update from Qt3
Diffstat (limited to 'doc/man/man3')
-rw-r--r--doc/man/man3/qapplication.3qt2
-rw-r--r--doc/man/man3/qcanvaspolygonalitem.3qt2
-rw-r--r--doc/man/man3/qcanvassprite.3qt2
-rw-r--r--doc/man/man3/qdatatable.3qt2
-rw-r--r--doc/man/man3/qimage.3qt4
-rw-r--r--doc/man/man3/qlistviewitem.3qt2
-rw-r--r--doc/man/man3/qpalette.3qt4
-rw-r--r--doc/man/man3/qpixmap.3qt2
-rw-r--r--doc/man/man3/qpoint.3qt2
-rw-r--r--doc/man/man3/qprogressdialog.3qt2
-rw-r--r--doc/man/man3/qsemaphore.3qt2
-rw-r--r--doc/man/man3/qsound.3qt4
-rw-r--r--doc/man/man3/qsqlcursor.3qt4
-rw-r--r--doc/man/man3/qsqldatabase.3qt2
-rw-r--r--doc/man/man3/qt.3qt2
-rw-r--r--doc/man/man3/qtextedit.3qt2
-rw-r--r--doc/man/man3/qtimer.3qt2
-rw-r--r--doc/man/man3/qtoolbar.3qt4
-rw-r--r--doc/man/man3/qtoolbutton.3qt4
-rw-r--r--doc/man/man3/qtooltip.3qt4
-rw-r--r--doc/man/man3/qwidget.3qt2
21 files changed, 28 insertions, 28 deletions
diff --git a/doc/man/man3/qapplication.3qt b/doc/man/man3/qapplication.3qt
index f1f1c49d..94f3ff32 100644
--- a/doc/man/man3/qapplication.3qt
+++ b/doc/man/man3/qapplication.3qt
@@ -169,7 +169,7 @@ Inherits QObject.
.SS "Public Slots"
.in +1c
.ti -1c
-.BI "void \fBtquit\fR ()"
+.BI "void \fBquit\fR ()"
.br
.ti -1c
.BI "void \fBcloseAllWindows\fR ()"
diff --git a/doc/man/man3/qcanvaspolygonalitem.3qt b/doc/man/man3/qcanvaspolygonalitem.3qt
index 6f4a191a..0ce0fc97 100644
--- a/doc/man/man3/qcanvaspolygonalitem.3qt
+++ b/doc/man/man3/qcanvaspolygonalitem.3qt
@@ -74,7 +74,7 @@ The QCanvasPolygonalItem class provides a polygonal canvas item on a QCanvas.
.PP
The mostly rectangular classes, such as QCanvasSprite and QCanvasText, use the object's bounding rectangle for movement, repainting and collision calculations. For most other items, the bounding rectangle can be far too large -- a diagonal line being the worst case, and there are many other cases which are also bad. QCanvasPolygonalItem provides polygon-based bounding rectangle handling, etc., which is much faster for non-rectangular items.
.PP
-Derived classes should try to define as small an area as possible to maximize efficiency, but the polygon must \fIdefinitely\fR be contained completely within the polygonal area. Calculating the exact requirements is usually difficult, but if you allow a small overestimate it can be easy and tquick, while still getting almost all of QCanvasPolygonalItem's speed.
+Derived classes should try to define as small an area as possible to maximize efficiency, but the polygon must \fIdefinitely\fR be contained completely within the polygonal area. Calculating the exact requirements is usually difficult, but if you allow a small overestimate it can be easy and quick, while still getting almost all of QCanvasPolygonalItem's speed.
.PP
Note that all subclasses \fImust\fR call hide() in their destructor since hide() needs to be able to access areaPoints().
.PP
diff --git a/doc/man/man3/qcanvassprite.3qt b/doc/man/man3/qcanvassprite.3qt
index ccfe5d51..5f69d370 100644
--- a/doc/man/man3/qcanvassprite.3qt
+++ b/doc/man/man3/qcanvassprite.3qt
@@ -107,7 +107,7 @@ Use width() and height() to retrieve the dimensions of the current frame.
.PP
Use leftEdge() and rightEdge() to retrieve the current frame's left-hand and right-hand x-coordinates respectively. Use bottomEdge() and topEdge() to retrieve the current frame's bottom and top y-coordinates respectively. These functions have an overload which will accept an integer frame number to retrieve the coordinates of a particular frame.
.PP
-QCanvasSprite draws very tquickly, at the expense of memory.
+QCanvasSprite draws very quickly, at the expense of memory.
.PP
The current frame's image can be drawn on a painter with draw().
.PP
diff --git a/doc/man/man3/qdatatable.3qt b/doc/man/man3/qdatatable.3qt
index 0a493e67..4f301af3 100644
--- a/doc/man/man3/qdatatable.3qt
+++ b/doc/man/man3/qdatatable.3qt
@@ -293,7 +293,7 @@ QDataTable supports various functions for presenting and editing SQL data from a
.PP
If you want a to present your data in a form use QDataBrowser, or for read-only forms, QDataView.
.PP
-When displaying data, QDataTable only retrieves data for visible rows. If the driver supports the 'query size' property the QDataTable will have the correct number of rows and the vertical scrollbar will accurately reflect the number of rows displayed in proportion to the number of rows in the dataset. If the driver does not support the 'query size' property, rows are dynamically fetched from the database on an as-needed basis with the scrollbar becoming more accurate as the user scrolls down through the records. This allows extremely large queries to be displayed as tquickly as possible, with minimum memory usage.
+When displaying data, QDataTable only retrieves data for visible rows. If the driver supports the 'query size' property the QDataTable will have the correct number of rows and the vertical scrollbar will accurately reflect the number of rows displayed in proportion to the number of rows in the dataset. If the driver does not support the 'query size' property, rows are dynamically fetched from the database on an as-needed basis with the scrollbar becoming more accurate as the user scrolls down through the records. This allows extremely large queries to be displayed as quickly as possible, with minimum memory usage.
.PP
QDataTable inherits QTable's API and extends it with functions to sort and filter the data and sort columns. See setSqlCursor(), setFilter(), setSort(), setSorting(), sortColumn() and refresh().
.PP
diff --git a/doc/man/man3/qimage.3qt b/doc/man/man3/qimage.3qt
index ad47abd2..5b9e1e49 100644
--- a/doc/man/man3/qimage.3qt
+++ b/doc/man/man3/qimage.3qt
@@ -746,7 +746,7 @@ Example: themes/wood.cpp.
.SH "QPoint QImage::offset () const"
Returns the number of pixels by which the image is intended to be offset by when positioning relative to other images.
.SH "bool QImage::operator!= ( const QImage & i ) const"
-Returns TRUE if this image and image \fIi\fR have different contents; otherwise returns FALSE. The comparison can be slow, unless there is some obvious difference, such as different widths, in which case the function will return tquickly.
+Returns TRUE if this image and image \fIi\fR have different contents; otherwise returns FALSE. The comparison can be slow, unless there is some obvious difference, such as different widths, in which case the function will return quickly.
.PP
See also operator=().
.SH "QImage & QImage::operator= ( const QImage & image )"
@@ -762,7 +762,7 @@ If the image shares data with other images, it will first dereference the shared
.PP
Makes a call to QPixmap::convertToImage().
.SH "bool QImage::operator== ( const QImage & i ) const"
-Returns TRUE if this image and image \fIi\fR have the same contents; otherwise returns FALSE. The comparison can be slow, unless there is some obvious difference, such as different widths, in which case the function will return tquickly.
+Returns TRUE if this image and image \fIi\fR have the same contents; otherwise returns FALSE. The comparison can be slow, unless there is some obvious difference, such as different widths, in which case the function will return quickly.
.PP
See also operator=().
.SH "QStringList QImage::outputFormatList ()\fC [static]\fR"
diff --git a/doc/man/man3/qlistviewitem.3qt b/doc/man/man3/qlistviewitem.3qt
index f6a8c092..521cd8df 100644
--- a/doc/man/man3/qlistviewitem.3qt
+++ b/doc/man/man3/qlistviewitem.3qt
@@ -306,7 +306,7 @@ l - l. Function Description text() Returns the text in a column. Many subclasses
.fi
</center>
.PP
-Some subclasses call setExpandable(TRUE) even when they have no children, and populate themselves when setup() or setOpen(TRUE) is called. The dirview/dirview.cpp example program uses this technique to start up tquickly: The files and subdirectories in a directory aren't inserted into the tree until they're actually needed.
+Some subclasses call setExpandable(TRUE) even when they have no children, and populate themselves when setup() or setOpen(TRUE) is called. The dirview/dirview.cpp example program uses this technique to start up quickly: The files and subdirectories in a directory aren't inserted into the tree until they're actually needed.
.PP
<center>
.ce 1
diff --git a/doc/man/man3/qpalette.3qt b/doc/man/man3/qpalette.3qt
index 1e6ef2be..3ecf55dd 100644
--- a/doc/man/man3/qpalette.3qt
+++ b/doc/man/man3/qpalette.3qt
@@ -202,7 +202,7 @@ Returns the active color group. Use active() instead.
.PP
See also setActive() and active().
.SH "bool QPalette::operator!= ( const QPalette & p ) const"
-Returns TRUE (slowly) if this palette is different from \fIp\fR; otherwise returns FALSE (usually tquickly).
+Returns TRUE (slowly) if this palette is different from \fIp\fR; otherwise returns FALSE (usually quickly).
.SH "QPalette & QPalette::operator= ( const QPalette & p )"
Assigns \fIp\fR to this palette and returns a reference to this palette.
.PP
@@ -210,7 +210,7 @@ This is fast (it uses copy-on-write).
.PP
See also copy().
.SH "bool QPalette::operator== ( const QPalette & p ) const"
-Returns TRUE (usually tquickly) if this palette is equal to \fIp\fR; otherwise returns FALSE (slowly).
+Returns TRUE (usually quickly) if this palette is equal to \fIp\fR; otherwise returns FALSE (slowly).
.SH "int QPalette::serialNumber () const"
Returns a number that uniquely identifies this QPalette object. The serial number is intended for caching. Its value may not be used for anything other than equality testing.
.PP
diff --git a/doc/man/man3/qpixmap.3qt b/doc/man/man3/qpixmap.3qt
index cbb5de25..5ca74ab2 100644
--- a/doc/man/man3/qpixmap.3qt
+++ b/doc/man/man3/qpixmap.3qt
@@ -234,7 +234,7 @@ You can retrieve the width(), height(), depth() and size() of a pixmap. The encl
.PP
In addition to loading a pixmap from file using load() you can also loadFromData(). You can control optimization with setOptimization() and obtain a transformed version of the pixmap using xForm()
.PP
-Note regarding Windows 95 and 98: on Windows 9x the system crashes if you create more than about 1000 pixmaps, independent of the size of the pixmaps or installed RAM. Windows NT-systems (including 2000, XP and following versions) do not have the same limitation, but depending on the graphics etquipment the system will fail to allocate pixmap objects at some point (due to system running out of GDI resources).
+Note regarding Windows 95 and 98: on Windows 9x the system crashes if you create more than about 1000 pixmaps, independent of the size of the pixmaps or installed RAM. Windows NT-systems (including 2000, XP and following versions) do not have the same limitation, but depending on the graphics equipment the system will fail to allocate pixmap objects at some point (due to system running out of GDI resources).
.PP
Qt tries to work around the resource limitation. If you set the pixmap optimization to QPixmap::MemoryOptim and the width of your pixmap is less than or equal to 128 pixels, Qt stores the pixmap in a way that is very memory-efficient when there are many pixmaps.
.PP
diff --git a/doc/man/man3/qpoint.3qt b/doc/man/man3/qpoint.3qt
index 1d6413f7..21f6d095 100644
--- a/doc/man/man3/qpoint.3qt
+++ b/doc/man/man3/qpoint.3qt
@@ -160,7 +160,7 @@ Returns TRUE if both the x value and the y value are 0; otherwise returns FALSE.
.SH "int QPoint::manhattanLength () const"
Returns the sum of the absolute values of x() and y(), traditionally known as the "Manhattan length" of the vector from the origin to the point. The tradition arises because such distances apply to travelers who can only travel on a rectangular grid, like the streets of Manhattan.
.PP
-This is a useful, and tquick to calculate, approximation to the true length: sqrt(pow(x(),2)+pow(y(),2)).
+This is a useful, and quick to calculate, approximation to the true length: sqrt(pow(x(),2)+pow(y(),2)).
.SH "QPoint & QPoint::operator*= ( int c )"
Multiplies this point's x and y by \fIc\fR, and returns a reference to this point.
.PP
diff --git a/doc/man/man3/qprogressdialog.3qt b/doc/man/man3/qprogressdialog.3qt
index 2e1dd7cf..7dcb397a 100644
--- a/doc/man/man3/qprogressdialog.3qt
+++ b/doc/man/man3/qprogressdialog.3qt
@@ -368,7 +368,7 @@ Set this property's value with setLabelText() and get this property's value with
.SH "int minimumDuration"
This property holds the time that must pass before the dialog appears.
.PP
-If the expected duration of the task is less than the minimumDuration, the dialog will not appear at all. This prevents the dialog popping up for tasks that are tquickly over. For tasks that are expected to exceed the minimumDuration, the dialog will pop up after the minimumDuration time or as soon as any progress is set.
+If the expected duration of the task is less than the minimumDuration, the dialog will not appear at all. This prevents the dialog popping up for tasks that are quickly over. For tasks that are expected to exceed the minimumDuration, the dialog will pop up after the minimumDuration time or as soon as any progress is set.
.PP
If set to 0, the dialog is always shown as soon as any progress is set. The default is 4000 milliseconds.
.PP
diff --git a/doc/man/man3/qsemaphore.3qt b/doc/man/man3/qsemaphore.3qt
index 5a957fbb..567f8ad6 100644
--- a/doc/man/man3/qsemaphore.3qt
+++ b/doc/man/man3/qsemaphore.3qt
@@ -52,7 +52,7 @@ For example, suppose we have an application that stores data in a large tree str
.PP
A non-computing example of a semaphore would be dining at a restuarant. A semaphore is initialized to have a maximum count equal to the number of chairs in the restuarant. As people arrive, they want a seat. As seats are filled, the semaphore is accessed, once per person. As people leave, the access is released, allowing more people to enter. If a party of 10 people want to be seated, but there are only 9 seats, those 10 people will wait, but a party of 4 people would be seated (taking the available seats to 5, making the party of 10 people wait longer).
.PP
-When a semaphore is created it is given a number which is the maximum number of concurrent accesses it will permit. Accesses to the sempahore are gained using operator++() or operator+=(), and released with operator--() or operator-=(). The number of accesses allowed is retrieved with available(), and the total number with total(). Note that the incrementing functions will block if there aren't enough available accesses. Use tryAccess() if you want to actquire accesses without blocking.
+When a semaphore is created it is given a number which is the maximum number of concurrent accesses it will permit. Accesses to the sempahore are gained using operator++() or operator+=(), and released with operator--() or operator-=(). The number of accesses allowed is retrieved with available(), and the total number with total(). Note that the incrementing functions will block if there aren't enough available accesses. Use tryAccess() if you want to acquire accesses without blocking.
.PP
See also Environment Classes and Threading.
.SH MEMBER FUNCTION DOCUMENTATION
diff --git a/doc/man/man3/qsound.3qt b/doc/man/man3/qsound.3qt
index a2f2ac35..439b2720 100644
--- a/doc/man/man3/qsound.3qt
+++ b/doc/man/man3/qsound.3qt
@@ -95,7 +95,7 @@ The availability of sound can be tested with QSound::isAvailable().
See also Multimedia Classes.
.SH MEMBER FUNCTION DOCUMENTATION
.SH "QSound::QSound ( const QString & filename, QObject * parent = 0, const char * name = 0 )"
-Constructs a QSound that can tquickly play the sound in a file named \fIfilename\fR.
+Constructs a QSound that can quickly play the sound in a file named \fIfilename\fR.
.PP
This may use more memory than the static \fCplay\fR function.
.PP
@@ -111,7 +111,7 @@ Returns the filename associated with the sound.
.SH "bool QSound::isAvailable ()\fC [static]\fR"
Returns TRUE if sound facilities exist on the platform; otherwise returns FALSE. An application may choose either to notify the user if sound is crucial to the application or to operate silently without bothering the user.
.PP
-If no sound is available, all QSound operations work silently and tquickly.
+If no sound is available, all QSound operations work silently and quickly.
.SH "bool QSound::isFinished () const"
Returns TRUE if the sound has finished playing; otherwise returns FALSE.
.PP
diff --git a/doc/man/man3/qsqlcursor.3qt b/doc/man/man3/qsqlcursor.3qt
index 47df1a62..a9aabf5a 100644
--- a/doc/man/man3/qsqlcursor.3qt
+++ b/doc/man/man3/qsqlcursor.3qt
@@ -376,7 +376,7 @@ If \fIinvalidate\fR is TRUE (the default), the cursor will no longer be position
cur.insert();
.fi
.PP
-In the above example, a cursor is created on the 'prices' table and a pointer to the insert buffer is atquired using primeInsert(). Each field's value is set to the desired value and then insert() is called to insert the data into the database. Remember: all edit operations (insert(), update() and delete()) operate on the contents of the cursor edit buffer and not on the contents of the cursor itself.
+In the above example, a cursor is created on the 'prices' table and a pointer to the insert buffer is acquired using primeInsert(). Each field's value is set to the desired value and then insert() is called to insert the data into the database. Remember: all edit operations (insert(), update() and delete()) operate on the contents of the cursor edit buffer and not on the contents of the cursor itself.
.PP
See also setMode() and lastError().
.SH "bool QSqlCursor::isCalculated ( const QString & name ) const"
@@ -617,7 +617,7 @@ If \fIinvalidate\fR is TRUE (the default), the current cursor can no longer be n
}
.fi
.PP
-In the above example, a cursor is created on the 'prices' table and is positioned on the record to be updated. Then a pointer to the cursor's edit buffer is actquired using primeUpdate(). A new value is calculated and placed into the edit buffer with the setValue() call. Finally, an update() call is made on the cursor which uses the tables's primary index to update the record in the database with the contents of the cursor's edit buffer. Remember: all edit operations (insert(), update() and delete()) operate on the contents of the cursor edit buffer and not on the contents of the cursor itself.
+In the above example, a cursor is created on the 'prices' table and is positioned on the record to be updated. Then a pointer to the cursor's edit buffer is acquired using primeUpdate(). A new value is calculated and placed into the edit buffer with the setValue() call. Finally, an update() call is made on the cursor which uses the tables's primary index to update the record in the database with the contents of the cursor's edit buffer. Remember: all edit operations (insert(), update() and delete()) operate on the contents of the cursor edit buffer and not on the contents of the cursor itself.
.PP
Note that if the primary index does not uniquely distinguish records the database may be changed into an inconsistent state.
.PP
diff --git a/doc/man/man3/qsqldatabase.3qt b/doc/man/man3/qsqldatabase.3qt
index af1bdd7b..7ee98726 100644
--- a/doc/man/man3/qsqldatabase.3qt
+++ b/doc/man/man3/qsqldatabase.3qt
@@ -274,7 +274,7 @@ Note: The host name (or service name) is needed when constructing the QTDSDriver
.PP
See also drivers().
.SH "void QSqlDatabase::close ()"
-Closes the database connection, freeing any resources actquired.
+Closes the database connection, freeing any resources acquired.
.PP
See also removeDatabase().
.SH "bool QSqlDatabase::commit ()"
diff --git a/doc/man/man3/qt.3qt b/doc/man/man3/qt.3qt
index afd5f560..bce3ebb8 100644
--- a/doc/man/man3/qt.3qt
+++ b/doc/man/man3/qt.3qt
@@ -231,7 +231,7 @@ The final three values have special meaning:
.TP
\fCQt::FixedPixmap\fR - the widget is cleared to a fixed pixmap, normally different from all the ones in the palette(). Set using setPaletteBackgroundPixmap().
.PP
-Although FixedColor and FixedPixmap are sometimes just right, if you use them, make sure that you test your application when the desktop color scheme has been changed. (On X11, a tquick way to test this is e.g. "./myapp -bg paleblue". On Windows, you must use the control panel.)
+Although FixedColor and FixedPixmap are sometimes just right, if you use them, make sure that you test your application when the desktop color scheme has been changed. (On X11, a quick way to test this is e.g. "./myapp -bg paleblue". On Windows, you must use the control panel.)
.PP
See also QWidget::backgroundMode, QWidget::backgroundMode, QWidget::setBackgroundPixmap(), and QWidget::paletteBackgroundColor.
.SH "Qt::BrushStyle"
diff --git a/doc/man/man3/qtextedit.3qt b/doc/man/man3/qtextedit.3qt
index 6ef96226..0ae7b1eb 100644
--- a/doc/man/man3/qtextedit.3qt
+++ b/doc/man/man3/qtextedit.3qt
@@ -528,7 +528,7 @@ Using QTextEdit as an Editor
Editing key bindings
.SH "Introduction and Concepts"
-QTextEdit is an advanced WYSIWYG viewer/editor supporting rich text formatting using HTML-style tags. It is optimized to handle large documents and to respond tquickly to user input.
+QTextEdit is an advanced WYSIWYG viewer/editor supporting rich text formatting using HTML-style tags. It is optimized to handle large documents and to respond quickly to user input.
.PP
QTextEdit has four modes of operation: <center>.nf
.TS
diff --git a/doc/man/man3/qtimer.3qt b/doc/man/man3/qtimer.3qt
index 2e80611f..4aae0ded 100644
--- a/doc/man/man3/qtimer.3qt
+++ b/doc/man/man3/qtimer.3qt
@@ -84,7 +84,7 @@ This can be used to do heavy work while providing a snappy user interface:
.br
.fi
.PP
-myObject->processOneThing() will be called repeatedly and should return tquickly (typically after processing one data item) so that Qt can deliver events to widgets and stop the timer as soon as it has done all its work. This is the traditional way of implementing heavy work in GUI applications; multi-threading is now becoming available on more and more platforms, and we expect that null events will eventually be replaced by threading.
+myObject->processOneThing() will be called repeatedly and should return quickly (typically after processing one data item) so that Qt can deliver events to widgets and stop the timer as soon as it has done all its work. This is the traditional way of implementing heavy work in GUI applications; multi-threading is now becoming available on more and more platforms, and we expect that null events will eventually be replaced by threading.
.PP
Note that QTimer's accuracy depends on the underlying operating system and hardware. Most platforms support an accuracy of 20ms; some provide more. If Qt is unable to deliver the requested number of timer clicks, it will silently discard some.
.PP
diff --git a/doc/man/man3/qtoolbar.3qt b/doc/man/man3/qtoolbar.3qt
index 1e1f9858..fc753db5 100644
--- a/doc/man/man3/qtoolbar.3qt
+++ b/doc/man/man3/qtoolbar.3qt
@@ -52,7 +52,7 @@ Inherits QDockWindow.
.SH DESCRIPTION
The QToolBar class provides a movable panel containing widgets such as tool buttons.
.PP
-A toolbar is a panel that contains a set of controls, usually represented by small icons. It's purpose is to provide tquick access to frequently used commands or options. Within a QMainWindow the user can drag toolbars within and between the dock areas. Toolbars can also be dragged out of any dock area to float freely as top-level windows.
+A toolbar is a panel that contains a set of controls, usually represented by small icons. It's purpose is to provide quick access to frequently used commands or options. Within a QMainWindow the user can drag toolbars within and between the dock areas. Toolbars can also be dragged out of any dock area to float freely as top-level windows.
.PP
QToolBar is a specialization of QDockWindow, and so provides all the functionality of a QDockWindow.
.PP
@@ -104,7 +104,7 @@ Use this constructor if you want to create torn-off (undocked, floating) toolbar
.SH "QToolBar::QToolBar ( QMainWindow * parent = 0, const char * name = 0 )"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
-Constructs an empty toolbar called \fIname\fR, with parent \fIparent\fR, in its \fIparent\fR's top dock area, without any label and without retquiring a newline.
+Constructs an empty toolbar called \fIname\fR, with parent \fIparent\fR, in its \fIparent\fR's top dock area, without any label and without requiring a newline.
.SH "void QToolBar::addSeparator ()"
Adds a separator to the right/bottom of the toolbar.
.PP
diff --git a/doc/man/man3/qtoolbutton.3qt b/doc/man/man3/qtoolbutton.3qt
index 3071d643..94d0c49c 100644
--- a/doc/man/man3/qtoolbutton.3qt
+++ b/doc/man/man3/qtoolbutton.3qt
@@ -164,9 +164,9 @@ Inherits QButton.
.br
.in -1c
.SH DESCRIPTION
-The QToolButton class provides a tquick-access button to commands or options, usually used inside a QToolBar.
+The QToolButton class provides a quick-access button to commands or options, usually used inside a QToolBar.
.PP
-A tool button is a special button that provides tquick-access to specific commands or options. As opposed to a normal command button, a tool button usually doesn't show a text label, but shows an icon instead. Its classic usage is to select tools, for example the "pen" tool in a drawing program. This would be implemented with a QToolButton as toggle button (see setToggleButton() ).
+A tool button is a special button that provides quick-access to specific commands or options. As opposed to a normal command button, a tool button usually doesn't show a text label, but shows an icon instead. Its classic usage is to select tools, for example the "pen" tool in a drawing program. This would be implemented with a QToolButton as toggle button (see setToggleButton() ).
.PP
QToolButton supports auto-raising. In auto-raise mode, the button draws a 3D frame only when the mouse points at it. The feature is automatically turned on when a button is used inside a QToolBar. Change it with setAutoRaise().
.PP
diff --git a/doc/man/man3/qtooltip.3qt b/doc/man/man3/qtooltip.3qt
index f08c9280..b9a8bd87 100644
--- a/doc/man/man3/qtooltip.3qt
+++ b/doc/man/man3/qtooltip.3qt
@@ -111,7 +111,7 @@ QToolTipGroup provides a way for tool tips to display another text elsewhere (mo
.PP
At any point in time, QToolTip is either dormant or active. In dormant mode the tips are not shown and in active mode they are. The mode is global, not particular to any one widget.
.PP
-QToolTip switches from dormant to active mode when the user hovers the mouse on a tip-etquipped region for a second or so and remains active until the user either clicks a mouse button, presses a key, lets the mouse hover for five seconds or moves the mouse outside \fIall\fR tip-etquipped regions for at least a second.
+QToolTip switches from dormant to active mode when the user hovers the mouse on a tip-equipped region for a second or so and remains active until the user either clicks a mouse button, presses a key, lets the mouse hover for five seconds or moves the mouse outside \fIall\fR tip-equipped regions for at least a second.
.PP
The QToolTip class can be used in three different ways: <ol type=1>
.IP 1
@@ -129,7 +129,7 @@ To add a tip to a widget, call the \fIstatic\fR function QToolTip::add() with th
.br
.fi
.PP
-This is the simplest and most common use of QToolTip. The tip will be deleted automatically when \fItquitButton\fR is deleted, but you can remove it yourself, too:
+This is the simplest and most common use of QToolTip. The tip will be deleted automatically when \fIquitButton\fR is deleted, but you can remove it yourself, too:
.PP
.nf
.br
diff --git a/doc/man/man3/qwidget.3qt b/doc/man/man3/qwidget.3qt
index 09b8ef8e..2e49ff95 100644
--- a/doc/man/man3/qwidget.3qt
+++ b/doc/man/man3/qwidget.3qt
@@ -1119,7 +1119,7 @@ The pixmap is drawn using the:
.TP
\fCQWidget::AncestorOrigin\fR - same origin as the parent uses.
.SH "QWidget::FocusPolicy"
-This enum type defines the various policies a widget can have with respect to actquiring keyboard focus.
+This enum type defines the various policies a widget can have with respect to acquiring keyboard focus.
.TP
\fCQWidget::TabFocus\fR - the widget accepts focus by tabbing.
.TP