diff options
Diffstat (limited to 'doc/man/man3/tqstylesheetitem.3qt')
-rw-r--r-- | doc/man/man3/tqstylesheetitem.3qt | 196 |
1 files changed, 98 insertions, 98 deletions
diff --git a/doc/man/man3/tqstylesheetitem.3qt b/doc/man/man3/tqstylesheetitem.3qt index 8cd82f49f..cc06bf22a 100644 --- a/doc/man/man3/tqstylesheetitem.3qt +++ b/doc/man/man3/tqstylesheetitem.3qt @@ -1,5 +1,5 @@ '\" t -.TH QStyleSheetItem 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- +.TH TQStyleSheetItem 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- .\" Copyright 1992-2007 Trolltech ASA. All rights reserved. See the .\" license file included in the distribution for a complete license .\" statement. @@ -7,34 +7,34 @@ .ad l .nh .SH NAME -QStyleSheetItem \- Encapsulation of a set of text styles +TQStyleSheetItem \- Encapsulation of a set of text styles .SH SYNOPSIS -\fC#include <ntqstylesheet.h>\fR +\fC#include <tqstylesheet.h>\fR .PP Inherits Qt. .PP .SS "Public Members" .in +1c .ti -1c -.BI "\fBQStyleSheetItem\fR ( QStyleSheet * parent, const TQString & name )" +.BI "\fBTQStyleSheetItem\fR ( TQStyleSheet * parent, const TQString & name )" .br .ti -1c -.BI "\fBQStyleSheetItem\fR ( const QStyleSheetItem & other )" +.BI "\fBTQStyleSheetItem\fR ( const TQStyleSheetItem & other )" .br .ti -1c -.BI "\fB~QStyleSheetItem\fR ()" +.BI "\fB~TQStyleSheetItem\fR ()" .br .ti -1c -.BI "QStyleSheetItem & \fBoperator=\fR ( const QStyleSheetItem & other )" +.BI "TQStyleSheetItem & \fBoperator=\fR ( const TQStyleSheetItem & other )" .br .ti -1c .BI "TQString \fBname\fR () const" .br .ti -1c -.BI "QStyleSheet * \fBstyleSheet\fR ()" +.BI "TQStyleSheet * \fBstyleSheet\fR ()" .br .ti -1c -.BI "const QStyleSheet * \fBstyleSheet\fR () const" +.BI "const TQStyleSheet * \fBstyleSheet\fR () const" .br .ti -1c .BI "enum \fBDisplayMode\fR { DisplayBlock, DisplayInline, DisplayListItem, DisplayNone }" @@ -169,7 +169,7 @@ Inherits Qt. .BI "void \fBsetContexts\fR ( const TQString & c )" .br .ti -1c -.BI "bool \fBallowedInContext\fR ( const QStyleSheetItem * s ) const" +.BI "bool \fBallowedInContext\fR ( const TQStyleSheetItem * s ) const" .br .ti -1c .BI "bool \fBselfNesting\fR () const" @@ -182,7 +182,7 @@ Inherits Qt. .br .in -1c .SH DESCRIPTION -The QStyleSheetItem class provides an encapsulation of a set of text styles. +The TQStyleSheetItem class provides an encapsulation of a set of text styles. .PP A style sheet item consists of a name and a set of attributes that specifiy its font, color, etc. When used in a style sheet (see styleSheet()), items define the name() of a rich text tag and the display property changes associated with it. .PP @@ -190,276 +190,276 @@ The display mode attribute indicates whether the item is a block, an inline elem .PP See also Text Related Classes. .SS "Member Type Documentation" -.SH "QStyleSheetItem::DisplayMode" +.SH "TQStyleSheetItem::DisplayMode" This enum type defines the way adjacent elements are displayed. .TP -\fCQStyleSheetItem::DisplayBlock\fR - elements are displayed as a rectangular block (e.g. \fC<p>...</p>\fR). +\fCTQStyleSheetItem::DisplayBlock\fR - elements are displayed as a rectangular block (e.g. \fC<p>...</p>\fR). .TP -\fCQStyleSheetItem::DisplayInline\fR - elements are displayed in a horizontally flowing sequence (e.g. \fC<em>...</em>\fR). +\fCTQStyleSheetItem::DisplayInline\fR - elements are displayed in a horizontally flowing sequence (e.g. \fC<em>...</em>\fR). .TP -\fCQStyleSheetItem::DisplayListItem\fR - elements are displayed in a vertical sequence (e.g. \fC<li>...</li>\fR). +\fCTQStyleSheetItem::DisplayListItem\fR - elements are displayed in a vertical sequence (e.g. \fC<li>...</li>\fR). .TP -\fCQStyleSheetItem::DisplayNone\fR - elements are not displayed at all. -.SH "QStyleSheetItem::ListStyle" +\fCTQStyleSheetItem::DisplayNone\fR - elements are not displayed at all. +.SH "TQStyleSheetItem::ListStyle" This enum type defines how the items in a list are prefixed when displayed. .TP -\fCQStyleSheetItem::ListDisc\fR - a filled circle (i.e. a bullet) +\fCTQStyleSheetItem::ListDisc\fR - a filled circle (i.e. a bullet) .TP -\fCQStyleSheetItem::ListCircle\fR - an unfilled circle +\fCTQStyleSheetItem::ListCircle\fR - an unfilled circle .TP -\fCQStyleSheetItem::ListSquare\fR - a filled square +\fCTQStyleSheetItem::ListSquare\fR - a filled square .TP -\fCQStyleSheetItem::ListDecimal\fR - an integer in base 10: \fI1\fR, \fI2\fR, \fI3\fR, ... +\fCTQStyleSheetItem::ListDecimal\fR - an integer in base 10: \fI1\fR, \fI2\fR, \fI3\fR, ... .TP -\fCQStyleSheetItem::ListLowerAlpha\fR - a lowercase letter: \fIa\fR, \fIb\fR, \fIc\fR, ... +\fCTQStyleSheetItem::ListLowerAlpha\fR - a lowercase letter: \fIa\fR, \fIb\fR, \fIc\fR, ... .TP -\fCQStyleSheetItem::ListUpperAlpha\fR - an uppercase letter: \fIA\fR, \fIB\fR, \fIC\fR, ... -.SH "QStyleSheetItem::Margin" +\fCTQStyleSheetItem::ListUpperAlpha\fR - an uppercase letter: \fIA\fR, \fIB\fR, \fIC\fR, ... +.SH "TQStyleSheetItem::Margin" .TP -\fCQStyleSheetItem::MarginLeft\fR - left margin +\fCTQStyleSheetItem::MarginLeft\fR - left margin .TP -\fCQStyleSheetItem::MarginRight\fR - right margin +\fCTQStyleSheetItem::MarginRight\fR - right margin .TP -\fCQStyleSheetItem::MarginTop\fR - top margin +\fCTQStyleSheetItem::MarginTop\fR - top margin .TP -\fCQStyleSheetItem::MarginBottom\fR - bottom margin +\fCTQStyleSheetItem::MarginBottom\fR - bottom margin .TP -\fCQStyleSheetItem::MarginAll\fR - all margins (left, right, top and bottom) +\fCTQStyleSheetItem::MarginAll\fR - all margins (left, right, top and bottom) .TP -\fCQStyleSheetItem::MarginVertical\fR - top and bottom margins +\fCTQStyleSheetItem::MarginVertical\fR - top and bottom margins .TP -\fCQStyleSheetItem::MarginHorizontal\fR - left and right margins +\fCTQStyleSheetItem::MarginHorizontal\fR - left and right margins .TP -\fCQStyleSheetItem::MarginFirstLine\fR - margin (indentation) of the first line of a paragarph (in addition to the MarginLeft of the paragraph) -.SH "QStyleSheetItem::VerticalAlignment" +\fCTQStyleSheetItem::MarginFirstLine\fR - margin (indentation) of the first line of a paragarph (in addition to the MarginLeft of the paragraph) +.SH "TQStyleSheetItem::VerticalAlignment" This enum type defines the way elements are aligned vertically. This is only supported for text elements. .TP -\fCQStyleSheetItem::VAlignBaseline\fR - align the baseline of the element (or the bottom, if the element doesn't have a baseline) with the baseline of the parent +\fCTQStyleSheetItem::VAlignBaseline\fR - align the baseline of the element (or the bottom, if the element doesn't have a baseline) with the baseline of the parent .TP -\fCQStyleSheetItem::VAlignSub\fR - subscript the element +\fCTQStyleSheetItem::VAlignSub\fR - subscript the element .TP -\fCQStyleSheetItem::VAlignSuper\fR - superscript the element -.SH "QStyleSheetItem::WhiteSpaceMode" -This enum defines the ways in which QStyleSheet can treat whitespace. +\fCTQStyleSheetItem::VAlignSuper\fR - superscript the element +.SH "TQStyleSheetItem::WhiteSpaceMode" +This enum defines the ways in which TQStyleSheet can treat whitespace. .TP -\fCQStyleSheetItem::WhiteSpaceNormal\fR - any sequence of whitespace (including line-breaks) is equivalent to a single space. +\fCTQStyleSheetItem::WhiteSpaceNormal\fR - any sequence of whitespace (including line-breaks) is equivalent to a single space. .TP -\fCQStyleSheetItem::WhiteSpacePre\fR - whitespace must be output exactly as given in the input. +\fCTQStyleSheetItem::WhiteSpacePre\fR - whitespace must be output exactly as given in the input. .TP -\fCQStyleSheetItem::WhiteSpaceNoWrap\fR - multiple spaces are collapsed as with WhiteSpaceNormal, but no automatic line-breaks occur. To break lines manually, use the \fC<br>\fR tag. +\fCTQStyleSheetItem::WhiteSpaceNoWrap\fR - multiple spaces are collapsed as with WhiteSpaceNormal, but no automatic line-breaks occur. To break lines manually, use the \fC<br>\fR tag. .PP .SH MEMBER FUNCTION DOCUMENTATION -.SH "QStyleSheetItem::QStyleSheetItem ( QStyleSheet * parent, const TQString & name )" +.SH "TQStyleSheetItem::TQStyleSheetItem ( TQStyleSheet * parent, const TQString & name )" Constructs a new style called \fIname\fR for the stylesheet \fIparent\fR. .PP -All properties in QStyleSheetItem are initially in the "do not change" state, except display mode, which defaults to DisplayInline. -.SH "QStyleSheetItem::QStyleSheetItem ( const QStyleSheetItem & other )" +All properties in TQStyleSheetItem are initially in the "do not change" state, except display mode, which defaults to DisplayInline. +.SH "TQStyleSheetItem::TQStyleSheetItem ( const TQStyleSheetItem & other )" Copy constructor. Constructs a copy of \fIother\fR that is not bound to any style sheet. -.SH "QStyleSheetItem::~QStyleSheetItem ()" -Destroys the style. Note that QStyleSheetItem objects become owned by QStyleSheet when they are created. -.SH "int QStyleSheetItem::alignment () const" +.SH "TQStyleSheetItem::~TQStyleSheetItem ()" +Destroys the style. Note that TQStyleSheetItem objects become owned by TQStyleSheet when they are created. +.SH "int TQStyleSheetItem::alignment () const" Returns the alignment of this style. Possible values are AlignAuto, AlignLeft, AlignRight, AlignCenter or AlignJustify. .PP See also setAlignment() and TQt::AlignmentFlags. -.SH "bool QStyleSheetItem::allowedInContext ( const QStyleSheetItem * s ) const" +.SH "bool TQStyleSheetItem::allowedInContext ( const TQStyleSheetItem * s ) const" Returns TRUE if this style can be nested into an element of style \fIs\fR; otherwise returns FALSE. .PP See also contexts() and setContexts(). -.SH "TQColor QStyleSheetItem::color () const" +.SH "TQColor TQStyleSheetItem::color () const" Returns the text color of this style or an invalid color if no color has been set. .PP See also setColor() and TQColor::isValid(). -.SH "TQString QStyleSheetItem::contexts () const" +.SH "TQString TQStyleSheetItem::contexts () const" Returns a space-separated list of names of styles that may contain elements of this style. If nothing has been set, contexts() returns an empty string, which indicates that this style can be nested everywhere. .PP See also setContexts(). -.SH "bool QStyleSheetItem::definesFontItalic () const" +.SH "bool TQStyleSheetItem::definesFontItalic () const" Returns TRUE if the style defines a font shape; otherwise returns FALSE. A style does not define any shape until setFontItalic() is called. .PP See also setFontItalic() and fontItalic(). -.SH "bool QStyleSheetItem::definesFontStrikeOut () const" +.SH "bool TQStyleSheetItem::definesFontStrikeOut () const" Returns TRUE if the style defines a setting for the strikeOut property of the font; otherwise returns FALSE. A style does not define this until setFontStrikeOut() is called. .PP See also setFontStrikeOut() and fontStrikeOut(). -.SH "bool QStyleSheetItem::definesFontUnderline () const" +.SH "bool TQStyleSheetItem::definesFontUnderline () const" Returns TRUE if the style defines a setting for the underline property of the font; otherwise returns FALSE. A style does not define this until setFontUnderline() is called. .PP See also setFontUnderline() and fontUnderline(). -.SH "DisplayMode QStyleSheetItem::displayMode () const" +.SH "DisplayMode TQStyleSheetItem::displayMode () const" Returns the display mode of the style. .PP See also setDisplayMode(). -.SH "TQString QStyleSheetItem::fontFamily () const" +.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(). -.SH "bool QStyleSheetItem::fontItalic () const" +.SH "bool TQStyleSheetItem::fontItalic () const" Returns TRUE if the style sets an italic font; otherwise returns FALSE. .PP See also setFontItalic() and definesFontItalic(). -.SH "int QStyleSheetItem::fontSize () const" -Returns the font size setting of the style. This is either a valid point size or QStyleSheetItem::Undefined. +.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(). -.SH "bool QStyleSheetItem::fontStrikeOut () const" +.SH "bool TQStyleSheetItem::fontStrikeOut () const" Returns TRUE if the style sets a strike out font; otherwise returns FALSE. .PP See also setFontStrikeOut() and definesFontStrikeOut(). -.SH "bool QStyleSheetItem::fontUnderline () const" +.SH "bool TQStyleSheetItem::fontUnderline () const" Returns TRUE if the style sets an underlined font; otherwise returns FALSE. .PP See also setFontUnderline() and definesFontUnderline(). -.SH "int QStyleSheetItem::fontWeight () const" -Returns the font weight setting of the style. This is either a valid QFont::Weight or the value QStyleSheetItem::Undefined. +.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. .PP See also setFontWeight() and QFont. -.SH "bool QStyleSheetItem::isAnchor () const" +.SH "bool TQStyleSheetItem::isAnchor () const" Returns whether this style is an anchor. .PP See also setAnchor(). -.SH "int QStyleSheetItem::lineSpacing () const" +.SH "int TQStyleSheetItem::lineSpacing () const" \fBThis function is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code. .PP Returns the linespacing -.SH "ListStyle QStyleSheetItem::listStyle () const" +.SH "ListStyle TQStyleSheetItem::listStyle () const" Returns the list style of the style. .PP See also setListStyle() and ListStyle. -.SH "int QStyleSheetItem::logicalFontSize () const" -Returns the logical font size setting of the style. This is either a valid size between 1 and 7 or QStyleSheetItem::Undefined. +.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(). -.SH "int QStyleSheetItem::logicalFontSizeStep () const" +.SH "int TQStyleSheetItem::logicalFontSizeStep () const" Returns the logical font size step of this style. .PP The default is 0. Tags such as \fCbig\fR define \fC+1\fR; \fCsmall\fR defines \fC-1\fR. .PP See also setLogicalFontSizeStep(). -.SH "int QStyleSheetItem::margin ( Margin m ) const" +.SH "int TQStyleSheetItem::margin ( Margin m ) const" Returns the width of margin \fIm\fR in pixels. .PP The margin, \fIm\fR, can be MarginLeft, MarginRight, MarginTop, MarginBottom, or MarginFirstLine. .PP See also setMargin() and Margin. -.SH "TQString QStyleSheetItem::name () const" +.SH "TQString TQStyleSheetItem::name () const" Returns the name of the style item. -.SH "int QStyleSheetItem::numberOfColumns () const" +.SH "int TQStyleSheetItem::numberOfColumns () const" \fBThis function is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code. .PP Returns the number of columns for this style. .PP See also setNumberOfColumns(), displayMode(), and setDisplayMode(). -.SH "QStyleSheetItem & QStyleSheetItem::operator= ( const QStyleSheetItem & other )" +.SH "TQStyleSheetItem & TQStyleSheetItem::operator= ( const TQStyleSheetItem & other )" Assignment. Assings a copy of \fIother\fR that is not bound to any style sheet. Unbounds first from previous style sheet. -.SH "bool QStyleSheetItem::selfNesting () const" +.SH "bool TQStyleSheetItem::selfNesting () const" Returns TRUE if this style has self-nesting enabled; otherwise returns FALSE. .PP See also setSelfNesting(). -.SH "void QStyleSheetItem::setAlignment ( int f )" +.SH "void TQStyleSheetItem::setAlignment ( int f )" Sets the alignment to \fIf\fR. This only makes sense for styles with a display mode of DisplayBlock. Possible values are AlignAuto, AlignLeft, AlignRight, AlignCenter or AlignJustify. .PP See also alignment(), displayMode(), and TQt::AlignmentFlags. -.SH "void QStyleSheetItem::setAnchor ( bool anc )" +.SH "void TQStyleSheetItem::setAnchor ( bool anc )" If \fIanc\fR is TRUE, sets this style to be an anchor (hypertext link); otherwise sets it to not be an anchor. Elements in this style link to other documents or anchors. .PP See also isAnchor(). -.SH "void QStyleSheetItem::setColor ( const TQColor & c )" +.SH "void TQStyleSheetItem::setColor ( const TQColor & c )" Sets the text color of this style to \fIc\fR. .PP See also color(). -.SH "void QStyleSheetItem::setContexts ( const TQString & c )" +.SH "void TQStyleSheetItem::setContexts ( const TQString & c )" Sets a space-separated list of names of styles that may contain elements of this style. If \fIc\fR is empty, the style can be nested everywhere. .PP See also contexts(). -.SH "void QStyleSheetItem::setDisplayMode ( DisplayMode m )" +.SH "void TQStyleSheetItem::setDisplayMode ( DisplayMode m )" Sets the display mode of the style to \fIm\fR. .PP See also displayMode(). -.SH "void QStyleSheetItem::setFontFamily ( const TQString & fam )" +.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(). -.SH "void QStyleSheetItem::setFontItalic ( bool italic )" +.SH "void TQStyleSheetItem::setFontItalic ( bool italic )" If \fIitalic\fR is TRUE sets italic for the style; otherwise sets upright. .PP See also fontItalic() and definesFontItalic(). -.SH "void QStyleSheetItem::setFontSize ( int s )" +.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(). -.SH "void QStyleSheetItem::setFontStrikeOut ( bool strikeOut )" +.SH "void TQStyleSheetItem::setFontStrikeOut ( bool strikeOut )" If \fIstrikeOut\fR is TRUE, sets strike out for the style; otherwise sets no strike out. .PP See also fontStrikeOut() and definesFontStrikeOut(). -.SH "void QStyleSheetItem::setFontUnderline ( bool underline )" +.SH "void TQStyleSheetItem::setFontUnderline ( bool underline )" If \fIunderline\fR is TRUE, sets underline for the style; otherwise sets no underline. .PP See also fontUnderline() and definesFontUnderline(). -.SH "void QStyleSheetItem::setFontWeight ( int w )" +.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. .PP See also QFont and fontWeight(). -.SH "void QStyleSheetItem::setListStyle ( ListStyle s )" +.SH "void TQStyleSheetItem::setListStyle ( ListStyle s )" Sets the list style of the style to \fIs\fR. .PP This is used by nested elements that have a display mode of DisplayListItem. .PP See also listStyle(), DisplayMode, and ListStyle. -.SH "void QStyleSheetItem::setLogicalFontSize ( int s )" +.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(). -.SH "void QStyleSheetItem::setLogicalFontSizeStep ( int s )" +.SH "void TQStyleSheetItem::setLogicalFontSizeStep ( int s )" Sets the logical font size step of this style to \fIs\fR. .PP See also logicalFontSizeStep(). -.SH "void QStyleSheetItem::setMargin ( Margin m, int v )" +.SH "void TQStyleSheetItem::setMargin ( Margin m, int v )" Sets the width of margin \fIm\fR to \fIv\fR pixels. .PP The margin, \fIm\fR, can be MarginLeft, MarginRight, MarginTop, MarginBottom, MarginFirstLine, MarginAll, MarginVertical or MarginHorizontal. The value \fIv\fR must be >= 0. .PP See also margin(). -.SH "void QStyleSheetItem::setNumberOfColumns ( int ncols )" +.SH "void TQStyleSheetItem::setNumberOfColumns ( int ncols )" \fBThis function is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code. .PP Sets the number of columns for this style. Elements in the style are divided into columns. .PP -This makes sense only if the style uses a block display mode (see QStyleSheetItem::DisplayMode). +This makes sense only if the style uses a block display mode (see TQStyleSheetItem::DisplayMode). .PP See also numberOfColumns(). -.SH "void QStyleSheetItem::setSelfNesting ( bool nesting )" +.SH "void TQStyleSheetItem::setSelfNesting ( bool nesting )" Sets the self-nesting property for this style to \fInesting\fR. .PP In order to support "dirty" HTML, paragraphs \fC<p>\fR and list items \fC<li>\fR are not self-nesting. This means that starting a new paragraph or list item automatically closes the previous one. .PP See also selfNesting(). -.SH "void QStyleSheetItem::setVerticalAlignment ( VerticalAlignment valign )" +.SH "void TQStyleSheetItem::setVerticalAlignment ( VerticalAlignment valign )" Sets the vertical alignment to \fIvalign\fR. Possible values are VAlignBaseline, VAlignSub or VAlignSuper. .PP The vertical alignment property is not inherited. .PP See also verticalAlignment(). -.SH "void QStyleSheetItem::setWhiteSpaceMode ( WhiteSpaceMode m )" +.SH "void TQStyleSheetItem::setWhiteSpaceMode ( WhiteSpaceMode m )" Sets the whitespace mode to \fIm\fR. .PP See also WhiteSpaceMode. -.SH "QStyleSheet * QStyleSheetItem::styleSheet ()" +.SH "TQStyleSheet * TQStyleSheetItem::styleSheet ()" Returns the style sheet this item is in. -.SH "const QStyleSheet * QStyleSheetItem::styleSheet () const" +.SH "const TQStyleSheet * TQStyleSheetItem::styleSheet () const" This is an overloaded member function, provided for convenience. It behaves essentially like the above function. .PP Returns the style sheet this item is in. -.SH "VerticalAlignment QStyleSheetItem::verticalAlignment () const" +.SH "VerticalAlignment TQStyleSheetItem::verticalAlignment () const" Returns the vertical alignment of the style. Possible values are VAlignBaseline, VAlignSub or VAlignSuper. .PP See also setVerticalAlignment(). -.SH "WhiteSpaceMode QStyleSheetItem::whiteSpaceMode () const" +.SH "WhiteSpaceMode TQStyleSheetItem::whiteSpaceMode () const" Returns the whitespace mode. .PP See also setWhiteSpaceMode() and WhiteSpaceMode. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qstylesheetitem.html +.BR http://doc.trolltech.com/tqstylesheetitem.html .BR http://www.trolltech.com/faq/tech.html .SH COPYRIGHT Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the |