summaryrefslogtreecommitdiffstats
path: root/doc/html/tqstylesheet.html
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-07-24 19:37:05 +0900
committerMichele Calgaro <[email protected]>2024-07-24 19:37:05 +0900
commit0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc (patch)
treebe5eda50c23980aa4b44de1e8b2e209c6c02d2d1 /doc/html/tqstylesheet.html
parent1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (diff)
downloadtqt3-0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc.tar.gz
tqt3-0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc.zip
Rename text class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/html/tqstylesheet.html')
-rw-r--r--doc/html/tqstylesheet.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/tqstylesheet.html b/doc/html/tqstylesheet.html
index dd325d067..0e062fcba 100644
--- a/doc/html/tqstylesheet.html
+++ b/doc/html/tqstylesheet.html
@@ -67,9 +67,9 @@ rendering and a generator of tags.
definition of a set of tags. This definition will be used by the
internal rich text rendering system to parse and display text
documents to which the style sheet applies. Rich text is normally
-visualized in a <a href="tqtextedit.html">TQTextEdit</a> or a <a href="tqtextbrowser.html">TQTextBrowser</a>. However, <a href="ntqlabel.html">TQLabel</a>,
-<a href="ntqwhatsthis.html">TQWhatsThis</a> and <a href="ntqmessagebox.html">TQMessageBox</a> also support it, and other classes are
-likely to follow. With <a href="ntqsimplerichtext.html">TQSimpleRichText</a> it is possible to use the
+visualized in a <a href="tqtextedit.html">TQTextEdit</a> or a <a href="tqtextbrowser.html">TQTextBrowser</a>. However, <a href="tqlabel.html">TQLabel</a>,
+<a href="tqwhatsthis.html">TQWhatsThis</a> and <a href="ntqmessagebox.html">TQMessageBox</a> also support it, and other classes are
+likely to follow. With <a href="tqsimplerichtext.html">TQSimpleRichText</a> it is possible to use the
rich text renderer for custom widgets as well.
<p> The default TQStyleSheet object has the following style bindings,
sorted by structuring bindings, anchors, character style bindings
@@ -90,7 +90,7 @@ page of its own. Another style is <tt>detail</tt>, which can be
used to explain certain expressions in more detail in a
few sentences. For <tt>detail</tt>, <a href="tqtextbrowser.html">TQTextBrowser</a> will then keep
the current page and display the new document in a small
-popup similar to <a href="ntqwhatsthis.html">TQWhatsThis</a>. Note that links will not work
+popup similar to <a href="tqwhatsthis.html">TQWhatsThis</a>. Note that links will not work
in documents with <tt>&lt;qt type="detail"&gt;...&lt;/qt&gt;</tt>.
<li> <tt>bgcolor</tt> -- The background color, for example <tt>bgcolor="yellow"</tt> or <tt>bgcolor="#0000FF"</tt>.
<li> <tt>background</tt> -- The background pixmap, for example <tt>background="granite.xpm"</tt>. The pixmap name will be resolved
@@ -295,8 +295,8 @@ simplified whitespaces).
<h3 class=fn><a href="tqstylesheet.html">TQStyleSheet</a>&nbsp;* <a name="defaultSheet"></a>TQStyleSheet::defaultSheet ()<tt> [static]</tt>
</h3>
Returns the application-wide default style sheet. This style sheet
-is used by rich text rendering classes such as <a href="ntqsimplerichtext.html">TQSimpleRichText</a>,
-<a href="ntqwhatsthis.html">TQWhatsThis</a> and <a href="ntqmessagebox.html">TQMessageBox</a> to define the rendering style and
+is used by rich text rendering classes such as <a href="tqsimplerichtext.html">TQSimpleRichText</a>,
+<a href="tqwhatsthis.html">TQWhatsThis</a> and <a href="ntqmessagebox.html">TQMessageBox</a> to define the rendering style and
available tags within rich text documents. It also serves as the
initial style sheet for the more complex render widgets, <a href="tqtextedit.html">TQTextEdit</a>
and <a href="tqtextbrowser.html">TQTextBrowser</a>.
@@ -363,7 +363,7 @@ the mime source factory <em>factory</em>.
<p> <em>context</em> is the optional context of the document, i.e. the path
to look for relative links. This becomes important if the text
contains relative references, for example within image tags.
-<a href="ntqsimplerichtext.html">TQSimpleRichText</a> always uses the default mime source factory (see
+<a href="tqsimplerichtext.html">TQSimpleRichText</a> always uses the default mime source factory (see
<a href="tqmimesourcefactory.html#defaultFactory">TQMimeSourceFactory::defaultFactory</a>()) to resolve these
references. The context will then be used to calculate the
absolute path. See <a href="tqmimesourcefactory.html#makeAbsolute">TQMimeSourceFactory::makeAbsolute</a>() for details.