diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 22:04:08 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 22:04:08 -0600 |
commit | e02e31c8b9d854cd62cbe9799228f6e08e882773 (patch) | |
tree | 53303c981d0b20e03c5a2fc8e959fa74adcb90d1 /doc/html/qlistbox.html | |
parent | 143f194af098d44bf0dd1ebb29e59f30ce48d523 (diff) | |
download | tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.tar.gz tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.zip |
Sync with latest script
Diffstat (limited to 'doc/html/qlistbox.html')
-rw-r--r-- | doc/html/qlistbox.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/qlistbox.html b/doc/html/qlistbox.html index 7b4ff52fd..7c7650f01 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. |