diff options
Diffstat (limited to 'doc/html/tqlineedit.html')
-rw-r--r-- | doc/html/tqlineedit.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/tqlineedit.html b/doc/html/tqlineedit.html index eb637fc8f..947091f74 100644 --- a/doc/html/tqlineedit.html +++ b/doc/html/tqlineedit.html @@ -398,7 +398,7 @@ See the <a href="tqlineedit.html#redoAvailable-prop">"redoAvailable"</a> propert <h3 class=fn>bool <a name="isUndoAvailable"></a>TQLineEdit::isUndoAvailable () const </h3><p>Returns TRUE if undo is available; otherwise returns FALSE. See the <a href="tqlineedit.html#undoAvailable-prop">"undoAvailable"</a> property for details. -<h3 class=fn>void <a name="keyPressEvent"></a>TQLineEdit::keyPressEvent ( <a href="qkeyevent.html">TQKeyEvent</a> * e )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="keyPressEvent"></a>TQLineEdit::keyPressEvent ( <a href="tqkeyevent.html">TQKeyEvent</a> * e )<tt> [virtual protected]</tt> </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 @@ -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="tqdoublevalidator.html">TQDoubleValidator</a>, and <a href="tqregexpvalidator.html">TQRegExpValidator</a>. +<p> <p>See also <a href="#validator">validator</a>(), <a href="tqintvalidator.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> |