diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-02 21:37:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-06 11:24:55 +0900 |
commit | 7552c6d73043b1040139033f6864db48ae5446cf (patch) | |
tree | f90d24d072dd3ee6a3f909bf7778abc7669f03ef /doc/html/ntqlineedit.html | |
parent | c113da2069b66130f67a0f27c699e1cec83588a5 (diff) | |
download | tqt-7552c6d7.tar.gz tqt-7552c6d7.zip |
Rename main window nt* related files to equivalent tq*. The file
"ntqsession.h" was totally unnecessary and has been removed.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqlineedit.html')
-rw-r--r-- | doc/html/ntqlineedit.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/ntqlineedit.html b/doc/html/ntqlineedit.html index 2022b6018..7f92294c0 100644 --- a/doc/html/ntqlineedit.html +++ b/doc/html/ntqlineedit.html @@ -280,7 +280,7 @@ Copies the selected text to the clipboard, if there is any, and if <a href="#echoMode">echoMode</a>() is <a href="#EchoMode-enum">Normal</a>. <p> <p>See also <a href="#cut">cut</a>() and <a href="#paste">paste</a>(). -<h3 class=fn><a href="ntqpopupmenu.html">TQPopupMenu</a> * <a name="createPopupMenu"></a>TQLineEdit::createPopupMenu ()<tt> [virtual protected]</tt> +<h3 class=fn><a href="tqpopupmenu.html">TQPopupMenu</a> * <a name="createPopupMenu"></a>TQLineEdit::createPopupMenu ()<tt> [virtual protected]</tt> </h3> This function is called to create the popup menu which is shown when the user clicks on the line edit with the right mouse button. @@ -417,7 +417,7 @@ validator), the signal <a href="#returnPressed">returnPressed</a>() is emitted. <h3 class=fn>int <a name="maxLength"></a>TQLineEdit::maxLength () const </h3><p>Returns the maximum permitted length of the text. See the <a href="ntqlineedit.html#maxLength-prop">"maxLength"</a> property for details. -<h3 class=fn><a href="ntqsize.html">TQSize</a> <a name="minimumSizeHint"></a>TQLineEdit::minimumSizeHint () const<tt> [virtual]</tt> +<h3 class=fn><a href="tqsize.html">TQSize</a> <a name="minimumSizeHint"></a>TQLineEdit::minimumSizeHint () const<tt> [virtual]</tt> </h3> Returns a minimum size for the line edit. <p> The width returned is enough for at least one character. @@ -515,7 +515,7 @@ 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="qregexpvalidator.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="ntqsize.html">TQSize</a> <a name="sizeHint"></a>TQLineEdit::sizeHint () const<tt> [virtual]</tt> +<h3 class=fn><a href="tqsize.html">TQSize</a> <a name="sizeHint"></a>TQLineEdit::sizeHint () const<tt> [virtual]</tt> </h3> Returns a recommended size for the widget. <p> The width returned, in pixels, is usually enough for about 15 to |