diff options
Diffstat (limited to 'doc/html/ntqlineedit.html')
-rw-r--r-- | doc/html/ntqlineedit.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/ntqlineedit.html b/doc/html/ntqlineedit.html index c79bc71f1..ea215dd22 100644 --- a/doc/html/ntqlineedit.html +++ b/doc/html/ntqlineedit.html @@ -148,7 +148,7 @@ a "write-only" field, for inputs such as passwords. <p> The length of the text can be constrained to <a href="#maxLength">maxLength</a>(). The text can be arbitrarily constrained using a <a href="#validator">validator</a>() or an <a href="#inputMask">inputMask</a>(), or both. -<p> A related class is <a href="ntqtextedit.html">TQTextEdit</a> which allows multi-line, rich-text +<p> A related class is <a href="tqtextedit.html">TQTextEdit</a> which allows multi-line, rich-text editing. <p> You can change the text with <a href="#setText">setText</a>() or <a href="#insert">insert</a>(). The text is retrieved with <a href="#text">text</a>(); the displayed text (which may be different, @@ -199,7 +199,7 @@ that presents some of these editing options. <p> Any other key sequence that represents a valid character, will cause the character to be inserted into the line edit. <p> <img src=qlined-m.png> <img src=qlined-w.png> -<p> <p>See also <a href="ntqtextedit.html">TQTextEdit</a>, <a href="ntqlabel.html">TQLabel</a>, <a href="ntqcombobox.html">TQComboBox</a>, <a href="guibooks.html#fowler">GUI Design Handbook: Field, Entry</a>, and <a href="basic.html">Basic Widgets</a>. +<p> <p>See also <a href="tqtextedit.html">TQTextEdit</a>, <a href="ntqlabel.html">TQLabel</a>, <a href="ntqcombobox.html">TQComboBox</a>, <a href="guibooks.html#fowler">GUI Design Handbook: Field, Entry</a>, and <a href="basic.html">Basic Widgets</a>. <hr><h2>Member Type Documentation</h2> <h3 class=fn><a name="EchoMode-enum"></a>TQLineEdit::EchoMode</h3> |