From a30f5359f03c3017fa19a6770fab32d25d22cb87 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 15 Jul 2024 19:08:22 +0900 Subject: Rename graphics class nt* related files to equivalent tq* (part 1) Signed-off-by: Michele Calgaro --- doc/man/man3/tqstylesheet.3qt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/man/man3/tqstylesheet.3qt') diff --git a/doc/man/man3/tqstylesheet.3qt b/doc/man/man3/tqstylesheet.3qt index 3f582ca59..5ff18ce22 100644 --- a/doc/man/man3/tqstylesheet.3qt +++ b/doc/man/man3/tqstylesheet.3qt @@ -31,7 +31,7 @@ Inherits TQObject. .BI "virtual TQTextCustomItem * \fBtag\fR ( const TQString & name, const TQMap & attr, const TQString & context, const TQMimeSourceFactory & factory, bool emptyTag, TQTextDocument * doc ) const" .br .ti -1c -.BI "virtual void \fBscaleFont\fR ( QFont & font, int logicalSize ) const" +.BI "virtual void \fBscaleFont\fR ( TQFont & font, int logicalSize ) const" .br .ti -1c .BI "virtual void \fBerror\fR ( const TQString & msg ) const" @@ -175,14 +175,14 @@ Returns the style called \fIname\fR or 0 if there is no such style (const versio Returns TRUE if the string \fItext\fR is likely to be rich text; otherwise returns FALSE. .PP This function uses a fast and therefore simple heuristic. It mainly checks whether there is something that looks like a tag before the first line break. Although the result may be correct for common cases, there is no guarantee. -.SH "void TQStyleSheet::scaleFont ( QFont & font, int logicalSize ) const\fC [virtual]\fR" +.SH "void TQStyleSheet::scaleFont ( TQFont & font, int logicalSize ) const\fC [virtual]\fR" Scales the font \fIfont\fR to the appropriate physical point size corresponding to the logical font size \fIlogicalSize\fR. .PP When calling this function, \fIfont\fR has a point size corresponding to the logical font size 3. .PP Logical font sizes range from 1 to 7, with 1 being the smallest. .PP -See also TQStyleSheetItem::logicalFontSize(), TQStyleSheetItem::logicalFontSizeStep(), and QFont::setPointSize(). +See also TQStyleSheetItem::logicalFontSize(), TQStyleSheetItem::logicalFontSizeStep(), and TQFont::setPointSize(). .SH "void TQStyleSheet::setDefaultSheet ( TQStyleSheet * sheet )\fC [static]\fR" Sets the application-wide default style sheet to \fIsheet\fR, deleting any style sheet previously set. The ownership is transferred to TQStyleSheet. .PP -- cgit v1.2.1