diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-31 18:33:50 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-31 18:41:44 +0900 |
commit | e42ec295c2134770a1eb07032f5f22ca4ba1daa6 (patch) | |
tree | 1ecbc3ad607c79f1ce75ba953f9fe46ea1425b85 /doc/html/tqcombobox.html | |
parent | 0917fbb5387978eb7b2e2fd68bcb6beaa8c46505 (diff) | |
download | tqt3-e42ec295c2134770a1eb07032f5f22ca4ba1daa6.tar.gz tqt3-e42ec295c2134770a1eb07032f5f22ca4ba1daa6.zip |
Rename remaining ntq[d-h]* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqcombobox.html')
-rw-r--r-- | doc/html/tqcombobox.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/tqcombobox.html b/doc/html/tqcombobox.html index 579a7f2fb..2d5a39147 100644 --- a/doc/html/tqcombobox.html +++ b/doc/html/tqcombobox.html @@ -167,7 +167,7 @@ widget may or may not insert it, and it can insert it in several locations. The default policy is is <a href="#Policy-enum">AtBottom</a> but you can change this using <a href="#setInsertionPolicy">setInsertionPolicy</a>(). <p> It is possible to constrain the input to an editable combobox -using <a href="ntqvalidator.html">TQValidator</a>; see <a href="#setValidator">setValidator</a>(). By default, any input is +using <a href="tqvalidator.html">TQValidator</a>; see <a href="#setValidator">setValidator</a>(). By default, any input is accepted. <p> If the combobox is not editable then it has a default <a href="tqwidget.html#focusPolicy">focusPolicy</a>() of <a href="tqwidget.html#FocusPolicy-enum">TabFocus</a>, i.e. it will not grab focus if @@ -482,12 +482,12 @@ popup list to <em>palette</em>. <h3 class=fn>void <a name="setSizeLimit"></a>TQComboBox::setSizeLimit ( int )<tt> [virtual]</tt> </h3><p>Sets the maximum on-screen size of the combobox. See the <a href="tqcombobox.html#sizeLimit-prop">"sizeLimit"</a> property for details. -<h3 class=fn>void <a name="setValidator"></a>TQComboBox::setValidator ( const <a href="ntqvalidator.html">TQValidator</a> * v )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setValidator"></a>TQComboBox::setValidator ( const <a href="tqvalidator.html">TQValidator</a> * v )<tt> [virtual]</tt> </h3> Applies the validator <em>v</em> to the combobox so that only text which is valid according to <em>v</em> is accepted. <p> This function does nothing if the combobox is not editable. -<p> <p>See also <a href="#validator">validator</a>(), <a href="#clearValidator">clearValidator</a>(), and <a href="ntqvalidator.html">TQValidator</a>. +<p> <p>See also <a href="#validator">validator</a>(), <a href="#clearValidator">clearValidator</a>(), and <a href="tqvalidator.html">TQValidator</a>. <h3 class=fn>int <a name="sizeLimit"></a>TQComboBox::sizeLimit () const </h3><p>Returns the maximum on-screen size of the combobox. @@ -506,11 +506,11 @@ the item is not a string. whenever the contents of the text entry field changes. <em>string</em> contains the new text. -<h3 class=fn>const <a href="ntqvalidator.html">TQValidator</a> * <a name="validator"></a>TQComboBox::validator () const +<h3 class=fn>const <a href="tqvalidator.html">TQValidator</a> * <a name="validator"></a>TQComboBox::validator () const </h3> Returns the validator which constrains editing for this combobox if there is one; otherwise returns 0. -<p> <p>See also <a href="#setValidator">setValidator</a>(), <a href="#clearValidator">clearValidator</a>(), and <a href="ntqvalidator.html">TQValidator</a>. +<p> <p>See also <a href="#setValidator">setValidator</a>(), <a href="#clearValidator">clearValidator</a>(), and <a href="tqvalidator.html">TQValidator</a>. <hr><h2>Property Documentation</h2> <h3 class=fn>bool <a name="autoCompletion-prop"></a>autoCompletion</h3> |