diff options
Diffstat (limited to 'doc/html/tqtextedit.html')
-rw-r--r-- | doc/html/tqtextedit.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/tqtextedit.html b/doc/html/tqtextedit.html index aee63b096..6538682c2 100644 --- a/doc/html/tqtextedit.html +++ b/doc/html/tqtextedit.html @@ -273,7 +273,7 @@ tags (for color, bold, italic and underline) may be used. <p> <sup>1.</sup><small>A more complete API that supports setting margins, images, etc., is planned for a later TQt release.</small> <p> TQTextEdit can be used as a syntax highlighting editor when used in -conjunction with <a href="ntqsyntaxhighlighter.html">TQSyntaxHighlighter</a>. +conjunction with <a href="tqsyntaxhighlighter.html">TQSyntaxHighlighter</a>. <p> We recommend that you always call <a href="#setTextFormat">setTextFormat</a>() to set the mode you want to use. If you use <a href="ntqt.html#TextFormat-enum">AutoText</a> then <a href="#setText">setText</a>() and <a href="#append">append</a>() will try to determine whether the text they are given is @@ -309,8 +309,8 @@ style sheet. Change the style sheet with <a href="#setStyleSheet">setStyleSheet< displayed if they can be interpreted using the text edit's <a href="tqmimesourcefactory.html">TQMimeSourceFactory</a>; see <a href="#setMimeSourceFactory">setMimeSourceFactory</a>(). <p> If you want a text browser with more navigation use <a href="tqtextbrowser.html">TQTextBrowser</a>. -If you just need to display a small piece of rich text use <a href="ntqlabel.html">TQLabel</a> -or <a href="ntqsimplerichtext.html">TQSimpleRichText</a>. +If you just need to display a small piece of rich text use <a href="tqlabel.html">TQLabel</a> +or <a href="tqsimplerichtext.html">TQSimpleRichText</a>. <p> If you create a new TQTextEdit, and want to allow the user to edit rich text, call <a href="#setTextFormat">setTextFormat</a>(TQt::RichText) to ensure that the text is treated as rich text. (Rich text uses HTML tags to set @@ -1360,9 +1360,9 @@ to be formatted. For example, if after calling <a href="#setText">setText</a>(), to know the height of the document (using <a href="ntqscrollview.html#contentsHeight">contentsHeight</a>()), you would call this function first. -<h3 class=fn><a href="ntqsyntaxhighlighter.html">TQSyntaxHighlighter</a> * <a name="syntaxHighlighter"></a>TQTextEdit::syntaxHighlighter () const +<h3 class=fn><a href="tqsyntaxhighlighter.html">TQSyntaxHighlighter</a> * <a name="syntaxHighlighter"></a>TQTextEdit::syntaxHighlighter () const </h3> -Returns the <a href="ntqsyntaxhighlighter.html">TQSyntaxHighlighter</a> set on this TQTextEdit. 0 is +Returns the <a href="tqsyntaxhighlighter.html">TQSyntaxHighlighter</a> set on this TQTextEdit. 0 is returned if no syntax highlighter is set. <h3 class=fn>bool <a name="tabChangesFocus"></a>TQTextEdit::tabChangesFocus () const |