diff options
author | Michele Calgaro <[email protected]> | 2024-07-15 19:08:22 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-18 09:31:41 +0900 |
commit | a30f5359f03c3017fa19a6770fab32d25d22cb87 (patch) | |
tree | cb365dd7a1c3666e3f972c6cad04be7b8e846cba /doc/man/man3/tqstylesheet.3qt | |
parent | 25ad1267da6916e738a126ff5a9b41cd686adfc6 (diff) | |
download | tqt3-a30f5359f03c3017fa19a6770fab32d25d22cb87.tar.gz tqt3-a30f5359f03c3017fa19a6770fab32d25d22cb87.zip |
Rename graphics class nt* related files to equivalent tq* (part 1)
Signed-off-by: Michele Calgaro <[email protected]>
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 |