summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/qlistbox.3qt
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-14 22:33:41 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-14 22:33:41 -0600
commit0f92dd542b65bc910caaf190b7c623aa5158c86a (patch)
tree120ab7e08fa0ffc354ef58d100f79a33c92aa6e6 /doc/man/man3/qlistbox.3qt
parentd796c9dd933ab96ec83b9a634feedd5d32e1ba3f (diff)
downloadtqt-0f92dd542b65bc910caaf190b7c623aa5158c86a.tar.gz
tqt-0f92dd542b65bc910caaf190b7c623aa5158c86a.zip
Fix native TQt3 accidental conversion to tquit
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 9d842ca17..7608d6270 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