From 0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 24 Jul 2024 19:37:05 +0900 Subject: Rename text class nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/tqtextedit.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/html/tqtextedit.html') 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.

1.A more complete API that supports setting margins, images, etc., is planned for a later TQt release.

TQTextEdit can be used as a syntax highlighting editor when used in -conjunction with TQSyntaxHighlighter. +conjunction with TQSyntaxHighlighter.

We recommend that you always call setTextFormat() to set the mode you want to use. If you use AutoText then setText() and append() will try to determine whether the text they are given is @@ -309,8 +309,8 @@ style sheet. Change the style sheet with setStyleSheet< displayed if they can be interpreted using the text edit's TQMimeSourceFactory; see setMimeSourceFactory().

If you want a text browser with more navigation use TQTextBrowser. -If you just need to display a small piece of rich text use TQLabel -or TQSimpleRichText. +If you just need to display a small piece of rich text use TQLabel +or TQSimpleRichText.

If you create a new TQTextEdit, and want to allow the user to edit rich text, call setTextFormat(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 setText(), to know the height of the document (using contentsHeight()), you would call this function first. -

TQSyntaxHighlighter * TQTextEdit::syntaxHighlighter () const +

TQSyntaxHighlighter * TQTextEdit::syntaxHighlighter () const

-Returns the TQSyntaxHighlighter set on this TQTextEdit. 0 is +Returns the TQSyntaxHighlighter set on this TQTextEdit. 0 is returned if no syntax highlighter is set.

bool TQTextEdit::tabChangesFocus () const -- cgit v1.2.1