summaryrefslogtreecommitdiffstats
path: root/doc/html/propertydocs
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-08 15:05:55 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-12 19:18:55 +0900
commit7bc57326e69b9c3f0eaeda63e4a49b67ba611426 (patch)
tree015fd18fdc62bce380935d546b677aa965b090c6 /doc/html/propertydocs
parentccbc1c3572fd0e26480c1432fff55d2909545538 (diff)
downloadtqt3-7bc57326e69b9c3f0eaeda63e4a49b67ba611426.tar.gz
tqt3-7bc57326e69b9c3f0eaeda63e4a49b67ba611426.zip
Rename style nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/propertydocs')
-rw-r--r--doc/html/propertydocs6
1 files changed, 3 insertions, 3 deletions
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.
&lt;p&gt;This property holds the action's "What's This?" help text.
&lt;p&gt;The whats this text is used to provide a brief description of the
action. The text may contain rich text (HTML-like tags -- see
-&lt;a href="ntqstylesheet.html"&gt;QStyleSheet&lt;/a&gt; for the list of supported tags). There is no default
+&lt;a href="tqstylesheet.html"&gt;TQStyleSheet&lt;/a&gt; for the list of supported tags). There is no default
"What's This" text.
&lt;p&gt; &lt;p&gt;See also &lt;a href="ntqwhatsthis.html"&gt;QWhatsThis&lt;/a&gt;.
@@ -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.
&lt;li&gt; RichText - rich text rendering. The available styles are
-defined in the default stylesheet &lt;a href="ntqstylesheet.html#defaultSheet"&gt;QStyleSheet::defaultSheet&lt;/a&gt;().
+defined in the default stylesheet &lt;a href="tqstylesheet.html#defaultSheet"&gt;TQStyleSheet::defaultSheet&lt;/a&gt;().
&lt;li&gt; LogText - optimized mode for very large texts. Supports a very
limited set of formatting tags (color, bold, underline and italic
settings).
&lt;li&gt; AutoText - this is the default. The text edit autodetects which
rendering style is best, &lt;a href="ntqt.html#TextFormat-enum"&gt;PlainText&lt;/a&gt; or &lt;a href="ntqt.html#TextFormat-enum"&gt;RichText&lt;/a&gt;. This is done
-by using the &lt;a href="ntqstylesheet.html#mightBeRichText"&gt;QStyleSheet::mightBeRichText&lt;/a&gt;() function.
+by using the &lt;a href="tqstylesheet.html#mightBeRichText"&gt;TQStyleSheet::mightBeRichText&lt;/a&gt;() function.
&lt;/ul&gt;
&lt;p&gt;Set this property's value with &lt;a href="tqtextedit.html#setTextFormat"&gt;setTextFormat&lt;/a&gt;() and get this property's value with &lt;a href="tqtextedit.html#textFormat"&gt;textFormat&lt;/a&gt;().