From 628b0bb74c3fc327efff8add9c73ada04b1cbea2 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 7 Jul 2024 13:06:00 +0900 Subject: Rename drag-n-drop nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/tqstylesheet.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/html/tqstylesheet.html') 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 TQWhatsThis. Note that links wi in documents with <qt type="detail">...</qt>.
  • bgcolor -- The background color, for example bgcolor="yellow" or bgcolor="#0000FF".
  • background -- The background pixmap, for example background="granite.xpm". The pixmap name will be resolved -by a TQMimeSourceFactory(). +by a TQMimeSourceFactory().
  • text -- The default text color, for example text="red".
  • link -- The link color, for example link="green". @@ -354,7 +354,7 @@ deleting any style sheet previously set. The ownership is transferred to TQStyleSheet.

    See also defaultSheet(). -

    TQTextCustomItem * TQStyleSheet::tag ( const TQString & name, const TQMap<TQString, TQString> & attr, const TQString & context, const TQMimeSourceFactory & factory, bool emptyTag, TQTextDocument * doc ) const [virtual] +

    TQTextCustomItem * TQStyleSheet::tag ( const TQString & name, const TQMap<TQString, TQString> & attr, const TQString & context, const TQMimeSourceFactory & factory, bool emptyTag, TQTextDocument * doc ) const [virtual]

    This function is under development and is subject to change.

    Generates an internal object for the tag called name, given the @@ -364,9 +364,9 @@ the mime source factory factory. to look for relative links. This becomes important if the text contains relative references, for example within image tags. TQSimpleRichText always uses the default mime source factory (see -TQMimeSourceFactory::defaultFactory()) to resolve these +TQMimeSourceFactory::defaultFactory()) to resolve these references. The context will then be used to calculate the -absolute path. See TQMimeSourceFactory::makeAbsolute() for details. +absolute path. See TQMimeSourceFactory::makeAbsolute() for details.

    emptyTag and doc are for internal use only.

    This function should not be used in application code. -- cgit v1.2.1