diff options
Diffstat (limited to 'doc/html/ntqstylesheet.html')
-rw-r--r-- | doc/html/ntqstylesheet.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/ntqstylesheet.html b/doc/html/ntqstylesheet.html index c28691718..d3ce655e8 100644 --- a/doc/html/ntqstylesheet.html +++ b/doc/html/ntqstylesheet.html @@ -67,7 +67,7 @@ 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="ntqtextedit.html">TQTextEdit</a> or a <a href="ntqtextbrowser.html">TQTextBrowser</a>. However, <a href="ntqlabel.html">TQLabel</a>, +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 rich text renderer for custom widgets as well. @@ -84,11 +84,11 @@ HTML tables. attributes: <ul> <li> <tt>title</tt> -- The caption of the document. This attribute is -easily accessible with <a href="ntqtextedit.html#documentTitle">TQTextEdit::documentTitle</a>(). +easily accessible with <a href="tqtextedit.html#documentTitle">TQTextEdit::documentTitle</a>(). <li> <tt>type</tt> -- The type of the document. The default type is <tt>page</tt>. It indicates that the document is displayed in a 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="ntqtextbrowser.html">TQTextBrowser</a> will then keep +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 in documents with <tt><qt type="detail">...</qt></tt>. @@ -298,8 +298,8 @@ 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 available tags within rich text documents. It also serves as the -initial style sheet for the more complex render widgets, <a href="ntqtextedit.html">TQTextEdit</a> -and <a href="ntqtextbrowser.html">TQTextBrowser</a>. +initial style sheet for the more complex render widgets, <a href="tqtextedit.html">TQTextEdit</a> +and <a href="tqtextbrowser.html">TQTextBrowser</a>. <p> <p>See also <a href="#setDefaultSheet">setDefaultSheet</a>(). <h3 class=fn>void <a name="error"></a>TQStyleSheet::error ( const <a href="tqstring.html">TQString</a> & msg ) const<tt> [virtual]</tt> |