diff options
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 |