diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-31 19:56:49 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-31 19:56:49 +0900 |
commit | 39f8a475b4ec5c87a11a7e9300a30ef1c5b4a7e1 (patch) | |
tree | c38058d08754b389bd058a6d63f75086b49a22b1 /doc/html/tqlineedit.html | |
parent | e42ec295c2134770a1eb07032f5f22ca4ba1daa6 (diff) | |
download | tqt-39f8a475.tar.gz tqt-39f8a475.zip |
Rename remaining ntq[i-l]* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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> |