diff options
Diffstat (limited to 'doc/html/tqlineedit.html')
-rw-r--r-- | doc/html/tqlineedit.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/tqlineedit.html b/doc/html/tqlineedit.html index 31ad0a9bf..eb637fc8f 100644 --- a/doc/html/tqlineedit.html +++ b/doc/html/tqlineedit.html @@ -402,7 +402,7 @@ See the <a href="tqlineedit.html#undoAvailable-prop">"undoAvailable"</a> propert </h3> Converts key press event <em>e</em> into a line edit action. <p> If Return or Enter is pressed and the current text is valid (or -can be <a href="ntqvalidator.html#fixup">made valid</a> by the +can be <a href="tqvalidator.html#fixup">made valid</a> by the validator), the signal <a href="#returnPressed">returnPressed</a>() is emitted. <p> The default key bindings are listed in the <a href="#desc">detailed description.</a> @@ -504,7 +504,7 @@ the selection regardless of its current position. <h3 class=fn>void <a name="setText"></a>TQLineEdit::setText ( const <a href="tqstring.html">TQString</a> & )<tt> [virtual slot]</tt> </h3><p>Sets the line edit's text. See the <a href="tqlineedit.html#text-prop">"text"</a> property for details. -<h3 class=fn>void <a name="setValidator"></a>TQLineEdit::setValidator ( const <a href="ntqvalidator.html">TQValidator</a> * v )<tt> [virtual slot]</tt> +<h3 class=fn>void <a name="setValidator"></a>TQLineEdit::setValidator ( const <a href="tqvalidator.html">TQValidator</a> * v )<tt> [virtual slot]</tt> </h3> Sets this line edit to only accept input that the validator, <em>v</em>, will accept. This allows you to place any arbitrary constraints on @@ -512,7 +512,7 @@ the text which may be entered. <p> If <em>v</em> == 0, <a href="#setValidator">setValidator</a>() removes the current input validator. The initial setting is to have no input validator (i.e. any input is accepted up to <a href="#maxLength">maxLength</a>()). -<p> <p>See also <a href="#validator">validator</a>(), <a href="qintvalidator.html">TQIntValidator</a>, <a href="qdoublevalidator.html">TQDoubleValidator</a>, and <a href="tqregexpvalidator.html">TQRegExpValidator</a>. +<p> <p>See also <a href="#validator">validator</a>(), <a href="qintvalidator.html">TQIntValidator</a>, <a href="tqdoublevalidator.html">TQDoubleValidator</a>, and <a href="tqregexpvalidator.html">TQRegExpValidator</a>. <p>Examples: <a href="lineedits-example.html#x180">lineedits/lineedits.cpp</a> and <a href="wizard-example.html#x7">wizard/wizard.cpp</a>. <h3 class=fn><a href="tqsize.html">TQSize</a> <a name="sizeHint"></a>TQLineEdit::sizeHint () const<tt> [virtual]</tt> @@ -542,7 +542,7 @@ position. </h3> <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. Use <a href="#setText">setText</a>(), <a href="#setCursorPosition">setCursorPosition</a>() and <a href="#setSelection">setSelection</a>() instead. -<h3 class=fn>const <a href="ntqvalidator.html">TQValidator</a> * <a name="validator"></a>TQLineEdit::validator () const +<h3 class=fn>const <a href="tqvalidator.html">TQValidator</a> * <a name="validator"></a>TQLineEdit::validator () const </h3> Returns a pointer to the current input validator, or 0 if no validator has been set. |