diff options
Diffstat (limited to 'doc/man/man3/tqstylesheet.3qt')
-rw-r--r-- | doc/man/man3/tqstylesheet.3qt | 6 |
1 files changed, 3 insertions, 3 deletions
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<TQString, TQString> & 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 |