From e02e31c8b9d854cd62cbe9799228f6e08e882773 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 5 Dec 2011 22:04:08 -0600 Subject: Sync with latest script --- doc/html/qlistbox.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/qlistbox.html') 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. setSelected(), and to set which item displays keyboard focus, i.e. setCurrentItem().

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 (setColumnMode()), 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.

  • TQListBox::FitToWidth - There are as many columns as will fit on-screen.
  • TQListBox::FitToHeight - There are as many rows as will fit on-screen. -
  • TQListBox::Variable - There are as many rows as are retquired by the -column mode. (Or as many columns as retquired by the row mode.) +
  • TQListBox::Variable - There are as many rows as are required by the +column mode. (Or as many columns as required by the row mode.)

    Example: When you call setRowMode( FitToHeight ), columnMode() automatically becomes Variable to accommodate the row mode you've set. -- cgit v1.2.1