summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/qlistbox.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/qlistbox.3qt')
-rw-r--r--doc/man/man3/qlistbox.3qt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/man3/qlistbox.3qt b/doc/man/man3/qlistbox.3qt
index 9d842ca1..7608d627 100644
--- a/doc/man/man3/qlistbox.3qt
+++ b/doc/man/man3/qlistbox.3qt
@@ -441,7 +441,7 @@ If the user does not select anything, no signals are emitted and currentItem() r
.PP
A list box has WheelFocus as a default focusPolicy(), i.e. it can get keyboard focus by tabbing, clicking and through the use of the mouse wheel.
.PP
-New items can be inserted using insertItem(), insertStrList() or insertStringList(). inSort() is obsolete because this method is tquite inefficient. It's preferable to insert the items normally and call sort() afterwards, or to insert a sorted QStringList().
+New items can be inserted using insertItem(), insertStrList() or insertStringList(). inSort() is obsolete because this method is quite inefficient. It's preferable to insert the items normally and call sort() afterwards, or to insert a sorted QStringList().
.PP
By default, vertical and horizontal scroll bars are added and removed as necessary. setHScrollBarMode() and setVScrollBarMode() can be used to change this policy.
.PP
@@ -634,7 +634,7 @@ See also currentChanged(), selected(), currentItem, and selectionChanged().
.SH "int QListBox::inSort ( const QListBoxItem * lbi )"
\fBThis function is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code.
.PP
-Using this method is tquite inefficient. We suggest to use insertItem() for inserting and sort() afterwards.
+Using this method is quite inefficient. We suggest to use insertItem() for inserting and sort() afterwards.
.PP
Inserts \fIlbi\fR at its sorted position in the list box and returns the position.
.PP
@@ -646,7 +646,7 @@ See also insertItem() and sort().
.PP
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
-Using this method is tquite inefficient. We suggest to use insertItem() for inserting and sort() afterwards.
+Using this method is quite inefficient. We suggest to use insertItem() for inserting and sort() afterwards.
.PP
Inserts a new item of \fItext\fR at its sorted position in the list box and returns the position.
.PP