From 7bc57326e69b9c3f0eaeda63e4a49b67ba611426 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 8 Jun 2024 15:05:55 +0900 Subject: Rename style nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/propertydocs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/propertydocs') diff --git a/doc/html/propertydocs b/doc/html/propertydocs index f3aafac47..931a617f1 100644 --- a/doc/html/propertydocs +++ b/doc/html/propertydocs @@ -141,7 +141,7 @@ appear at all. <p>This property holds the action's "What's This?" help text. <p>The whats this text is used to provide a brief description of the action. The text may contain rich text (HTML-like tags -- see -<a href="ntqstylesheet.html">QStyleSheet</a> for the list of supported tags). There is no default +<a href="tqstylesheet.html">TQStyleSheet</a> for the list of supported tags). There is no default "What's This" text. <p> <p>See also <a href="ntqwhatsthis.html">QWhatsThis</a>. @@ -4032,13 +4032,13 @@ verbatim, including spaces. Whenever a newline appears in the text the text edit inserts a hard line break and begins a new paragraph. <li> RichText - rich text rendering. The available styles are -defined in the default stylesheet <a href="ntqstylesheet.html#defaultSheet">QStyleSheet::defaultSheet</a>(). +defined in the default stylesheet <a href="tqstylesheet.html#defaultSheet">TQStyleSheet::defaultSheet</a>(). <li> LogText - optimized mode for very large texts. Supports a very limited set of formatting tags (color, bold, underline and italic settings). <li> AutoText - this is the default. The text edit autodetects which rendering style is best, <a href="ntqt.html#TextFormat-enum">PlainText</a> or <a href="ntqt.html#TextFormat-enum">RichText</a>. This is done -by using the <a href="ntqstylesheet.html#mightBeRichText">QStyleSheet::mightBeRichText</a>() function. +by using the <a href="tqstylesheet.html#mightBeRichText">TQStyleSheet::mightBeRichText</a>() function. </ul> <p>Set this property's value with <a href="tqtextedit.html#setTextFormat">setTextFormat</a>() and get this property's value with <a href="tqtextedit.html#textFormat">textFormat</a>(). -- cgit v1.2.1