diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-14 22:33:41 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-14 22:33:41 -0600 |
commit | 0f92dd542b65bc910caaf190b7c623aa5158c86a (patch) | |
tree | 120ab7e08fa0ffc354ef58d100f79a33c92aa6e6 /doc/html/qlistbox.html | |
parent | d796c9dd933ab96ec83b9a634feedd5d32e1ba3f (diff) | |
download | tqt3-0f92dd542b65bc910caaf190b7c623aa5158c86a.tar.gz tqt3-0f92dd542b65bc910caaf190b7c623aa5158c86a.zip |
Fix native TQt3 accidental conversion to tquit
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 c19964336..7b4ff52fd 100644 --- a/doc/html/qlistbox.html +++ b/doc/html/qlistbox.html @@ -252,7 +252,7 @@ can get keyboard focus by tabbing, clicking and through the use of the mouse wheel. <p> New items can be inserted using <a href="#insertItem">insertItem</a>(), <a href="#insertStrList">insertStrList</a>() or <a href="#insertStringList">insertStringList</a>(). <a href="#inSort">inSort</a>() is obsolete because this method is -tquite inefficient. It's preferable to insert the items normally +quite inefficient. It's preferable to insert the items normally and call <a href="#sort">sort</a>() afterwards, or to insert a sorted <a href="qstringlist.html">TQStringList</a>(). <p> By default, vertical and horizontal scroll bars are added and removed as necessary. <a href="qscrollview.html#setHScrollBarMode">setHScrollBarMode</a>() and <a href="qscrollview.html#setVScrollBarMode">setVScrollBarMode</a>() @@ -532,7 +532,7 @@ item. The argument is a pointer to the new current item. <h3 class=fn>int <a name="inSort"></a>TQListBox::inSort ( const <a href="qlistboxitem.html">TQListBoxItem</a> * lbi ) </h3> <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. -<p> Using this method is tquite inefficient. We suggest to use <a href="#insertItem">insertItem</a>() +<p> Using this method is quite inefficient. We suggest to use <a href="#insertItem">insertItem</a>() for inserting and <a href="#sort">sort</a>() afterwards. <p> Inserts <em>lbi</em> at its sorted position in the list box and returns the position. @@ -545,7 +545,7 @@ lexicographically less than any string. </h3> <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. <p> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. -<p> Using this method is tquite inefficient. We suggest to use <a href="#insertItem">insertItem</a>() +<p> Using this method is quite inefficient. We suggest to use <a href="#insertItem">insertItem</a>() for inserting and <a href="#sort">sort</a>() afterwards. <p> Inserts a new item of <em>text</em> at its sorted position in the list box and returns the position. |