diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-15 19:08:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-18 09:31:41 +0900 |
commit | a30f5359f03c3017fa19a6770fab32d25d22cb87 (patch) | |
tree | cb365dd7a1c3666e3f972c6cad04be7b8e846cba /doc/man/man3/tqstylesheetitem.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 <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqstylesheetitem.3qt')
-rw-r--r-- | doc/man/man3/tqstylesheetitem.3qt | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/man/man3/tqstylesheetitem.3qt b/doc/man/man3/tqstylesheetitem.3qt index cc06bf22a..48ba7a90f 100644 --- a/doc/man/man3/tqstylesheetitem.3qt +++ b/doc/man/man3/tqstylesheetitem.3qt @@ -292,7 +292,7 @@ See also setDisplayMode(). .SH "TQString TQStyleSheetItem::fontFamily () const" Returns the font family setting of the style. This is either a valid font family or TQString::null if no family has been set. .PP -See also setFontFamily(), QFont::family(), and QFont::setFamily(). +See also setFontFamily(), TQFont::family(), and TQFont::setFamily(). .SH "bool TQStyleSheetItem::fontItalic () const" Returns TRUE if the style sets an italic font; otherwise returns FALSE. .PP @@ -300,7 +300,7 @@ See also setFontItalic() and definesFontItalic(). .SH "int TQStyleSheetItem::fontSize () const" Returns the font size setting of the style. This is either a valid point size or TQStyleSheetItem::Undefined. .PP -See also setFontSize(), QFont::pointSize(), and QFont::setPointSize(). +See also setFontSize(), TQFont::pointSize(), and TQFont::setPointSize(). .SH "bool TQStyleSheetItem::fontStrikeOut () const" Returns TRUE if the style sets a strike out font; otherwise returns FALSE. .PP @@ -310,9 +310,9 @@ Returns TRUE if the style sets an underlined font; otherwise returns FALSE. .PP See also setFontUnderline() and definesFontUnderline(). .SH "int TQStyleSheetItem::fontWeight () const" -Returns the font weight setting of the style. This is either a valid QFont::Weight or the value TQStyleSheetItem::Undefined. +Returns the font weight setting of the style. This is either a valid TQFont::Weight or the value TQStyleSheetItem::Undefined. .PP -See also setFontWeight() and QFont. +See also setFontWeight() and TQFont. .SH "bool TQStyleSheetItem::isAnchor () const" Returns whether this style is an anchor. .PP @@ -328,7 +328,7 @@ See also setListStyle() and ListStyle. .SH "int TQStyleSheetItem::logicalFontSize () const" Returns the logical font size setting of the style. This is either a valid size between 1 and 7 or TQStyleSheetItem::Undefined. .PP -See also setLogicalFontSize(), setLogicalFontSizeStep(), QFont::pointSize(), and QFont::setPointSize(). +See also setLogicalFontSize(), setLogicalFontSizeStep(), TQFont::pointSize(), and TQFont::setPointSize(). .SH "int TQStyleSheetItem::logicalFontSizeStep () const" Returns the logical font size step of this style. .PP @@ -378,7 +378,7 @@ See also displayMode(). .SH "void TQStyleSheetItem::setFontFamily ( const TQString & fam )" Sets the font family setting of the style to \fIfam\fR. .PP -See also fontFamily(), QFont::family(), and QFont::setFamily(). +See also fontFamily(), TQFont::family(), and TQFont::setFamily(). .SH "void TQStyleSheetItem::setFontItalic ( bool italic )" If \fIitalic\fR is TRUE sets italic for the style; otherwise sets upright. .PP @@ -386,7 +386,7 @@ See also fontItalic() and definesFontItalic(). .SH "void TQStyleSheetItem::setFontSize ( int s )" Sets the font size setting of the style to \fIs\fR points. .PP -See also fontSize(), QFont::pointSize(), and QFont::setPointSize(). +See also fontSize(), TQFont::pointSize(), and TQFont::setPointSize(). .SH "void TQStyleSheetItem::setFontStrikeOut ( bool strikeOut )" If \fIstrikeOut\fR is TRUE, sets strike out for the style; otherwise sets no strike out. .PP @@ -396,9 +396,9 @@ If \fIunderline\fR is TRUE, sets underline for the style; otherwise sets no unde .PP See also fontUnderline() and definesFontUnderline(). .SH "void TQStyleSheetItem::setFontWeight ( int w )" -Sets the font weight setting of the style to \fIw\fR. Valid values are those defined by QFont::Weight. +Sets the font weight setting of the style to \fIw\fR. Valid values are those defined by TQFont::Weight. .PP -See also QFont and fontWeight(). +See also TQFont and fontWeight(). .SH "void TQStyleSheetItem::setListStyle ( ListStyle s )" Sets the list style of the style to \fIs\fR. .PP @@ -408,7 +408,7 @@ See also listStyle(), DisplayMode, and ListStyle. .SH "void TQStyleSheetItem::setLogicalFontSize ( int s )" Sets the logical font size setting of the style to \fIs\fR. Valid logical sizes are 1 to 7. .PP -See also logicalFontSize(), QFont::pointSize(), and QFont::setPointSize(). +See also logicalFontSize(), TQFont::pointSize(), and TQFont::setPointSize(). .SH "void TQStyleSheetItem::setLogicalFontSizeStep ( int s )" Sets the logical font size step of this style to \fIs\fR. .PP |