diff options
Diffstat (limited to 'doc/html/tqstylesheet.html')
-rw-r--r-- | doc/html/tqstylesheet.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/tqstylesheet.html b/doc/html/tqstylesheet.html index 345717b68..438f6018f 100644 --- a/doc/html/tqstylesheet.html +++ b/doc/html/tqstylesheet.html @@ -94,7 +94,7 @@ popup similar to <a href="ntqwhatsthis.html">TQWhatsThis</a>. Note that links wi in documents with <tt><qt type="detail">...</qt></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 -by a <a href="qmimesourcefactory.html">TQMimeSourceFactory</a>(). +by a <a href="tqmimesourcefactory.html">TQMimeSourceFactory</a>(). <li> <tt>text</tt> -- The default text color, for example <tt>text="red"</tt>. <li> <tt>link</tt> -- The link color, for example <tt>link="green"</tt>. </ul> @@ -354,7 +354,7 @@ deleting any style sheet previously set. The ownership is transferred to TQStyleSheet. <p> <p>See also <a href="#defaultSheet">defaultSheet</a>(). -<h3 class=fn>TQTextCustomItem * <a name="tag"></a>TQStyleSheet::tag ( const <a href="tqstring.html">TQString</a> & name, const <a href="tqmap.html">TQMap</a><TQString, TQString> & attr, const <a href="tqstring.html">TQString</a> & context, const <a href="qmimesourcefactory.html">TQMimeSourceFactory</a> & factory, bool emptyTag, TQTextDocument * doc ) const<tt> [virtual]</tt> +<h3 class=fn>TQTextCustomItem * <a name="tag"></a>TQStyleSheet::tag ( const <a href="tqstring.html">TQString</a> & name, const <a href="tqmap.html">TQMap</a><TQString, TQString> & attr, const <a href="tqstring.html">TQString</a> & context, const <a href="tqmimesourcefactory.html">TQMimeSourceFactory</a> & factory, bool emptyTag, TQTextDocument * doc ) const<tt> [virtual]</tt> </h3> <p><b>This function is under development and is subject to change.</b> <p> Generates an internal object for the tag called <em>name</em>, given the @@ -364,9 +364,9 @@ the mime source factory <em>factory</em>. 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="qmimesourcefactory.html#defaultFactory">TQMimeSourceFactory::defaultFactory</a>()) to resolve these +<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="qmimesourcefactory.html#makeAbsolute">TQMimeSourceFactory::makeAbsolute</a>() for details. +absolute path. See <a href="tqmimesourcefactory.html#makeAbsolute">TQMimeSourceFactory::makeAbsolute</a>() for details. <p> <em>emptyTag</em> and <em>doc</em> are for internal use only. <p> This function should not be used in application code. |