summaryrefslogtreecommitdiffstats
path: root/doc/html/qlistbox.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qlistbox.html')
-rw-r--r--doc/html/qlistbox.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/qlistbox.html b/doc/html/qlistbox.html
index 7b4ff52f..7c7650f0 100644
--- a/doc/html/qlistbox.html
+++ b/doc/html/qlistbox.html
@@ -204,7 +204,7 @@ functions both to set the selection state of an item, i.e.
<a href="#setSelected">setSelected</a>(), and to set which item displays keyboard focus, i.e.
<a href="#setCurrentItem">setCurrentItem</a>().
<p> The list box normally arranges its items in a single column and
-adds a vertical scroll bar if retquired. It is possible to have a
+adds a vertical scroll bar if required. It is possible to have a
different fixed number of columns (<a href="#setColumnMode">setColumnMode</a>()), or as many
columns as will fit in the list box's assigned screen space
(setColumnMode(FitToWidth)), or to have a fixed number of rows
@@ -275,8 +275,8 @@ and columns.
<li><tt>TQListBox::FitToWidth</tt> - There are as many columns as will fit
on-screen.
<li><tt>TQListBox::FitToHeight</tt> - There are as many rows as will fit on-screen.
-<li><tt>TQListBox::Variable</tt> - There are as many rows as are retquired by the
-column mode. (Or as many columns as retquired by the row mode.)
+<li><tt>TQListBox::Variable</tt> - There are as many rows as are required by the
+column mode. (Or as many columns as required by the row mode.)
</ul><p> Example: When you call <a href="#setRowMode">setRowMode</a>( FitToHeight ), <a href="#columnMode">columnMode</a>()
automatically becomes <a href="#LayoutMode-enum">Variable</a> to accommodate the row mode
you've set.