summaryrefslogtreecommitdiffstats
path: root/doc/man/man3
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3')
-rw-r--r--doc/man/man3/tqaction.3qt2
-rw-r--r--doc/man/man3/tqapplication.3qt30
-rw-r--r--doc/man/man3/tqcdestyle.3qt2
-rw-r--r--doc/man/man3/tqcommonstyle.3qt4
-rw-r--r--doc/man/man3/tqdict.3qt4
-rw-r--r--doc/man/man3/tqframe.3qt4
-rw-r--r--doc/man/man3/tqmacstyle.3qt8
-rw-r--r--doc/man/man3/tqmessagebox.3qt2
-rw-r--r--doc/man/man3/tqmotifstyle.3qt2
-rw-r--r--doc/man/man3/tqobject.3qt2
-rw-r--r--doc/man/man3/tqpainter.3qt24
-rw-r--r--doc/man/man3/tqplatinumstyle.3qt2
-rw-r--r--doc/man/man3/tqpopupmenu.3qt2
-rw-r--r--doc/man/man3/tqsgistyle.3qt2
-rw-r--r--doc/man/man3/tqsimplerichtext.3qt14
-rw-r--r--doc/man/man3/tqsplitter.3qt2
-rw-r--r--doc/man/man3/tqstyle.3qt722
-rw-r--r--doc/man/man3/tqstylefactory.3qt24
-rw-r--r--doc/man/man3/tqstyleoption.3qt120
-rw-r--r--doc/man/man3/tqstyleplugin.3qt28
-rw-r--r--doc/man/man3/tqstylesheet.3qt58
-rw-r--r--doc/man/man3/tqstylesheetitem.3qt196
-rw-r--r--doc/man/man3/tqt.3qt6
-rw-r--r--doc/man/man3/tqtextbrowser.3qt2
-rw-r--r--doc/man/man3/tqtextedit.3qt24
-rw-r--r--doc/man/man3/tqwhatsthis.3qt4
-rw-r--r--doc/man/man3/tqwidget.3qt20
27 files changed, 655 insertions, 655 deletions
diff --git a/doc/man/man3/tqaction.3qt b/doc/man/man3/tqaction.3qt
index 1d6c29ff..9ca76d07 100644
--- a/doc/man/man3/tqaction.3qt
+++ b/doc/man/man3/tqaction.3qt
@@ -504,7 +504,7 @@ Set this property's value with setVisible() and get this property's value with i
.SH "TQString whatsThis"
This property holds the action's "What's This?" help text.
.PP
-The whats this text is used to provide a brief description of the action. The text may contain rich text (HTML-like tags -- see QStyleSheet for the list of supported tags). There is no default" What's This" text.
+The whats this text is used to provide a brief description of the action. The text may contain rich text (HTML-like tags -- see TQStyleSheet for the list of supported tags). There is no default" What's This" text.
.PP
See also QWhatsThis.
.PP
diff --git a/doc/man/man3/tqapplication.3qt b/doc/man/man3/tqapplication.3qt
index 37c4ea97..41f5c36f 100644
--- a/doc/man/man3/tqapplication.3qt
+++ b/doc/man/man3/tqapplication.3qt
@@ -193,13 +193,13 @@ Inherits TQObject.
.SS "Static Public Members"
.in +1c
.ti -1c
-.BI "QStyle & \fBstyle\fR ()"
+.BI "TQStyle & \fBstyle\fR ()"
.br
.ti -1c
-.BI "void \fBsetStyle\fR ( QStyle * style )"
+.BI "void \fBsetStyle\fR ( TQStyle * style )"
.br
.ti -1c
-.BI "QStyle * \fBsetStyle\fR ( const TQString & style )"
+.BI "TQStyle * \fBsetStyle\fR ( const TQString & style )"
.br
.ti -1c
.BI "int \fBcolorSpec\fR ()"
@@ -434,7 +434,7 @@ It performs event handling, meaning that it receives events from the underlying
It parses common command line arguments and sets its internal state accordingly. See the constructor documentation below for more details about this.
.IP
.TP
-It defines the application's look and feel, which is encapsulated in a QStyle object. This can be changed at runtime with setStyle().
+It defines the application's look and feel, which is encapsulated in a TQStyle object. This can be changed at runtime with setStyle().
.IP
.TP
It specifies how the application is to allocate colors. See setColorSpec() for details.
@@ -1084,7 +1084,7 @@ Usually widgets call this automatically when they are polished. It may be used t
.PP
Note that you are not limited to the public functions of TQWidget. Instead, based on meta information like TQObject::className() you are able to customize any kind of widget.
.PP
-See also QStyle::polish(), TQWidget::polish(), setPalette(), and setFont().
+See also TQStyle::polish(), TQWidget::polish(), setPalette(), and setFont().
.SH "void QApplication::postEvent ( TQObject * receiver, QEvent * event )\fC [static]\fR"
\fBNote:\fR This function is thread-safe when TQt is built withthread support.</p> Adds the event \fIevent\fR with the object \fIreceiver\fR as the receiver of the event, to an event queue and returns immediately.
.PP
@@ -1444,9 +1444,9 @@ Changes the default application palette to \fIpalette\fR. If \fIinformWidgets\fR
.PP
If \fIclassName\fR is passed, the change applies only to widgets that inherit \fIclassName\fR (as reported by TQObject::inherits()). If \fIclassName\fR is left 0, the change affects all widgets, thus overriding any previously set class specific palettes.
.PP
-The palette may be changed according to the current GUI style in QStyle::polish().
+The palette may be changed according to the current GUI style in TQStyle::polish().
.PP
-See also TQWidget::palette, palette(), and QStyle::polish().
+See also TQWidget::palette, palette(), and TQStyle::polish().
.PP
Examples:
.)l i18n/main.cpp, themes/metal.cpp, themes/themes.cpp, and themes/wood.cpp.
@@ -1464,7 +1464,7 @@ See also startDragDistance().
Sets the time after which a drag should start to \fIms\fR ms.
.PP
See also startDragTime().
-.SH "void QApplication::setStyle ( QStyle * style )\fC [static]\fR"
+.SH "void QApplication::setStyle ( TQStyle * style )\fC [static]\fR"
Sets the application's GUI style to \fIstyle\fR. Ownership of the style object is transferred to QApplication, so QApplication will delete the style object on application exit or when a new style is set.
.PP
Example usage:
@@ -1477,19 +1477,19 @@ Example usage:
.PP
When switching application styles, the color palette is set back to the initial colors or the system defaults. This is necessary since certain styles have to adapt the color palette to be fully style-guide compliant.
.PP
-See also style(), QStyle, setPalette(), and desktopSettingsAware().
+See also style(), TQStyle, setPalette(), and desktopSettingsAware().
.PP
Example: themes/themes.cpp.
-.SH "QStyle * QApplication::setStyle ( const TQString & style )\fC [static]\fR"
+.SH "TQStyle * QApplication::setStyle ( const TQString & style )\fC [static]\fR"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
-Requests a QStyle object for \fIstyle\fR from the QStyleFactory.
+Requests a TQStyle object for \fIstyle\fR from the TQStyleFactory.
.PP
-The string must be one of the QStyleFactory::keys(), typically one of "windows", "motif", "cde", "motifplus", "platinum", "sgi" and" compact". Depending on the platform, "windowsxp", "aqua" or" macintosh" may be available.
+The string must be one of the TQStyleFactory::keys(), typically one of "windows", "motif", "cde", "motifplus", "platinum", "sgi" and" compact". Depending on the platform, "windowsxp", "aqua" or" macintosh" may be available.
.PP
A later call to the QApplication constructor will override the requested style when a "-style" option is passed in as a commandline parameter.
.PP
-Returns 0 if an unknown \fIstyle\fR is passed, otherwise the QStyle object returned is set as the application's GUI style.
+Returns 0 if an unknown \fIstyle\fR is passed, otherwise the TQStyle object returned is set as the application's GUI style.
.SH "void QApplication::setWheelScrollLines ( int n )\fC [static]\fR"
Sets the number of lines to scroll when the mouse wheel is rotated to \fIn\fR.
.PP
@@ -1536,10 +1536,10 @@ See also setStartDragTime() and startDragDistance().
Returns TRUE if an application object has not been created yet; otherwise returns FALSE.
.PP
See also closingDown().
-.SH "QStyle & QApplication::style ()\fC [static]\fR"
+.SH "TQStyle & QApplication::style ()\fC [static]\fR"
Returns the application's style object.
.PP
-See also setStyle() and QStyle.
+See also setStyle() and TQStyle.
.SH "void QApplication::syncX ()\fC [static]\fR"
Synchronizes with the X server in the X11 implementation. This normally takes some time. Does nothing on other platforms.
.PP
diff --git a/doc/man/man3/tqcdestyle.3qt b/doc/man/man3/tqcdestyle.3qt
index 877a911d..c101317a 100644
--- a/doc/man/man3/tqcdestyle.3qt
+++ b/doc/man/man3/tqcdestyle.3qt
@@ -27,7 +27,7 @@ The QCDEStyle class provides a CDE look and feel.
.PP
This style provides a slightly improved Motif look similar to some versions of the Common Desktop Environment (CDE). The main differences are thinner frames and more modern radio buttons and checkboxes. Together with a dark background and a bright text/foreground color, the style looks quite attractive (at least for Motif fans).
.PP
-Note that the functions provided by QCDEStyle are reimplementations of QStyle functions; see QStyle for their documentation.
+Note that the functions provided by QCDEStyle are reimplementations of TQStyle functions; see TQStyle for their documentation.
.PP
See also Widget Appearance and Style.
.SH MEMBER FUNCTION DOCUMENTATION
diff --git a/doc/man/man3/tqcommonstyle.3qt b/doc/man/man3/tqcommonstyle.3qt
index 33ed312c..ad8f79e7 100644
--- a/doc/man/man3/tqcommonstyle.3qt
+++ b/doc/man/man3/tqcommonstyle.3qt
@@ -11,7 +11,7 @@ QCommonStyle \- Encapsulates the common Look and Feel of a GUI
.SH SYNOPSIS
\fC#include <ntqcommonstyle.h>\fR
.PP
-Inherits QStyle.
+Inherits TQStyle.
.PP
Inherited by QMotifStyle and QWindowsStyle.
.PP
@@ -26,7 +26,7 @@ The QCommonStyle class encapsulates the common Look and Feel of a GUI.
.PP
This abstract class implements some of the widget's look and feel that is common to all GUI styles provided and shipped as part of Qt.
.PP
-All the functions are documented in QStyle.
+All the functions are documented in TQStyle.
.PP
See also Widget Appearance and Style.
.SH MEMBER FUNCTION DOCUMENTATION
diff --git a/doc/man/man3/tqdict.3qt b/doc/man/man3/tqdict.3qt
index ded30bab..f8856386 100644
--- a/doc/man/man3/tqdict.3qt
+++ b/doc/man/man3/tqdict.3qt
@@ -155,7 +155,7 @@ Example #2:
.PP
.nf
.br
- TQStringList styleList = QStyleFactory::styles();
+ TQStringList styleList = TQStyleFactory::styles();
.br
styleList.sort();
.br
@@ -196,7 +196,7 @@ Example #2:
}
.br
.fi
-In the example we are using the dictionary to provide fast random access to the keys, and we don't care what the values are. The example is used to generate a menu of QStyles, each with a unique accelerator key (or no accelerator if there are no unused letters left).
+In the example we are using the dictionary to provide fast random access to the keys, and we don't care what the values are. The example is used to generate a menu of TQStyles, each with a unique accelerator key (or no accelerator if there are no unused letters left).
.PP
We first obtain the list of available styles, then sort them so that the menu items will be ordered alphabetically. Next we create a dictionary of int pointers. The keys in the dictionary are each one character long, representing letters that have been used for accelerators. We iterate through our list of style names. If the first letter of the style name is in the dictionary, i.e. has been used, we iterate over all the characters in the style name to see if we can find a letter that hasn't been used. If we find an unused letter we put the accelerator ampersand (&) in front of it and add that letter to the dictionary. If we can't find an unused letter the style will simply have no accelerator. If the first letter of the style name is not in the dictionary we use it for the accelerator and add it to the dictionary. Finally we create a QAction for each style.
.PP
diff --git a/doc/man/man3/tqframe.3qt b/doc/man/man3/tqframe.3qt
index 30dcce7b..1c326229 100644
--- a/doc/man/man3/tqframe.3qt
+++ b/doc/man/man3/tqframe.3qt
@@ -209,9 +209,9 @@ This enum type defines the shapes of a QFrame's frame.
.TP
\fCQFrame::MShape\fR - internal mask
.PP
-When it does not call QStyle, Shape interacts with QFrame::Shadow, the lineWidth() and the midLineWidth() to create the total result. See the picture of the frames in the class description.
+When it does not call TQStyle, Shape interacts with QFrame::Shadow, the lineWidth() and the midLineWidth() to create the total result. See the picture of the frames in the class description.
.PP
-See also QFrame::Shadow, QFrame::style(), and QStyle::drawPrimitive().
+See also QFrame::Shadow, QFrame::style(), and TQStyle::drawPrimitive().
.SH MEMBER FUNCTION DOCUMENTATION
.SH "QFrame::QFrame ( TQWidget * parent = 0, const char * name = 0, WFlags f = 0 )"
Constructs a frame widget with frame style NoFrame and a 1-pixel frame width.
diff --git a/doc/man/man3/tqmacstyle.3qt b/doc/man/man3/tqmacstyle.3qt
index 5bd3da5f..6a8c4707 100644
--- a/doc/man/man3/tqmacstyle.3qt
+++ b/doc/man/man3/tqmacstyle.3qt
@@ -46,15 +46,15 @@ Inherits QWindowsStyle.
.SH DESCRIPTION
The QMacStyle class implements an Appearance Manager style.
.PP
-This class is implemented as a wrapper to the Apple Appearance Manager. This allows your application to be styled by whatever theme your Macintosh is using. This is done by having primitives in QStyle implemented in terms of what the Macintosh would normally theme (i.e. the Finder).
+This class is implemented as a wrapper to the Apple Appearance Manager. This allows your application to be styled by whatever theme your Macintosh is using. This is done by having primitives in TQStyle implemented in terms of what the Macintosh would normally theme (i.e. the Finder).
.PP
There are additional issues that should be taken into consideration to make an application compatible with the Aqua Style Guidelines. Some of these issues are outlined below.
.IP
.TP
-Layout - The restrictions on window layout are such that some aspects of layout that are style-dependent cannot be achieved using QLayout. Changes are being considered (and feedback would be appreciated) to make layouts QStyle-able. Some of the restrictions involve horizontal and vertical widget alignment and widget size (covered below).
+Layout - The restrictions on window layout are such that some aspects of layout that are style-dependent cannot be achieved using QLayout. Changes are being considered (and feedback would be appreciated) to make layouts TQStyle-able. Some of the restrictions involve horizontal and vertical widget alignment and widget size (covered below).
.IP
.TP
-Widget size - Aqua allows widgets to have specific fixed sizes. TQt does not fully implement this behaviour so as to maintain multiplatform compatibility. As a result some widgets sizes may be inappropriate (and subsequently not rendered correctly by the Appearance Manager).The TQWidget::sizeHint() will return the appropriate size for many managed widgets (widgets enumerated in QStyle::ContentsType).
+Widget size - Aqua allows widgets to have specific fixed sizes. TQt does not fully implement this behaviour so as to maintain multiplatform compatibility. As a result some widgets sizes may be inappropriate (and subsequently not rendered correctly by the Appearance Manager).The TQWidget::sizeHint() will return the appropriate size for many managed widgets (widgets enumerated in TQStyle::ContentsType).
.IP
.TP
Effects - QMacStyle (in contrast to QAquaStyle) is not emulating (except where Appearance Manager does not provide certain capabilities), for example QPushButton pulsing effects. In this case a near matching emulation has been implemented, but naturally this will not be identical to the similar functionality built into the Appearance Manager. Please report any issues you see in effects or non-standard widgets.
@@ -62,7 +62,7 @@ Effects - QMacStyle (in contrast to QAquaStyle) is not emulating (except where A
.PP
There are other issues that need to be considered in the feel of your application (including the general color scheme to match the Aqua colors). The Guidelines mentioned above will remain current with new advances and design suggestions for Mac OS X.
.PP
-Note that the functions provided by QMacStyle are reimplementations of QStyle functions; see QStyle for their documentation.
+Note that the functions provided by QMacStyle are reimplementations of TQStyle functions; see TQStyle for their documentation.
.PP
See also Widget Appearance and Style.
.SS "Member Type Documentation"
diff --git a/doc/man/man3/tqmessagebox.3qt b/doc/man/man3/tqmessagebox.3qt
index 7824db39..f7e0762e 100644
--- a/doc/man/man3/tqmessagebox.3qt
+++ b/doc/man/man3/tqmessagebox.3qt
@@ -214,7 +214,7 @@ warning() can be used to tell the user about unusual errors, or errors which can
.br
.fi
.PP
-The text part of all message box messages can be either rich text or plain text. If you specify a rich text formatted string, it will be rendered using the default stylesheet. See QStyleSheet::defaultSheet() for details. With certain strings that contain XML meta characters, the auto-rich text detection may fail, interpreting plain text incorrectly as rich text. In these rare cases, use QStyleSheet::convertFromPlainText() to convert your plain text string to a visually equivalent rich text string or set the text format explicitly with setTextFormat().
+The text part of all message box messages can be either rich text or plain text. If you specify a rich text formatted string, it will be rendered using the default stylesheet. See TQStyleSheet::defaultSheet() for details. With certain strings that contain XML meta characters, the auto-rich text detection may fail, interpreting plain text incorrectly as rich text. In these rare cases, use TQStyleSheet::convertFromPlainText() to convert your plain text string to a visually equivalent rich text string or set the text format explicitly with setTextFormat().
.PP
Note that the Microsoft Windows User Interface Guidelines recommend using the application name as the window's caption.
.PP
diff --git a/doc/man/man3/tqmotifstyle.3qt b/doc/man/man3/tqmotifstyle.3qt
index 3d085b07..3204a3e0 100644
--- a/doc/man/man3/tqmotifstyle.3qt
+++ b/doc/man/man3/tqmotifstyle.3qt
@@ -43,7 +43,7 @@ If \fIarg\fR is FALSE, the style will polish the application's color palette to
.PP
The effect will show up the next time an application palette is set via QApplication::setPalette(). The current color palette of the application remains unchanged.
.PP
-See also QStyle::polish().
+See also TQStyle::polish().
.SH "bool QMotifStyle::useHighlightColors () const"
Returns TRUE if the style treats the highlight colors of the
palette in a Motif-like manner, which is a simple inversion
diff --git a/doc/man/man3/tqobject.3qt b/doc/man/man3/tqobject.3qt
index c96785f3..a43f1d0d 100644
--- a/doc/man/man3/tqobject.3qt
+++ b/doc/man/man3/tqobject.3qt
@@ -15,7 +15,7 @@ All the functions in this class are reentrant when TQt is built with thread supp
.PP
Inherits Qt.
.PP
-Inherited by QAccel, QAccessibleObject, QAction, QApplication, QAssistantClient, QDataPump, QAxObject, QAxScript, QAxScriptManager, TQWidget, TQCanvas, QStyle, QClipboard, QCopChannel, QDns, QLayout, QDragObject, TQEditorFactory, QEventLoop, QFileIconProvider, QNetworkProtocol, QWSKeyboardHandler, QNetworkOperation, QNPInstance, TQObjectCleanupHandler, QProcess, QServerSocket, QSessionManager, QSignal, QSignalMapper, QSocket, QSocketNotifier, QSound, TQSqlDatabase, TQSqlDriver, TQSqlForm, QStyleSheet, QTimer, QToolTipGroup, QTranslator, QUrlOperator, and QValidator.
+Inherited by QAccel, QAccessibleObject, QAction, QApplication, QAssistantClient, QDataPump, QAxObject, QAxScript, QAxScriptManager, TQWidget, TQCanvas, TQStyle, QClipboard, QCopChannel, QDns, QLayout, QDragObject, TQEditorFactory, QEventLoop, QFileIconProvider, QNetworkProtocol, QWSKeyboardHandler, QNetworkOperation, QNPInstance, TQObjectCleanupHandler, QProcess, QServerSocket, QSessionManager, QSignal, QSignalMapper, QSocket, QSocketNotifier, QSound, TQSqlDatabase, TQSqlDriver, TQSqlForm, TQStyleSheet, QTimer, QToolTipGroup, QTranslator, QUrlOperator, and QValidator.
.PP
.SS "Public Members"
.in +1c
diff --git a/doc/man/man3/tqpainter.3qt b/doc/man/man3/tqpainter.3qt
index 6b8005fb..c24562c0 100644
--- a/doc/man/man3/tqpainter.3qt
+++ b/doc/man/man3/tqpainter.3qt
@@ -1587,9 +1587,9 @@ The rectangle's interior is filled with the \fIfill\fR brush unless \fIfill\fR i
.PP
If you want to use a QFrame widget instead, you can make it display a plain rectangle, for example \fCQFrame::setFrameStyle( QFrame::Box | QFrame::Plain )\fR.
.PP
-\fBWarning:\fR This function does not look at TQWidget::style() or QApplication::style(). Use the drawing functions in QStyle to make widgets that follow the current GUI style.
+\fBWarning:\fR This function does not look at TQWidget::style() or QApplication::style(). Use the drawing functions in TQStyle to make widgets that follow the current GUI style.
.PP
-See also qDrawShadeRect() and QStyle::drawPrimitive().
+See also qDrawShadeRect() and TQStyle::drawPrimitive().
.SH "void qDrawShadeLine ( QPainter * p, int x1, int y1, int x2, int y2, const QColorGroup & g, bool sunken, int lineWidth, int midLineWidth )"
\fC#include <ntqdrawutil.h>\fR
.PP
@@ -1607,9 +1607,9 @@ The \fImidLineWidth\fR argument specifies the width of a middle line drawn in th
.PP
If you want to use a QFrame widget instead, you can make it display a shaded line, for example \fCQFrame::setFrameStyle( QFrame::HLine | QFrame::Sunken )\fR.
.PP
-\fBWarning:\fR This function does not look at TQWidget::style() or QApplication::style(). Use the drawing functions in QStyle to make widgets that follow the current GUI style.
+\fBWarning:\fR This function does not look at TQWidget::style() or QApplication::style(). Use the drawing functions in TQStyle to make widgets that follow the current GUI style.
.PP
-See also qDrawShadeRect(), qDrawShadePanel(), and QStyle::drawPrimitive().
+See also qDrawShadeRect(), qDrawShadePanel(), and TQStyle::drawPrimitive().
.SH "void qDrawShadePanel ( QPainter * p, int x, int y, int w, int h, const QColorGroup & g, bool sunken, int lineWidth, const QBrush * fill )"
\fC#include <ntqdrawutil.h>\fR
.PP
@@ -1625,9 +1625,9 @@ The panel's interior is filled with the \fIfill\fR brush unless \fIfill\fR is 0.
.PP
If you want to use a QFrame widget instead, you can make it display a shaded panel, for example \fCQFrame::setFrameStyle( QFrame::Panel | QFrame::Sunken )\fR.
.PP
-\fBWarning:\fR This function does not look at TQWidget::style() or QApplication::style(). Use the drawing functions in QStyle to make widgets that follow the current GUI style.
+\fBWarning:\fR This function does not look at TQWidget::style() or QApplication::style(). Use the drawing functions in TQStyle to make widgets that follow the current GUI style.
.PP
-See also qDrawWinPanel(), qDrawShadeLine(), qDrawShadeRect(), and QStyle::drawPrimitive().
+See also qDrawWinPanel(), qDrawShadeLine(), qDrawShadeRect(), and TQStyle::drawPrimitive().
.SH "void qDrawShadeRect ( QPainter * p, int x, int y, int w, int h, const QColorGroup & g, bool sunken, int lineWidth, int midLineWidth, const QBrush * fill )"
\fC#include <ntqdrawutil.h>\fR
.PP
@@ -1645,9 +1645,9 @@ The rectangle's interior is filled with the \fIfill\fR brush unless \fIfill\fR i
.PP
If you want to use a QFrame widget instead, you can make it display a shaded rectangle, for example \fCQFrame::setFrameStyle( QFrame::Box | QFrame::Raised )\fR.
.PP
-\fBWarning:\fR This function does not look at TQWidget::style() or QApplication::style(). Use the drawing functions in QStyle to make widgets that follow the current GUI style.
+\fBWarning:\fR This function does not look at TQWidget::style() or QApplication::style(). Use the drawing functions in TQStyle to make widgets that follow the current GUI style.
.PP
-See also qDrawShadeLine(), qDrawShadePanel(), qDrawPlainRect(), QStyle::drawItem(), QStyle::drawControl(), and QStyle::drawComplexControl().
+See also qDrawShadeLine(), qDrawShadePanel(), qDrawPlainRect(), TQStyle::drawItem(), TQStyle::drawControl(), and TQStyle::drawComplexControl().
.SH "void qDrawWinButton ( QPainter * p, int x, int y, int w, int h, const QColorGroup & g, bool sunken, const QBrush * fill )"
\fC#include <ntqdrawutil.h>\fR
.PP
@@ -1661,9 +1661,9 @@ The line width is 2 pixels.
.PP
The button's interior is filled with the \fI*fill\fR brush unless \fIfill\fR is 0.
.PP
-\fBWarning:\fR This function does not look at TQWidget::style() or QApplication::style(). Use the drawing functions in QStyle to make widgets that follow the current GUI style.
+\fBWarning:\fR This function does not look at TQWidget::style() or QApplication::style(). Use the drawing functions in TQStyle to make widgets that follow the current GUI style.
.PP
-See also qDrawWinPanel() and QStyle::drawControl().
+See also qDrawWinPanel() and TQStyle::drawControl().
.SH "void qDrawWinPanel ( QPainter * p, int x, int y, int w, int h, const QColorGroup & g, bool sunken, const QBrush * fill )"
\fC#include <ntqdrawutil.h>\fR
.PP
@@ -1679,9 +1679,9 @@ The button's interior is filled with the \fIfill\fR brush unless \fIfill\fR is 0
.PP
If you want to use a QFrame widget instead, you can make it display a shaded panel, for example \fCQFrame::setFrameStyle( QFrame::WinPanel | QFrame::Raised )\fR.
.PP
-\fBWarning:\fR This function does not look at TQWidget::style() or QApplication::style(). Use the drawing functions in QStyle to make widgets that follow the current GUI style.
+\fBWarning:\fR This function does not look at TQWidget::style() or QApplication::style(). Use the drawing functions in TQStyle to make widgets that follow the current GUI style.
.PP
-See also qDrawShadePanel(), qDrawWinButton(), and QStyle::drawPrimitive().
+See also qDrawShadePanel(), qDrawWinButton(), and TQStyle::drawPrimitive().
.SH "SEE ALSO"
.BR http://doc.trolltech.com/ntqpainter.html
diff --git a/doc/man/man3/tqplatinumstyle.3qt b/doc/man/man3/tqplatinumstyle.3qt
index b8b89a4c..9a935c94 100644
--- a/doc/man/man3/tqplatinumstyle.3qt
+++ b/doc/man/man3/tqplatinumstyle.3qt
@@ -31,7 +31,7 @@ Inherits QWindowsStyle.
.SH DESCRIPTION
The QPlatinumStyle class provides Mac/Platinum look and feel.
.PP
-This class implements the Platinum look and feel. It's an experimental class that tries to resemble a Macinosh-like GUI style with the QStyle system. The emulation is currently far from perfect.
+This class implements the Platinum look and feel. It's an experimental class that tries to resemble a Macinosh-like GUI style with the TQStyle system. The emulation is currently far from perfect.
.PP
See also QAquaStyle and Widget Appearance and Style.
.SH MEMBER FUNCTION DOCUMENTATION
diff --git a/doc/man/man3/tqpopupmenu.3qt b/doc/man/man3/tqpopupmenu.3qt
index b51ca54a..82a6acab 100644
--- a/doc/man/man3/tqpopupmenu.3qt
+++ b/doc/man/man3/tqpopupmenu.3qt
@@ -335,7 +335,7 @@ Reimplemented from QFrame.
.SH "void QPopupMenu::drawItem ( QPainter * p, int tab_, QMenuItem * mi, bool act, int x, int y, int w, int h )\fC [protected]\fR"
Draws menu item \fImi\fR in the area \fIx\fR, \fIy\fR, \fIw\fR, \fIh\fR, using painter \fIp\fR. The item is drawn active if \fIact\fR is TRUE or drawn inactive if \fIact\fR is FALSE. The rightmost \fItab_\fR pixels are used for accelerator text.
.PP
-See also QStyle::drawControl().
+See also TQStyle::drawControl().
.SH "int QPopupMenu::exec ()"
Executes this popup synchronously.
.PP
diff --git a/doc/man/man3/tqsgistyle.3qt b/doc/man/man3/tqsgistyle.3qt
index 4eebaaf4..aa0b419c 100644
--- a/doc/man/man3/tqsgistyle.3qt
+++ b/doc/man/man3/tqsgistyle.3qt
@@ -25,7 +25,7 @@ Inherits QMotifStyle.
.SH DESCRIPTION
The QSGIStyle class provides SGI/Irix look and feel.
.PP
-This class implements the SGI look and feel. It resembles the SGI/Irix Motif GUI style as closely as QStyle allows.
+This class implements the SGI look and feel. It resembles the SGI/Irix Motif GUI style as closely as TQStyle allows.
.PP
See also Widget Appearance and Style.
.SH MEMBER FUNCTION DOCUMENTATION
diff --git a/doc/man/man3/tqsimplerichtext.3qt b/doc/man/man3/tqsimplerichtext.3qt
index 834f3c16..05c35617 100644
--- a/doc/man/man3/tqsimplerichtext.3qt
+++ b/doc/man/man3/tqsimplerichtext.3qt
@@ -14,10 +14,10 @@ QSimpleRichText \- Small displayable piece of rich text
.SS "Public Members"
.in +1c
.ti -1c
-.BI "\fBQSimpleRichText\fR ( const TQString & text, const QFont & fnt, const TQString & context = TQString::null, const QStyleSheet * sheet = 0 )"
+.BI "\fBQSimpleRichText\fR ( const TQString & text, const QFont & fnt, const TQString & context = TQString::null, const TQStyleSheet * sheet = 0 )"
.br
.ti -1c
-.BI "\fBQSimpleRichText\fR ( const TQString & text, const QFont & fnt, const TQString & context, const QStyleSheet * sheet, const QMimeSourceFactory * factory, int pageBreak = -1, const TQColor & linkColor = TQt::blue, bool linkUnderline = TRUE )"
+.BI "\fBQSimpleRichText\fR ( const TQString & text, const QFont & fnt, const TQString & context, const TQStyleSheet * sheet, const QMimeSourceFactory * factory, int pageBreak = -1, const TQColor & linkColor = TQt::blue, bool linkUnderline = TRUE )"
.br
.ti -1c
.BI "\fB~QSimpleRichText\fR ()"
@@ -62,7 +62,7 @@ QSimpleRichText \- Small displayable piece of rich text
.SH DESCRIPTION
The QSimpleRichText class provides a small displayable piece of rich text.
.PP
-This class encapsulates simple rich text usage in which a string is interpreted as rich text and can be drawn. This is particularly useful if you want to display some rich text in a custom widget. A QStyleSheet is needed to interpret the tags and format the rich text. TQt provides a default HTML-like style sheet, but you may define custom style sheets.
+This class encapsulates simple rich text usage in which a string is interpreted as rich text and can be drawn. This is particularly useful if you want to display some rich text in a custom widget. A TQStyleSheet is needed to interpret the tags and format the rich text. TQt provides a default HTML-like style sheet, but you may define custom style sheets.
.PP
Once created, the rich text object can be queried for its width(), height(), and the actual width used (see widthUsed()). Most importantly, it can be drawn on any given QPainter with draw(). QSimpleRichText can also be used to implement hypertext or active text facilities by using anchorAt(). A hit test through inText() makes it possible to use simple rich text for text objects in editable drawing canvases.
.PP
@@ -74,7 +74,7 @@ If you are using QSimpleRichText to print in high resolution you should call set
.PP
See also Text Related Classes.
.SH MEMBER FUNCTION DOCUMENTATION
-.SH "QSimpleRichText::QSimpleRichText ( const TQString & text, const QFont & fnt, const TQString & context = TQString::null, const QStyleSheet * sheet = 0 )"
+.SH "QSimpleRichText::QSimpleRichText ( const TQString & text, const QFont & fnt, const TQString & context = TQString::null, const TQStyleSheet * sheet = 0 )"
Constructs a QSimpleRichText from the rich text string \fItext\fR and the font \fIfnt\fR.
.PP
The font is used as a basis for the text rendering. When using rich text rendering on a widget \fIw\fR, you would normally specify the widget's font, for example:
@@ -87,15 +87,15 @@ The font is used as a basis for the text rendering. When using rich text renderi
.PP
\fIcontext\fR is the optional context of the rich text object. This becomes important if \fItext\fR contains relative references, for example within image tags. QSimpleRichText always uses the default mime source factory (see QMimeSourceFactory::defaultFactory()) to resolve those references. The context will then be used to calculate the absolute path. See QMimeSourceFactory::makeAbsolute() for details.
.PP
-The \fIsheet\fR is an optional style sheet. If it is 0, the default style sheet will be used (see QStyleSheet::defaultSheet()).
-.SH "QSimpleRichText::QSimpleRichText ( const TQString & text, const QFont & fnt, const TQString & context, const QStyleSheet * sheet, const QMimeSourceFactory * factory, int pageBreak = -1, const TQColor & linkColor = TQt::blue, bool linkUnderline = TRUE )"
+The \fIsheet\fR is an optional style sheet. If it is 0, the default style sheet will be used (see TQStyleSheet::defaultSheet()).
+.SH "QSimpleRichText::QSimpleRichText ( const TQString & text, const QFont & fnt, const TQString & context, const TQStyleSheet * sheet, const QMimeSourceFactory * factory, int pageBreak = -1, const TQColor & linkColor = TQt::blue, bool linkUnderline = TRUE )"
Constructs a QSimpleRichText from the rich text string \fItext\fR and the font \fIfnt\fR.
.PP
This is a slightly more complex constructor for QSimpleRichText that takes an additional mime source factory \fIfactory\fR, a page break parameter \fIpageBreak\fR and a bool \fIlinkUnderline\fR. \fIlinkColor\fR is only provided for compatibility, but has no effect, as QColorGroup's QColorGroup::link() color is used now.
.PP
\fIcontext\fR is the optional context of the rich text object. This becomes important if \fItext\fR contains relative references, for example within image tags. QSimpleRichText always uses the default mime source factory (see QMimeSourceFactory::defaultFactory()) to resolve those references. The context will then be used to calculate the absolute path. See QMimeSourceFactory::makeAbsolute() for details.
.PP
-The \fIsheet\fR is an optional style sheet. If it is 0, the default style sheet will be used (see QStyleSheet::defaultSheet()).
+The \fIsheet\fR is an optional style sheet. If it is 0, the default style sheet will be used (see TQStyleSheet::defaultSheet()).
.PP
This constructor is useful for creating a QSimpleRichText object suitable for printing. Set \fIpageBreak\fR to be the height of the contents area of the pages.
.SH "QSimpleRichText::~QSimpleRichText ()"
diff --git a/doc/man/man3/tqsplitter.3qt b/doc/man/man3/tqsplitter.3qt
index 0c6021a8..ce513d6c 100644
--- a/doc/man/man3/tqsplitter.3qt
+++ b/doc/man/man3/tqsplitter.3qt
@@ -191,7 +191,7 @@ Returns TRUE if child widgets can be resized down to size 0 by the user; otherwi
.PP
Draws the splitter handle in the rectangle described by \fIx\fR, \fIy\fR, \fIw\fR, \fIh\fR using painter \fIp\fR.
.PP
-See also QStyle::drawPrimitive().
+See also TQStyle::drawPrimitive().
.SH "void QSplitter::getRange ( int id, int * min, int * max )\fC [protected]\fR"
Returns the valid range of the splitter with ID \fIid\fR in \fI*min\fR and \fI*max\fR if \fImin\fR and \fImax\fR are not 0.
.PP
diff --git a/doc/man/man3/tqstyle.3qt b/doc/man/man3/tqstyle.3qt
index 1f679058..d975ad6f 100644
--- a/doc/man/man3/tqstyle.3qt
+++ b/doc/man/man3/tqstyle.3qt
@@ -1,5 +1,5 @@
'\" t
-.TH QStyle 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*-
+.TH TQStyle 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,9 +7,9 @@
.ad l
.nh
.SH NAME
-QStyle \- The look and feel of a GUI
+TQStyle \- The look and feel of a GUI
.SH SYNOPSIS
-\fC#include <ntqstyle.h>\fR
+\fC#include <tqstyle.h>\fR
.PP
Inherits TQObject.
.PP
@@ -18,10 +18,10 @@ Inherited by QCommonStyle.
.SS "Public Members"
.in +1c
.ti -1c
-.BI "\fBQStyle\fR ()"
+.BI "\fBTQStyle\fR ()"
.br
.ti -1c
-.BI "virtual \fB~QStyle\fR ()"
+.BI "virtual \fB~TQStyle\fR ()"
.br
.ti -1c
.BI "virtual void \fBpolish\fR ( TQWidget * )"
@@ -54,16 +54,16 @@ Inherited by QCommonStyle.
.BI "enum \fBStyleFlags\fR { Style_Default = 0x00000000, Style_Enabled = 0x00000001, Style_Raised = 0x00000002, Style_Sunken = 0x00000004, Style_Off = 0x00000008, Style_NoChange = 0x00000010, Style_On = 0x00000020, Style_Down = 0x00000040, Style_Horizontal = 0x00000080, Style_HasFocus = 0x00000100, Style_Top = 0x00000200, Style_Bottom = 0x00000400, Style_FocusAtBorder = 0x00000800, Style_AutoRaise = 0x00001000, Style_MouseOver = 0x00002000, Style_Up = 0x00004000, Style_Selected = 0x00008000, Style_Active = 0x00010000, Style_ButtonDefault = 0x00020000 }"
.br
.ti -1c
-.BI "virtual void \fBdrawPrimitive\fR ( PrimitiveElement pe, QPainter * p, const QRect & r, const QColorGroup & cg, SFlags flags = Style_Default, const QStyleOption & opt = QStyleOption::Default ) const = 0"
+.BI "virtual void \fBdrawPrimitive\fR ( PrimitiveElement pe, QPainter * p, const QRect & r, const QColorGroup & cg, SFlags flags = Style_Default, const TQStyleOption & opt = TQStyleOption::Default ) const = 0"
.br
.ti -1c
.BI "enum \fBControlElement\fR { CE_PushButton, CE_PushButtonLabel, CE_CheckBox, CE_CheckBoxLabel, CE_RadioButton, CE_RadioButtonLabel, CE_TabBarTab, CE_TabBarLabel, CE_ProgressBarGroove, CE_ProgressBarContents, CE_ProgressBarLabel, CE_PopupMenuItem, CE_MenuBarItem, CE_ToolButtonLabel, CE_MenuBarEmptyArea, CE_PopupMenuScroller, CE_DockWindowEmptyArea, CE_PopupMenuVerticalExtra, CE_PopupMenuHorizontalExtra, CE_ToolBoxTab, CE_HeaderLabel, CE_CustomBase = 0xf0000000 }"
.br
.ti -1c
-.BI "virtual void \fBdrawControl\fR ( ControlElement element, QPainter * p, const TQWidget * widget, const QRect & r, const QColorGroup & cg, SFlags how = Style_Default, const QStyleOption & opt = QStyleOption::Default ) const = 0"
+.BI "virtual void \fBdrawControl\fR ( ControlElement element, QPainter * p, const TQWidget * widget, const QRect & r, const QColorGroup & cg, SFlags how = Style_Default, const TQStyleOption & opt = TQStyleOption::Default ) const = 0"
.br
.ti -1c
-.BI "virtual void \fBdrawControlMask\fR ( ControlElement element, QPainter * p, const TQWidget * widget, const QRect & r, const QStyleOption & opt = QStyleOption::Default ) const = 0"
+.BI "virtual void \fBdrawControlMask\fR ( ControlElement element, QPainter * p, const TQWidget * widget, const QRect & r, const TQStyleOption & opt = TQStyleOption::Default ) const = 0"
.br
.ti -1c
.BI "enum \fBSubRect\fR { SR_PushButtonContents, SR_PushButtonFocusRect, SR_CheckBoxIndicator, SR_CheckBoxContents, SR_CheckBoxFocusRect, SR_RadioButtonIndicator, SR_RadioButtonContents, SR_RadioButtonFocusRect, SR_ComboBoxFocusRect, SR_SliderFocusRect, SR_DockWindowHandleRect, SR_ProgressBarGroove, SR_ProgressBarContents, SR_ProgressBarLabel, SR_ToolButtonContents, SR_DialogButtonAccept, SR_DialogButtonReject, SR_DialogButtonApply, SR_DialogButtonHelp, SR_DialogButtonAll, SR_DialogButtonAbort, SR_DialogButtonIgnore, SR_DialogButtonRetry, SR_DialogButtonCustom, SR_ToolBoxTabContents, SR_CustomBase = 0xf0000000 }"
@@ -78,16 +78,16 @@ Inherited by QCommonStyle.
.BI "enum \fBSubControl\fR { SC_None = 0x00000000, SC_ScrollBarAddLine = 0x00000001, SC_ScrollBarSubLine = 0x00000002, SC_ScrollBarAddPage = 0x00000004, SC_ScrollBarSubPage = 0x00000008, SC_ScrollBarFirst = 0x00000010, SC_ScrollBarLast = 0x00000020, SC_ScrollBarSlider = 0x00000040, SC_ScrollBarGroove = 0x00000080, SC_SpinWidgetUp = 0x00000001, SC_SpinWidgetDown = 0x00000002, SC_SpinWidgetFrame = 0x00000004, SC_SpinWidgetEditField = 0x00000008, SC_SpinWidgetButtonField = 0x00000010, SC_ComboBoxFrame = 0x00000001, SC_ComboBoxEditField = 0x00000002, SC_ComboBoxArrow = 0x00000004, SC_ComboBoxListBoxPopup = 0x00000008, SC_SliderGroove = 0x00000001, SC_SliderHandle = 0x00000002, SC_SliderTickmarks = 0x00000004, SC_ToolButton = 0x00000001, SC_ToolButtonMenu = 0x00000002, SC_TitleBarLabel = 0x00000001, SC_TitleBarSysMenu = 0x00000002, SC_TitleBarMinButton = 0x00000004, SC_TitleBarMaxButton = 0x00000008, SC_TitleBarCloseButton = 0x00000010, SC_TitleBarNormalButton = 0x00000020, SC_TitleBarShadeButton = 0x00000040, SC_TitleBarUnshadeButton = 0x00000080, SC_ListView = 0x00000001, SC_ListViewBranch = 0x00000002, SC_ListViewExpand = 0x00000004, SC_All = 0xffffffff }"
.br
.ti -1c
-.BI "virtual void \fBdrawComplexControl\fR ( ComplexControl control, QPainter * p, const TQWidget * widget, const QRect & r, const QColorGroup & cg, SFlags how = Style_Default, SCFlags sub = SC_All, SCFlags subActive = SC_None, const QStyleOption & opt = QStyleOption::Default ) const = 0"
+.BI "virtual void \fBdrawComplexControl\fR ( ComplexControl control, QPainter * p, const TQWidget * widget, const QRect & r, const QColorGroup & cg, SFlags how = Style_Default, SCFlags sub = SC_All, SCFlags subActive = SC_None, const TQStyleOption & opt = TQStyleOption::Default ) const = 0"
.br
.ti -1c
-.BI "virtual void \fBdrawComplexControlMask\fR ( ComplexControl control, QPainter * p, const TQWidget * widget, const QRect & r, const QStyleOption & opt = QStyleOption::Default ) const = 0"
+.BI "virtual void \fBdrawComplexControlMask\fR ( ComplexControl control, QPainter * p, const TQWidget * widget, const QRect & r, const TQStyleOption & opt = TQStyleOption::Default ) const = 0"
.br
.ti -1c
-.BI "virtual QRect \fBquerySubControlMetrics\fR ( ComplexControl control, const TQWidget * widget, SubControl subcontrol, const QStyleOption & opt = QStyleOption::Default ) const = 0"
+.BI "virtual QRect \fBquerySubControlMetrics\fR ( ComplexControl control, const TQWidget * widget, SubControl subcontrol, const TQStyleOption & opt = TQStyleOption::Default ) const = 0"
.br
.ti -1c
-.BI "virtual SubControl \fBquerySubControl\fR ( ComplexControl control, const TQWidget * widget, const QPoint & pos, const QStyleOption & opt = QStyleOption::Default ) const = 0"
+.BI "virtual SubControl \fBquerySubControl\fR ( ComplexControl control, const TQWidget * widget, const QPoint & pos, const TQStyleOption & opt = TQStyleOption::Default ) const = 0"
.br
.ti -1c
.BI "enum \fBPixelMetric\fR { PM_ButtonMargin, PM_ButtonDefaultIndicator, PM_MenuButtonIndicator, PM_ButtonShiftHorizontal, PM_ButtonShiftVertical, PM_DefaultFrameWidth, PM_SpinBoxFrameWidth, PM_MaximumDragDistance, PM_ScrollBarExtent, PM_ScrollBarSliderMin, PM_SliderThickness, PM_SliderControlThickness, PM_SliderLength, PM_SliderTickmarkOffset, PM_SliderSpaceAvailable, PM_DockWindowSeparatorExtent, PM_DockWindowHandleExtent, PM_DockWindowFrameWidth, PM_MenuBarFrameWidth, PM_TabBarTabOverlap, PM_TabBarTabHSpace, PM_TabBarTabVSpace, PM_TabBarBaseHeight, PM_TabBarBaseOverlap, PM_ProgressBarChunkWidth, PM_SplitterWidth, PM_TitleBarHeight, PM_IndicatorWidth, PM_IndicatorHeight, PM_ExclusiveIndicatorWidth, PM_ExclusiveIndicatorHeight, PM_PopupMenuScrollerHeight, PM_CheckListButtonSize, PM_CheckListControllerSize, PM_PopupMenuFrameHorizontalExtra, PM_PopupMenuFrameVerticalExtra, PM_DialogButtonsSeparator, PM_DialogButtonsButtonWidth, PM_DialogButtonsButtonHeight, PM_MDIFrameWidth, PM_MDIMinimizedWidth, PM_HeaderMargin, PM_HeaderMarkSize, PM_HeaderGripMargin, PM_TabBarTabShiftHorizontal, PM_TabBarTabShiftVertical, PM_TabBarScrollButtonWidth, PM_MenuBarItemSpacing, PM_ToolBarItemSpacing, PM_CustomBase = 0xf0000000 }"
@@ -99,19 +99,19 @@ Inherited by QCommonStyle.
.BI "enum \fBContentsType\fR { CT_PushButton, CT_CheckBox, CT_RadioButton, CT_ToolButton, CT_ComboBox, CT_Splitter, CT_DockWindow, CT_ProgressBar, CT_PopupMenuItem, CT_TabBarTab, CT_Slider, CT_Header, CT_LineEdit, CT_MenuBar, CT_SpinBox, CT_SizeGrip, CT_TabWidget, CT_DialogButtons, CT_CustomBase = 0xf0000000 }"
.br
.ti -1c
-.BI "virtual QSize \fBsizeFromContents\fR ( ContentsType contents, const TQWidget * widget, const QSize & contentsSize, const QStyleOption & opt = QStyleOption::Default ) const = 0"
+.BI "virtual QSize \fBsizeFromContents\fR ( ContentsType contents, const TQWidget * widget, const QSize & contentsSize, const TQStyleOption & opt = TQStyleOption::Default ) const = 0"
.br
.ti -1c
.BI "enum \fBStyleHint\fR { SH_EtchDisabledText, SH_GUIStyle, SH_ScrollBar_BackgroundMode, SH_ScrollBar_MiddleClickAbsolutePosition, SH_ScrollBar_ScrollWhenPointerLeavesControl, SH_TabBar_SelectMouseType, SH_TabBar_Alignment, SH_Header_ArrowAlignment, SH_Slider_SnapToValue, SH_Slider_SloppyKeyEvents, SH_ProgressDialog_CenterCancelButton, SH_ProgressDialog_TextLabelAlignment, SH_PrintDialog_RightAlignButtons, SH_MainWindow_SpaceBelowMenuBar, SH_FontDialog_SelectAssociatedText, SH_PopupMenu_AllowActiveAndDisabled, SH_PopupMenu_SpaceActivatesItem, SH_PopupMenu_SubMenuPopupDelay, SH_ScrollView_FrameOnlyAroundContents, SH_MenuBar_AltKeyNavigation, SH_ComboBox_ListMouseTracking, SH_PopupMenu_MouseTracking, SH_MenuBar_MouseTracking, SH_ItemView_ChangeHighlightOnFocus, SH_Widget_ShareActivation, SH_Workspace_FillSpaceOnMaximize, SH_ComboBox_Popup, SH_TitleBar_NoBorder, SH_ScrollBar_StopMouseOverSlider, SH_BlinkCursorWhenTextSelected, SH_RichText_FullWidthSelection, SH_PopupMenu_Scrollable, SH_GroupBox_TextLabelVerticalAlignment, SH_GroupBox_TextLabelColor, SH_PopupMenu_SloppySubMenus, SH_Table_GridLineColor, SH_LineEdit_PasswordCharacter, SH_DialogButtons_DefaultButton, SH_ToolBox_SelectedPageTitleBold, SH_TabBar_PreferNoArrows, SH_ScrollBar_LeftClickAbsolutePosition, SH_ListViewExpand_SelectMouseType, SH_UnderlineAccelerator, SH_ToolButton_Uses3D, SH_CustomBase = 0xf0000000 }"
.br
.ti -1c
-.BI "virtual int \fBstyleHint\fR ( StyleHint stylehint, const TQWidget * widget = 0, const QStyleOption & opt = QStyleOption::Default, QStyleHintReturn * returnData = 0 ) const = 0"
+.BI "virtual int \fBstyleHint\fR ( StyleHint stylehint, const TQWidget * widget = 0, const TQStyleOption & opt = TQStyleOption::Default, TQStyleHintReturn * returnData = 0 ) const = 0"
.br
.ti -1c
.BI "enum \fBStylePixmap\fR { SP_TitleBarMinButton, SP_TitleBarMaxButton, SP_TitleBarCloseButton, SP_TitleBarNormalButton, SP_TitleBarShadeButton, SP_TitleBarUnshadeButton, SP_DockWindowCloseButton, SP_MessageBoxInformation, SP_MessageBoxWarning, SP_MessageBoxCritical, SP_MessageBoxQuestion, SP_CustomBase = 0xf0000000 }"
.br
.ti -1c
-.BI "virtual QPixmap \fBstylePixmap\fR ( StylePixmap stylepixmap, const TQWidget * widget = 0, const QStyleOption & opt = QStyleOption::Default ) const = 0"
+.BI "virtual QPixmap \fBstylePixmap\fR ( StylePixmap stylepixmap, const TQWidget * widget = 0, const TQStyleOption & opt = TQStyleOption::Default ) const = 0"
.br
.ti -1c
.BI "int defaultFrameWidth () const \fI(obsolete)\fR"
@@ -133,11 +133,11 @@ Inherited by QCommonStyle.
.br
.in -1c
.SH DESCRIPTION
-The QStyle class specifies the look and feel of a GUI.
+The TQStyle class specifies the look and feel of a GUI.
.PP
-A large number of GUI elements are common to many widgets. The QStyle class allows the look of these elements to be modified across all widgets that use the QStyle functions. It also provides two feel options: Motif and Windows.
+A large number of GUI elements are common to many widgets. The TQStyle class allows the look of these elements to be modified across all widgets that use the TQStyle functions. It also provides two feel options: Motif and Windows.
.PP
-Although it is not possible to fully enumerate the look of graphical elements and the feel of widgets in a GUI, QStyle provides a considerable amount of control and customisability.
+Although it is not possible to fully enumerate the look of graphical elements and the feel of widgets in a GUI, TQStyle provides a considerable amount of control and customisability.
.PP
In TQt 1.x the look and feel option for widgets was specified by a single value: the GUIStyle. Starting with TQt 2.0, this notion was expanded to allow the look to be specified by virtual drawing functions.
.PP
@@ -145,7 +145,7 @@ Derived classes may reimplement some or all of the drawing functions to modify t
.PP
Languages written from right to left (such as Arabic and Hebrew) usually also mirror the whole layout of widgets. If you design a style, you should take special care when drawing asymmetric elements to make sure that they also look correct in a mirrored layout. You can start your application with \fC-reverse\fR to check the mirrored layout. Also notice, that for a reversed layout, the light usually comes from top right instead of top left.
.PP
-The actual reverse layout is performed automatically when possible. However, for the sake of flexibility, the translation cannot be performed everywhere. The documentation for each function in the QStyle API states whether the function expects/returns logical or screen coordinates. Using logical coordinates (in ComplexControls, for example) provides great flexibility in controlling the look of a widget. Use visualRect() when necessary to translate logical coordinates into screen coordinates for drawing.
+The actual reverse layout is performed automatically when possible. However, for the sake of flexibility, the translation cannot be performed everywhere. The documentation for each function in the TQStyle API states whether the function expects/returns logical or screen coordinates. Using logical coordinates (in ComplexControls, for example) provides great flexibility in controlling the look of a widget. Use visualRect() when necessary to translate logical coordinates into screen coordinates for drawing.
.PP
In TQt versions prior to 3.0, if you wanted a low level route into changing the appearance of a widget, you would reimplement polish(). With the new 3.0 style engine the recommended approach is to reimplement the draw functions, for example drawItem(), drawPrimitive(), drawControl(), drawControlMask(), drawComplexControl() and drawComplexControlMask(). Each of these functions is called with a range of parameters that provide information that you can use to determine how to draw them, e.g. style flags, rectangle, color group, etc.
.PP
@@ -155,632 +155,632 @@ Styles can also be created as plugins.
.PP
See also Widget Appearance and Style.
.SS "Member Type Documentation"
-.SH "QStyle::ComplexControl"
+.SH "TQStyle::ComplexControl"
This enum represents a ComplexControl. ComplexControls have different behaviour depending upon where the user clicks on them or which keys are pressed.
.TP
-\fCQStyle::CC_SpinWidget\fR
+\fCTQStyle::CC_SpinWidget\fR
.TP
-\fCQStyle::CC_ComboBox\fR
+\fCTQStyle::CC_ComboBox\fR
.TP
-\fCQStyle::CC_ScrollBar\fR
+\fCTQStyle::CC_ScrollBar\fR
.TP
-\fCQStyle::CC_Slider\fR
+\fCTQStyle::CC_Slider\fR
.TP
-\fCQStyle::CC_ToolButton\fR
+\fCTQStyle::CC_ToolButton\fR
.TP
-\fCQStyle::CC_TitleBar\fR
+\fCTQStyle::CC_TitleBar\fR
.TP
-\fCQStyle::CC_ListView\fR
+\fCTQStyle::CC_ListView\fR
.TP
-\fCQStyle::CC_CustomBase\fR - base value for custom ControlElements. All values above this are reserved for custom use. Therefore, custom values must be greater than this value.
+\fCTQStyle::CC_CustomBase\fR - base value for custom ControlElements. All values above this are reserved for custom use. Therefore, custom values must be greater than this value.
.PP
See also SubControl and drawComplexControl().
-.SH "QStyle::ContentsType"
+.SH "TQStyle::ContentsType"
This enum represents a ContentsType. It is used to calculate sizes for the contents of various widgets.
.TP
-\fCQStyle::CT_PushButton\fR
+\fCTQStyle::CT_PushButton\fR
.TP
-\fCQStyle::CT_CheckBox\fR
+\fCTQStyle::CT_CheckBox\fR
.TP
-\fCQStyle::CT_RadioButton\fR
+\fCTQStyle::CT_RadioButton\fR
.TP
-\fCQStyle::CT_ToolButton\fR
+\fCTQStyle::CT_ToolButton\fR
.TP
-\fCQStyle::CT_ComboBox\fR
+\fCTQStyle::CT_ComboBox\fR
.TP
-\fCQStyle::CT_Splitter\fR
+\fCTQStyle::CT_Splitter\fR
.TP
-\fCQStyle::CT_DockWindow\fR
+\fCTQStyle::CT_DockWindow\fR
.TP
-\fCQStyle::CT_ProgressBar\fR
+\fCTQStyle::CT_ProgressBar\fR
.TP
-\fCQStyle::CT_PopupMenuItem\fR
+\fCTQStyle::CT_PopupMenuItem\fR
.TP
-\fCQStyle::CT_TabBarTab\fR
+\fCTQStyle::CT_TabBarTab\fR
.TP
-\fCQStyle::CT_Slider\fR
+\fCTQStyle::CT_Slider\fR
.TP
-\fCQStyle::CT_Header\fR
+\fCTQStyle::CT_Header\fR
.TP
-\fCQStyle::CT_LineEdit\fR
+\fCTQStyle::CT_LineEdit\fR
.TP
-\fCQStyle::CT_MenuBar\fR
+\fCTQStyle::CT_MenuBar\fR
.TP
-\fCQStyle::CT_SpinBox\fR
+\fCTQStyle::CT_SpinBox\fR
.TP
-\fCQStyle::CT_SizeGrip\fR
+\fCTQStyle::CT_SizeGrip\fR
.TP
-\fCQStyle::CT_TabWidget\fR
+\fCTQStyle::CT_TabWidget\fR
.TP
-\fCQStyle::CT_DialogButtons\fR
+\fCTQStyle::CT_DialogButtons\fR
.TP
-\fCQStyle::CT_CustomBase\fR - base value for custom ControlElements. All values above this are reserved for custom use. Custom values must be greater than this value.
+\fCTQStyle::CT_CustomBase\fR - base value for custom ControlElements. All values above this are reserved for custom use. Custom values must be greater than this value.
.PP
See also sizeFromContents().
-.SH "QStyle::ControlElement"
+.SH "TQStyle::ControlElement"
This enum represents a ControlElement. A ControlElement is part of a widget that performs some action or displays information to the user.
.TP
-\fCQStyle::CE_PushButton\fR - the bevel and default indicator of a QPushButton.
+\fCTQStyle::CE_PushButton\fR - the bevel and default indicator of a QPushButton.
.TP
-\fCQStyle::CE_PushButtonLabel\fR - the label (iconset with text or pixmap) of a QPushButton.
+\fCTQStyle::CE_PushButtonLabel\fR - the label (iconset with text or pixmap) of a QPushButton.
.TP
-\fCQStyle::CE_CheckBox\fR - the indicator of a QCheckBox.
+\fCTQStyle::CE_CheckBox\fR - the indicator of a QCheckBox.
.TP
-\fCQStyle::CE_CheckBoxLabel\fR - the label (text or pixmap) of a QCheckBox.
+\fCTQStyle::CE_CheckBoxLabel\fR - the label (text or pixmap) of a QCheckBox.
.TP
-\fCQStyle::CE_RadioButton\fR - the indicator of a QRadioButton.
+\fCTQStyle::CE_RadioButton\fR - the indicator of a QRadioButton.
.TP
-\fCQStyle::CE_RadioButtonLabel\fR - the label (text or pixmap) of a QRadioButton.
+\fCTQStyle::CE_RadioButtonLabel\fR - the label (text or pixmap) of a QRadioButton.
.TP
-\fCQStyle::CE_TabBarTab\fR - the tab within a QTabBar (a QTab).
+\fCTQStyle::CE_TabBarTab\fR - the tab within a QTabBar (a QTab).
.TP
-\fCQStyle::CE_TabBarLabel\fR - the label within a QTab.
+\fCTQStyle::CE_TabBarLabel\fR - the label within a QTab.
.TP
-\fCQStyle::CE_ProgressBarGroove\fR - the groove where the progress indicator is drawn in a QProgressBar.
+\fCTQStyle::CE_ProgressBarGroove\fR - the groove where the progress indicator is drawn in a QProgressBar.
.TP
-\fCQStyle::CE_ProgressBarContents\fR - the progress indicator of a QProgressBar.
+\fCTQStyle::CE_ProgressBarContents\fR - the progress indicator of a QProgressBar.
.TP
-\fCQStyle::CE_ProgressBarLabel\fR - the text label of a QProgressBar.
+\fCTQStyle::CE_ProgressBarLabel\fR - the text label of a QProgressBar.
.TP
-\fCQStyle::CE_PopupMenuItem\fR - a menu item in a QPopupMenu.
+\fCTQStyle::CE_PopupMenuItem\fR - a menu item in a QPopupMenu.
.TP
-\fCQStyle::CE_PopupMenuScroller\fR - scrolling areas in a popumenu when the style supports scrolling.
+\fCTQStyle::CE_PopupMenuScroller\fR - scrolling areas in a popumenu when the style supports scrolling.
.TP
-\fCQStyle::CE_PopupMenuHorizontalExtra\fR - extra frame area set aside with PM_PopupMenuFrameHorizontalExtra
+\fCTQStyle::CE_PopupMenuHorizontalExtra\fR - extra frame area set aside with PM_PopupMenuFrameHorizontalExtra
.TP
-\fCQStyle::CE_PopupMenuVerticalExtra\fR - extra frame area set aside with PM_PopupMenuFrameVerticalExtra
+\fCTQStyle::CE_PopupMenuVerticalExtra\fR - extra frame area set aside with PM_PopupMenuFrameVerticalExtra
.TP
-\fCQStyle::CE_MenuBarItem\fR - a menu item in a QMenuBar.
+\fCTQStyle::CE_MenuBarItem\fR - a menu item in a QMenuBar.
.TP
-\fCQStyle::CE_ToolButtonLabel\fR - a tool button's label.
+\fCTQStyle::CE_ToolButtonLabel\fR - a tool button's label.
.TP
-\fCQStyle::CE_MenuBarEmptyArea\fR - the empty area of a QMenuBar.
+\fCTQStyle::CE_MenuBarEmptyArea\fR - the empty area of a QMenuBar.
.TP
-\fCQStyle::CE_DockWindowEmptyArea\fR - the empty area of a QDockWindow.
+\fCTQStyle::CE_DockWindowEmptyArea\fR - the empty area of a QDockWindow.
.TP
-\fCQStyle::CE_ToolBoxTab\fR - the toolbox's tab area
+\fCTQStyle::CE_ToolBoxTab\fR - the toolbox's tab area
.TP
-\fCQStyle::CE_HeaderLabel\fR - the header's label
+\fCTQStyle::CE_HeaderLabel\fR - the header's label
.TP
-\fCQStyle::CE_CustomBase\fR - base value for custom ControlElements. All values above this are reserved for custom use. Therefore, custom values must be greater than this value.
+\fCTQStyle::CE_CustomBase\fR - base value for custom ControlElements. All values above this are reserved for custom use. Therefore, custom values must be greater than this value.
.PP
See also drawControl().
-.SH "QStyle::PixelMetric"
+.SH "TQStyle::PixelMetric"
This enum represents a PixelMetric. A PixelMetric is a style dependent size represented as a single pixel value.
.TP
-\fCQStyle::PM_ButtonMargin\fR - amount of whitespace between pushbutton labels and the frame.
+\fCTQStyle::PM_ButtonMargin\fR - amount of whitespace between pushbutton labels and the frame.
.TP
-\fCQStyle::PM_ButtonDefaultIndicator\fR - width of the default-button indicator frame.
+\fCTQStyle::PM_ButtonDefaultIndicator\fR - width of the default-button indicator frame.
.TP
-\fCQStyle::PM_MenuButtonIndicator\fR - width of the menu button indicator proportional to the widget height.
+\fCTQStyle::PM_MenuButtonIndicator\fR - width of the menu button indicator proportional to the widget height.
.TP
-\fCQStyle::PM_ButtonShiftHorizontal\fR - horizontal contents shift of a button when the button is down.
+\fCTQStyle::PM_ButtonShiftHorizontal\fR - horizontal contents shift of a button when the button is down.
.TP
-\fCQStyle::PM_ButtonShiftVertical\fR - vertical contents shift of a button when the button is down.
+\fCTQStyle::PM_ButtonShiftVertical\fR - vertical contents shift of a button when the button is down.
.TP
-\fCQStyle::PM_DefaultFrameWidth\fR - default frame width, usually 2.
+\fCTQStyle::PM_DefaultFrameWidth\fR - default frame width, usually 2.
.TP
-\fCQStyle::PM_SpinBoxFrameWidth\fR - frame width of a spin box.
+\fCTQStyle::PM_SpinBoxFrameWidth\fR - frame width of a spin box.
.TP
-\fCQStyle::PM_MDIFrameWidth\fR - frame width of an MDI window.
+\fCTQStyle::PM_MDIFrameWidth\fR - frame width of an MDI window.
.TP
-\fCQStyle::PM_MDIMinimizedWidth\fR - width of a minimized MSI window.
+\fCTQStyle::PM_MDIMinimizedWidth\fR - width of a minimized MSI window.
.TP
-\fCQStyle::PM_MaximumDragDistance\fR - Some feels require the scrollbar or other sliders to jump back to the original position when the mouse pointer is too far away while dragging. A value of -1 disables this behavior.
+\fCTQStyle::PM_MaximumDragDistance\fR - Some feels require the scrollbar or other sliders to jump back to the original position when the mouse pointer is too far away while dragging. A value of -1 disables this behavior.
.TP
-\fCQStyle::PM_ScrollBarExtent\fR - width of a vertical scrollbar and the height of a horizontal scrollbar.
+\fCTQStyle::PM_ScrollBarExtent\fR - width of a vertical scrollbar and the height of a horizontal scrollbar.
.TP
-\fCQStyle::PM_ScrollBarSliderMin\fR - the minimum height of a vertical scrollbar's slider and the minimum width of a horiztonal scrollbar slider.
+\fCTQStyle::PM_ScrollBarSliderMin\fR - the minimum height of a vertical scrollbar's slider and the minimum width of a horiztonal scrollbar slider.
.TP
-\fCQStyle::PM_SliderThickness\fR - total slider thickness.
+\fCTQStyle::PM_SliderThickness\fR - total slider thickness.
.TP
-\fCQStyle::PM_SliderControlThickness\fR - thickness of the slider handle.
+\fCTQStyle::PM_SliderControlThickness\fR - thickness of the slider handle.
.TP
-\fCQStyle::PM_SliderLength\fR - length of the slider.
+\fCTQStyle::PM_SliderLength\fR - length of the slider.
.TP
-\fCQStyle::PM_SliderTickmarkOffset\fR - the offset between the tickmarks and the slider.
+\fCTQStyle::PM_SliderTickmarkOffset\fR - the offset between the tickmarks and the slider.
.TP
-\fCQStyle::PM_SliderSpaceAvailable\fR - the available space for the slider to move.
+\fCTQStyle::PM_SliderSpaceAvailable\fR - the available space for the slider to move.
.TP
-\fCQStyle::PM_DockWindowSeparatorExtent\fR - width of a separator in a horiztonal dock window and the height of a separator in a vertical dock window.
+\fCTQStyle::PM_DockWindowSeparatorExtent\fR - width of a separator in a horiztonal dock window and the height of a separator in a vertical dock window.
.TP
-\fCQStyle::PM_DockWindowHandleExtent\fR - width of the handle in a horizontal dock window and the height of the handle in a vertical dock window.
+\fCTQStyle::PM_DockWindowHandleExtent\fR - width of the handle in a horizontal dock window and the height of the handle in a vertical dock window.
.TP
-\fCQStyle::PM_DockWindowFrameWidth\fR - frame width of a dock window.
+\fCTQStyle::PM_DockWindowFrameWidth\fR - frame width of a dock window.
.TP
-\fCQStyle::PM_MenuBarFrameWidth\fR - frame width of a menubar.
+\fCTQStyle::PM_MenuBarFrameWidth\fR - frame width of a menubar.
.TP
-\fCQStyle::PM_MenuBarItemSpacing\fR - spacing between menubar items.
+\fCTQStyle::PM_MenuBarItemSpacing\fR - spacing between menubar items.
.TP
-\fCQStyle::PM_ToolBarItemSpacing\fR - spacing between toolbar items.
+\fCTQStyle::PM_ToolBarItemSpacing\fR - spacing between toolbar items.
.TP
-\fCQStyle::PM_TabBarTabOverlap\fR - number of pixels the tabs should overlap.
+\fCTQStyle::PM_TabBarTabOverlap\fR - number of pixels the tabs should overlap.
.TP
-\fCQStyle::PM_TabBarTabHSpace\fR - extra space added to the tab width.
+\fCTQStyle::PM_TabBarTabHSpace\fR - extra space added to the tab width.
.TP
-\fCQStyle::PM_TabBarTabVSpace\fR - extra space added to the tab height.
+\fCTQStyle::PM_TabBarTabVSpace\fR - extra space added to the tab height.
.TP
-\fCQStyle::PM_TabBarBaseHeight\fR - height of the area between the tab bar and the tab pages.
+\fCTQStyle::PM_TabBarBaseHeight\fR - height of the area between the tab bar and the tab pages.
.TP
-\fCQStyle::PM_TabBarBaseOverlap\fR - number of pixels the tab bar overlaps the tab bar base.
+\fCTQStyle::PM_TabBarBaseOverlap\fR - number of pixels the tab bar overlaps the tab bar base.
.TP
-\fCQStyle::PM_TabBarScrollButtonWidth\fR
+\fCTQStyle::PM_TabBarScrollButtonWidth\fR
.TP
-\fCQStyle::PM_TabBarTabShiftHorizontal\fR - horizontal pixel shift when a tab is selected.
+\fCTQStyle::PM_TabBarTabShiftHorizontal\fR - horizontal pixel shift when a tab is selected.
.TP
-\fCQStyle::PM_TabBarTabShiftVertical\fR - vertical pixel shift when a tab is selected.
+\fCTQStyle::PM_TabBarTabShiftVertical\fR - vertical pixel shift when a tab is selected.
.TP
-\fCQStyle::PM_ProgressBarChunkWidth\fR - width of a chunk in a progress bar indicator.
+\fCTQStyle::PM_ProgressBarChunkWidth\fR - width of a chunk in a progress bar indicator.
.TP
-\fCQStyle::PM_SplitterWidth\fR - width of a splitter.
+\fCTQStyle::PM_SplitterWidth\fR - width of a splitter.
.TP
-\fCQStyle::PM_TitleBarHeight\fR - height of the title bar.
+\fCTQStyle::PM_TitleBarHeight\fR - height of the title bar.
.TP
-\fCQStyle::PM_PopupMenuFrameHorizontalExtra\fR - additional border, e.g. for panels
+\fCTQStyle::PM_PopupMenuFrameHorizontalExtra\fR - additional border, e.g. for panels
.TP
-\fCQStyle::PM_PopupMenuFrameVerticalExtra\fR - additional border, e.g. for panels
+\fCTQStyle::PM_PopupMenuFrameVerticalExtra\fR - additional border, e.g. for panels
.TP
-\fCQStyle::PM_IndicatorWidth\fR - width of a check box indicator.
+\fCTQStyle::PM_IndicatorWidth\fR - width of a check box indicator.
.TP
-\fCQStyle::PM_IndicatorHeight\fR - height of a checkbox indicator.
+\fCTQStyle::PM_IndicatorHeight\fR - height of a checkbox indicator.
.TP
-\fCQStyle::PM_ExclusiveIndicatorWidth\fR - width of a radio button indicator.
+\fCTQStyle::PM_ExclusiveIndicatorWidth\fR - width of a radio button indicator.
.TP
-\fCQStyle::PM_ExclusiveIndicatorHeight\fR - height of a radio button indicator.
+\fCTQStyle::PM_ExclusiveIndicatorHeight\fR - height of a radio button indicator.
.TP
-\fCQStyle::PM_PopupMenuScrollerHeight\fR - height of the scroller area in a popupmenu.
+\fCTQStyle::PM_PopupMenuScrollerHeight\fR - height of the scroller area in a popupmenu.
.TP
-\fCQStyle::PM_PopupMenuScrollerHeight\fR - height of the scroller area in a popupmenu.
+\fCTQStyle::PM_PopupMenuScrollerHeight\fR - height of the scroller area in a popupmenu.
.TP
-\fCQStyle::PM_CheckListButtonSize\fR - area (width/height) of the checkbox/radiobutton in a QCheckListItem
+\fCTQStyle::PM_CheckListButtonSize\fR - area (width/height) of the checkbox/radiobutton in a QCheckListItem
.TP
-\fCQStyle::PM_CheckListControllerSize\fR - area (width/height) of the controller in a QCheckListItem
+\fCTQStyle::PM_CheckListControllerSize\fR - area (width/height) of the controller in a QCheckListItem
.TP
-\fCQStyle::PM_DialogButtonsSeparator\fR - distance between buttons in a dialog buttons widget.
+\fCTQStyle::PM_DialogButtonsSeparator\fR - distance between buttons in a dialog buttons widget.
.TP
-\fCQStyle::PM_DialogButtonsButtonWidth\fR - minimum width of a button in a dialog buttons widget.
+\fCTQStyle::PM_DialogButtonsButtonWidth\fR - minimum width of a button in a dialog buttons widget.
.TP
-\fCQStyle::PM_DialogButtonsButtonHeight\fR - minimum height of a button in a dialog buttons widget.
+\fCTQStyle::PM_DialogButtonsButtonHeight\fR - minimum height of a button in a dialog buttons widget.
.TP
-\fCQStyle::PM_HeaderMarkSize\fR
+\fCTQStyle::PM_HeaderMarkSize\fR
.TP
-\fCQStyle::PM_HeaderGripMargin\fR
+\fCTQStyle::PM_HeaderGripMargin\fR
.TP
-\fCQStyle::PM_HeaderMargin\fR
+\fCTQStyle::PM_HeaderMargin\fR
.TP
-\fCQStyle::PM_CustomBase\fR - base value for custom ControlElements. All values above this are reserved for custom use. Therefore, custom values must be greater than this value.
+\fCTQStyle::PM_CustomBase\fR - base value for custom ControlElements. All values above this are reserved for custom use. Therefore, custom values must be greater than this value.
.PP
See also pixelMetric().
-.SH "QStyle::PrimitiveElement"
+.SH "TQStyle::PrimitiveElement"
This enum represents the PrimitiveElements of a style. A PrimitiveElement is a common GUI element, such as a checkbox indicator or pushbutton bevel.
.TP
-\fCQStyle::PE_ButtonCommand\fR - button used to initiate an action, for example, a QPushButton.
+\fCTQStyle::PE_ButtonCommand\fR - button used to initiate an action, for example, a QPushButton.
.TP
-\fCQStyle::PE_ButtonDefault\fR - this button is the default button, e.g. in a dialog.
+\fCTQStyle::PE_ButtonDefault\fR - this button is the default button, e.g. in a dialog.
.TP
-\fCQStyle::PE_ButtonBevel\fR - generic button bevel.
+\fCTQStyle::PE_ButtonBevel\fR - generic button bevel.
.TP
-\fCQStyle::PE_ButtonTool\fR - tool button, for example, a QToolButton.
+\fCTQStyle::PE_ButtonTool\fR - tool button, for example, a QToolButton.
.TP
-\fCQStyle::PE_ButtonDropDown\fR - drop down button, for example, a tool button that displays a popup menu, for example, QPopupMenu.
+\fCTQStyle::PE_ButtonDropDown\fR - drop down button, for example, a tool button that displays a popup menu, for example, QPopupMenu.
.TP
-\fCQStyle::PE_FocusRect\fR - generic focus indicator.
+\fCTQStyle::PE_FocusRect\fR - generic focus indicator.
.TP
-\fCQStyle::PE_ArrowUp\fR - up arrow.
+\fCTQStyle::PE_ArrowUp\fR - up arrow.
.TP
-\fCQStyle::PE_ArrowDown\fR - down arrow.
+\fCTQStyle::PE_ArrowDown\fR - down arrow.
.TP
-\fCQStyle::PE_ArrowRight\fR - right arrow.
+\fCTQStyle::PE_ArrowRight\fR - right arrow.
.TP
-\fCQStyle::PE_ArrowLeft\fR - left arrow.
+\fCTQStyle::PE_ArrowLeft\fR - left arrow.
.TP
-\fCQStyle::PE_SpinWidgetUp\fR - up symbol for a spin widget, for example a QSpinBox.
+\fCTQStyle::PE_SpinWidgetUp\fR - up symbol for a spin widget, for example a QSpinBox.
.TP
-\fCQStyle::PE_SpinWidgetDown\fR - down symbol for a spin widget.
+\fCTQStyle::PE_SpinWidgetDown\fR - down symbol for a spin widget.
.TP
-\fCQStyle::PE_SpinWidgetPlus\fR - increase symbol for a spin widget.
+\fCTQStyle::PE_SpinWidgetPlus\fR - increase symbol for a spin widget.
.TP
-\fCQStyle::PE_SpinWidgetMinus\fR - decrease symbol for a spin widget.
+\fCTQStyle::PE_SpinWidgetMinus\fR - decrease symbol for a spin widget.
.TP
-\fCQStyle::PE_Indicator\fR - on/off indicator, for example, a QCheckBox.
+\fCTQStyle::PE_Indicator\fR - on/off indicator, for example, a QCheckBox.
.TP
-\fCQStyle::PE_IndicatorMask\fR - bitmap mask for an indicator.
+\fCTQStyle::PE_IndicatorMask\fR - bitmap mask for an indicator.
.TP
-\fCQStyle::PE_ExclusiveIndicator\fR - exclusive on/off indicator, for example, a QRadioButton.
+\fCTQStyle::PE_ExclusiveIndicator\fR - exclusive on/off indicator, for example, a QRadioButton.
.TP
-\fCQStyle::PE_ExclusiveIndicatorMask\fR - bitmap mask for an exclusive indicator.
+\fCTQStyle::PE_ExclusiveIndicatorMask\fR - bitmap mask for an exclusive indicator.
.TP
-\fCQStyle::PE_DockWindowHandle\fR - tear off handle for dock windows and toolbars, for example QDockWindows and QToolBars.
+\fCTQStyle::PE_DockWindowHandle\fR - tear off handle for dock windows and toolbars, for example QDockWindows and QToolBars.
.TP
-\fCQStyle::PE_DockWindowSeparator\fR - item separator for dock window and toolbar contents.
+\fCTQStyle::PE_DockWindowSeparator\fR - item separator for dock window and toolbar contents.
.TP
-\fCQStyle::PE_DockWindowResizeHandle\fR - resize handle for dock windows.
+\fCTQStyle::PE_DockWindowResizeHandle\fR - resize handle for dock windows.
.TP
-\fCQStyle::PE_Splitter\fR - splitter handle; see also QSplitter.
+\fCTQStyle::PE_Splitter\fR - splitter handle; see also QSplitter.
.TP
-\fCQStyle::PE_Panel\fR - generic panel frame; see also QFrame.
+\fCTQStyle::PE_Panel\fR - generic panel frame; see also QFrame.
.TP
-\fCQStyle::PE_PanelPopup\fR - panel frame for popup windows/menus; see also QPopupMenu.
+\fCTQStyle::PE_PanelPopup\fR - panel frame for popup windows/menus; see also QPopupMenu.
.TP
-\fCQStyle::PE_PanelMenuBar\fR - panel frame for menu bars.
+\fCTQStyle::PE_PanelMenuBar\fR - panel frame for menu bars.
.TP
-\fCQStyle::PE_PanelDockWindow\fR - panel frame for dock windows and toolbars.
+\fCTQStyle::PE_PanelDockWindow\fR - panel frame for dock windows and toolbars.
.TP
-\fCQStyle::PE_PanelTabWidget\fR - panel frame for tab widgets.
+\fCTQStyle::PE_PanelTabWidget\fR - panel frame for tab widgets.
.TP
-\fCQStyle::PE_PanelLineEdit\fR - panel frame for line edits.
+\fCTQStyle::PE_PanelLineEdit\fR - panel frame for line edits.
.TP
-\fCQStyle::PE_PanelGroupBox\fR - panel frame for group boxes.
+\fCTQStyle::PE_PanelGroupBox\fR - panel frame for group boxes.
.TP
-\fCQStyle::PE_TabBarBase\fR - area below tabs in a tab widget, for example, QTab.
+\fCTQStyle::PE_TabBarBase\fR - area below tabs in a tab widget, for example, QTab.
.TP
-\fCQStyle::PE_HeaderSection\fR - section of a list or table header; see also QHeader.
+\fCTQStyle::PE_HeaderSection\fR - section of a list or table header; see also QHeader.
.TP
-\fCQStyle::PE_HeaderArrow\fR - arrow used to indicate sorting on a list or table header
+\fCTQStyle::PE_HeaderArrow\fR - arrow used to indicate sorting on a list or table header
.TP
-\fCQStyle::PE_StatusBarSection\fR - section of a status bar; see also QStatusBar.
+\fCTQStyle::PE_StatusBarSection\fR - section of a status bar; see also QStatusBar.
.TP
-\fCQStyle::PE_GroupBoxFrame\fR - frame around a group box; see also QGroupBox.
+\fCTQStyle::PE_GroupBoxFrame\fR - frame around a group box; see also QGroupBox.
.TP
-\fCQStyle::PE_WindowFrame\fR - frame around a MDI window or a docking window
+\fCTQStyle::PE_WindowFrame\fR - frame around a MDI window or a docking window
.TP
-\fCQStyle::PE_Separator\fR - generic separator.
+\fCTQStyle::PE_Separator\fR - generic separator.
.TP
-\fCQStyle::PE_SizeGrip\fR - window resize handle; see also QSizeGrip.
+\fCTQStyle::PE_SizeGrip\fR - window resize handle; see also QSizeGrip.
.TP
-\fCQStyle::PE_CheckMark\fR - generic check mark; see also QCheckBox.
+\fCTQStyle::PE_CheckMark\fR - generic check mark; see also QCheckBox.
.TP
-\fCQStyle::PE_ScrollBarAddLine\fR - scrollbar line increase indicator (i.e. scroll down); see also QScrollBar.
+\fCTQStyle::PE_ScrollBarAddLine\fR - scrollbar line increase indicator (i.e. scroll down); see also QScrollBar.
.TP
-\fCQStyle::PE_ScrollBarSubLine\fR - scrollbar line decrease indicator (i.e. scroll up).
+\fCTQStyle::PE_ScrollBarSubLine\fR - scrollbar line decrease indicator (i.e. scroll up).
.TP
-\fCQStyle::PE_ScrollBarAddPage\fR - scolllbar page increase indicator (i.e. page down).
+\fCTQStyle::PE_ScrollBarAddPage\fR - scolllbar page increase indicator (i.e. page down).
.TP
-\fCQStyle::PE_ScrollBarSubPage\fR - scrollbar page decrease indicator (i.e. page up).
+\fCTQStyle::PE_ScrollBarSubPage\fR - scrollbar page decrease indicator (i.e. page up).
.TP
-\fCQStyle::PE_ScrollBarSlider\fR - scrollbar slider
+\fCTQStyle::PE_ScrollBarSlider\fR - scrollbar slider
.TP
-\fCQStyle::PE_ScrollBarFirst\fR - scrollbar first line indicator (i.e. home).
+\fCTQStyle::PE_ScrollBarFirst\fR - scrollbar first line indicator (i.e. home).
.TP
-\fCQStyle::PE_ScrollBarLast\fR - scrollbar last line indicator (i.e. end).
+\fCTQStyle::PE_ScrollBarLast\fR - scrollbar last line indicator (i.e. end).
.TP
-\fCQStyle::PE_ProgressBarChunk\fR - section of a progress bar indicator; see also QProgressBar.
+\fCTQStyle::PE_ProgressBarChunk\fR - section of a progress bar indicator; see also QProgressBar.
.TP
-\fCQStyle::PE_CheckListController\fR - controller part of a listview item
+\fCTQStyle::PE_CheckListController\fR - controller part of a listview item
.TP
-\fCQStyle::PE_CheckListIndicator\fR - checkbox part of a listview item
+\fCTQStyle::PE_CheckListIndicator\fR - checkbox part of a listview item
.TP
-\fCQStyle::PE_CheckListExclusiveIndicator\fR - radiobutton part of a listview item
+\fCTQStyle::PE_CheckListExclusiveIndicator\fR - radiobutton part of a listview item
.TP
-\fCQStyle::PE_RubberBand\fR - rubber band used in such things as iconview
+\fCTQStyle::PE_RubberBand\fR - rubber band used in such things as iconview
.TP
-\fCQStyle::PE_CustomBase\fR - base value for custom PrimitiveElements. All values above this are reserved for custom use. Custom values must be greater than this value.
+\fCTQStyle::PE_CustomBase\fR - base value for custom PrimitiveElements. All values above this are reserved for custom use. Custom values must be greater than this value.
.PP
See also drawPrimitive().
-.SH "QStyle::StyleFlags"
+.SH "TQStyle::StyleFlags"
This enum represents flags for drawing PrimitiveElements. Not all primitives use all of these flags. Note that these flags may mean different things to different primitives. For an explanation of the relationship between primitives and their flags, as well as the different meanings of the flags, see the Style overview.
.TP
-\fCQStyle::Style_Default\fR
+\fCTQStyle::Style_Default\fR
.TP
-\fCQStyle::Style_Enabled\fR
+\fCTQStyle::Style_Enabled\fR
.TP
-\fCQStyle::Style_Raised\fR
+\fCTQStyle::Style_Raised\fR
.TP
-\fCQStyle::Style_Sunken\fR
+\fCTQStyle::Style_Sunken\fR
.TP
-\fCQStyle::Style_Off\fR
+\fCTQStyle::Style_Off\fR
.TP
-\fCQStyle::Style_NoChange\fR
+\fCTQStyle::Style_NoChange\fR
.TP
-\fCQStyle::Style_On\fR
+\fCTQStyle::Style_On\fR
.TP
-\fCQStyle::Style_Down\fR
+\fCTQStyle::Style_Down\fR
.TP
-\fCQStyle::Style_Horizontal\fR
+\fCTQStyle::Style_Horizontal\fR
.TP
-\fCQStyle::Style_HasFocus\fR
+\fCTQStyle::Style_HasFocus\fR
.TP
-\fCQStyle::Style_Top\fR
+\fCTQStyle::Style_Top\fR
.TP
-\fCQStyle::Style_Bottom\fR
+\fCTQStyle::Style_Bottom\fR
.TP
-\fCQStyle::Style_FocusAtBorder\fR
+\fCTQStyle::Style_FocusAtBorder\fR
.TP
-\fCQStyle::Style_AutoRaise\fR
+\fCTQStyle::Style_AutoRaise\fR
.TP
-\fCQStyle::Style_MouseOver\fR
+\fCTQStyle::Style_MouseOver\fR
.TP
-\fCQStyle::Style_Up\fR
+\fCTQStyle::Style_Up\fR
.TP
-\fCQStyle::Style_Selected\fR
+\fCTQStyle::Style_Selected\fR
.TP
-\fCQStyle::Style_HasFocus\fR
+\fCTQStyle::Style_HasFocus\fR
.TP
-\fCQStyle::Style_Active\fR
+\fCTQStyle::Style_Active\fR
.TP
-\fCQStyle::Style_ButtonDefault\fR
+\fCTQStyle::Style_ButtonDefault\fR
.PP
See also drawPrimitive().
-.SH "QStyle::StyleHint"
+.SH "TQStyle::StyleHint"
This enum represents a StyleHint. A StyleHint is a general look and/or feel hint.
.TP
-\fCQStyle::SH_EtchDisabledText\fR - disabled text is "etched" like Windows.
+\fCTQStyle::SH_EtchDisabledText\fR - disabled text is "etched" like Windows.
.TP
-\fCQStyle::SH_GUIStyle\fR - the GUI style to use.
+\fCTQStyle::SH_GUIStyle\fR - the GUI style to use.
.TP
-\fCQStyle::SH_ScrollBar_BackgroundMode\fR - the background mode for a QScrollBar. Possible values are any of those in the BackgroundMode enum.
+\fCTQStyle::SH_ScrollBar_BackgroundMode\fR - the background mode for a QScrollBar. Possible values are any of those in the BackgroundMode enum.
.TP
-\fCQStyle::SH_ScrollBar_MiddleClickAbsolutePosition\fR - a boolean value. If TRUE, middle clicking on a scrollbar causes the slider to jump to that position. If FALSE, the middle clicking is ignored.
+\fCTQStyle::SH_ScrollBar_MiddleClickAbsolutePosition\fR - a boolean value. If TRUE, middle clicking on a scrollbar causes the slider to jump to that position. If FALSE, the middle clicking is ignored.
.TP
-\fCQStyle::SH_ScrollBar_LeftClickAbsolutePosition\fR - a boolean value. If TRUE, left clicking on a scrollbar causes the slider to jump to that position. If FALSE, the left clicking will behave as appropriate for each control.
+\fCTQStyle::SH_ScrollBar_LeftClickAbsolutePosition\fR - a boolean value. If TRUE, left clicking on a scrollbar causes the slider to jump to that position. If FALSE, the left clicking will behave as appropriate for each control.
.TP
-\fCQStyle::SH_ScrollBar_ScrollWhenPointerLeavesControl\fR - a boolean value. If TRUE, when clicking a scrollbar SubControl, holding the mouse button down and moving the pointer outside the SubControl, the scrollbar continues to scroll. If FALSE, the scollbar stops scrolling when the pointer leaves the SubControl.
+\fCTQStyle::SH_ScrollBar_ScrollWhenPointerLeavesControl\fR - a boolean value. If TRUE, when clicking a scrollbar SubControl, holding the mouse button down and moving the pointer outside the SubControl, the scrollbar continues to scroll. If FALSE, the scollbar stops scrolling when the pointer leaves the SubControl.
.TP
-\fCQStyle::SH_TabBar_Alignment\fR - the alignment for tabs in a QTabWidget. Possible values are TQt::AlignLeft, TQt::AlignCenter and TQt::AlignRight.
+\fCTQStyle::SH_TabBar_Alignment\fR - the alignment for tabs in a QTabWidget. Possible values are TQt::AlignLeft, TQt::AlignCenter and TQt::AlignRight.
.TP
-\fCQStyle::SH_Header_ArrowAlignment\fR - the placement of the sorting indicator may appear in list or table headers. Possible values are TQt::Left or TQt::Right.
+\fCTQStyle::SH_Header_ArrowAlignment\fR - the placement of the sorting indicator may appear in list or table headers. Possible values are TQt::Left or TQt::Right.
.TP
-\fCQStyle::SH_Slider_SnapToValue\fR - sliders snap to values while moving, like Windows
+\fCTQStyle::SH_Slider_SnapToValue\fR - sliders snap to values while moving, like Windows
.TP
-\fCQStyle::SH_Slider_SloppyKeyEvents\fR - key presses handled in a sloppy manner, i.e. left on a vertical slider subtracts a line.
+\fCTQStyle::SH_Slider_SloppyKeyEvents\fR - key presses handled in a sloppy manner, i.e. left on a vertical slider subtracts a line.
.TP
-\fCQStyle::SH_ProgressDialog_CenterCancelButton\fR - center button on progress dialogs, like Motif, otherwise right aligned.
+\fCTQStyle::SH_ProgressDialog_CenterCancelButton\fR - center button on progress dialogs, like Motif, otherwise right aligned.
.TP
-\fCQStyle::SH_ProgressDialog_TextLabelAlignment\fR - TQt::AlignmentFlags -- text label alignment in progress dialogs; Center on windows, Auto|VCenter otherwise.
+\fCTQStyle::SH_ProgressDialog_TextLabelAlignment\fR - TQt::AlignmentFlags -- text label alignment in progress dialogs; Center on windows, Auto|VCenter otherwise.
.TP
-\fCQStyle::SH_PrintDialog_RightAlignButtons\fR - right align buttons in the print dialog, like Windows.
+\fCTQStyle::SH_PrintDialog_RightAlignButtons\fR - right align buttons in the print dialog, like Windows.
.TP
-\fCQStyle::SH_MainWindow_SpaceBelowMenuBar\fR - 1 or 2 pixel space between the menubar and the dockarea, like Windows.
+\fCTQStyle::SH_MainWindow_SpaceBelowMenuBar\fR - 1 or 2 pixel space between the menubar and the dockarea, like Windows.
.TP
-\fCQStyle::SH_FontDialog_SelectAssociatedText\fR - select the text in the line edit, or when selecting an item from the listbox, or when the line edit receives focus, like Windows.
+\fCTQStyle::SH_FontDialog_SelectAssociatedText\fR - select the text in the line edit, or when selecting an item from the listbox, or when the line edit receives focus, like Windows.
.TP
-\fCQStyle::SH_PopupMenu_AllowActiveAndDisabled\fR - allows disabled menu items to be active.
+\fCTQStyle::SH_PopupMenu_AllowActiveAndDisabled\fR - allows disabled menu items to be active.
.TP
-\fCQStyle::SH_PopupMenu_SpaceActivatesItem\fR - pressing Space activates the item, like Motif.
+\fCTQStyle::SH_PopupMenu_SpaceActivatesItem\fR - pressing Space activates the item, like Motif.
.TP
-\fCQStyle::SH_PopupMenu_SubMenuPopupDelay\fR - the number of milliseconds to wait before opening a submenu; 256 on windows, 96 on Motif.
+\fCTQStyle::SH_PopupMenu_SubMenuPopupDelay\fR - the number of milliseconds to wait before opening a submenu; 256 on windows, 96 on Motif.
.TP
-\fCQStyle::SH_PopupMenu_Scrollable\fR - whether popupmenu's must support scrolling.
+\fCTQStyle::SH_PopupMenu_Scrollable\fR - whether popupmenu's must support scrolling.
.TP
-\fCQStyle::SH_PopupMenu_SloppySubMenus\fR - whether popupmenu's must support sloppy submenu; as implemented on Mac OS.
+\fCTQStyle::SH_PopupMenu_SloppySubMenus\fR - whether popupmenu's must support sloppy submenu; as implemented on Mac OS.
.TP
-\fCQStyle::SH_ScrollView_FrameOnlyAroundContents\fR - whether scrollviews draw their frame only around contents (like Motif), or around contents, scrollbars and corner widgets (like Windows).
+\fCTQStyle::SH_ScrollView_FrameOnlyAroundContents\fR - whether scrollviews draw their frame only around contents (like Motif), or around contents, scrollbars and corner widgets (like Windows).
.TP
-\fCQStyle::SH_MenuBar_AltKeyNavigation\fR - menubars items are navigable by pressing Alt, followed by using the arrow keys to select the desired item.
+\fCTQStyle::SH_MenuBar_AltKeyNavigation\fR - menubars items are navigable by pressing Alt, followed by using the arrow keys to select the desired item.
.TP
-\fCQStyle::SH_ComboBox_ListMouseTracking\fR - mouse tracking in combobox dropdown lists.
+\fCTQStyle::SH_ComboBox_ListMouseTracking\fR - mouse tracking in combobox dropdown lists.
.TP
-\fCQStyle::SH_PopupMenu_MouseTracking\fR - mouse tracking in popup menus.
+\fCTQStyle::SH_PopupMenu_MouseTracking\fR - mouse tracking in popup menus.
.TP
-\fCQStyle::SH_MenuBar_MouseTracking\fR - mouse tracking in menubars.
+\fCTQStyle::SH_MenuBar_MouseTracking\fR - mouse tracking in menubars.
.TP
-\fCQStyle::SH_ItemView_ChangeHighlightOnFocus\fR - gray out selected items when losing focus.
+\fCTQStyle::SH_ItemView_ChangeHighlightOnFocus\fR - gray out selected items when losing focus.
.TP
-\fCQStyle::SH_Widget_ShareActivation\fR - turn on sharing activation with floating modeless dialogs.
+\fCTQStyle::SH_Widget_ShareActivation\fR - turn on sharing activation with floating modeless dialogs.
.TP
-\fCQStyle::SH_TabBar_SelectMouseType\fR - which type of mouse event should cause a tab to be selected.
+\fCTQStyle::SH_TabBar_SelectMouseType\fR - which type of mouse event should cause a tab to be selected.
.TP
-\fCQStyle::SH_ListViewExpand_SelectMouseType\fR - which type of mouse event should cause a listview expansion to be selected.
+\fCTQStyle::SH_ListViewExpand_SelectMouseType\fR - which type of mouse event should cause a listview expansion to be selected.
.TP
-\fCQStyle::SH_TabBar_PreferNoArrows\fR - whether a tabbar should suggest a size to prevent scoll arrows.
+\fCTQStyle::SH_TabBar_PreferNoArrows\fR - whether a tabbar should suggest a size to prevent scoll arrows.
.TP
-\fCQStyle::SH_ComboBox_Popup\fR - allows popups as a combobox dropdown menu.
+\fCTQStyle::SH_ComboBox_Popup\fR - allows popups as a combobox dropdown menu.
.TP
-\fCQStyle::SH_Workspace_FillSpaceOnMaximize\fR - the workspace should maximize the client area.
+\fCTQStyle::SH_Workspace_FillSpaceOnMaximize\fR - the workspace should maximize the client area.
.TP
-\fCQStyle::SH_TitleBar_NoBorder\fR - the titlebar has no border
+\fCTQStyle::SH_TitleBar_NoBorder\fR - the titlebar has no border
.TP
-\fCQStyle::SH_ScrollBar_StopMouseOverSlider\fR - stops autorepeat when slider reaches mouse
+\fCTQStyle::SH_ScrollBar_StopMouseOverSlider\fR - stops autorepeat when slider reaches mouse
.TP
-\fCQStyle::SH_BlinkCursorWhenTextSelected\fR - whether cursor should blink when text is selected
+\fCTQStyle::SH_BlinkCursorWhenTextSelected\fR - whether cursor should blink when text is selected
.TP
-\fCQStyle::SH_RichText_FullWidthSelection\fR - whether richtext selections should extend the full width of the document.
+\fCTQStyle::SH_RichText_FullWidthSelection\fR - whether richtext selections should extend the full width of the document.
.TP
-\fCQStyle::SH_GroupBox_TextLabelVerticalAlignment\fR - how to vertically align a groupbox's text label.
+\fCTQStyle::SH_GroupBox_TextLabelVerticalAlignment\fR - how to vertically align a groupbox's text label.
.TP
-\fCQStyle::SH_GroupBox_TextLabelColor\fR - how to paint a groupbox's text label.
+\fCTQStyle::SH_GroupBox_TextLabelColor\fR - how to paint a groupbox's text label.
.TP
-\fCQStyle::SH_DialogButtons_DefaultButton\fR - which buttons gets the default status in a dialog's button widget.
+\fCTQStyle::SH_DialogButtons_DefaultButton\fR - which buttons gets the default status in a dialog's button widget.
.TP
-\fCQStyle::SH_CustomBase\fR - base value for custom ControlElements. All values above this are reserved for custom use. Therefore, custom values must be greater than this value.
+\fCTQStyle::SH_CustomBase\fR - base value for custom ControlElements. All values above this are reserved for custom use. Therefore, custom values must be greater than this value.
.TP
-\fCQStyle::SH_ToolButton_Uses3D\fR - indicates whether QToolButtons should use a 3D frame when the mouse is over them
+\fCTQStyle::SH_ToolButton_Uses3D\fR - indicates whether QToolButtons should use a 3D frame when the mouse is over them
.TP
-\fCQStyle::SH_ToolBox_SelectedPageTitleBold\fR - Boldness of the selected page title in a QToolBox.
+\fCTQStyle::SH_ToolBox_SelectedPageTitleBold\fR - Boldness of the selected page title in a QToolBox.
.TP
-\fCQStyle::SH_LineEdit_PasswordCharacter\fR - The TQChar Unicode character to be used for passwords.
+\fCTQStyle::SH_LineEdit_PasswordCharacter\fR - The TQChar Unicode character to be used for passwords.
.TP
-\fCQStyle::SH_Table_GridLineColor\fR
+\fCTQStyle::SH_Table_GridLineColor\fR
.TP
-\fCQStyle::SH_UnderlineAccelerator\fR - whether accelerators are underlined
+\fCTQStyle::SH_UnderlineAccelerator\fR - whether accelerators are underlined
.PP
See also styleHint().
-.SH "QStyle::StylePixmap"
+.SH "TQStyle::StylePixmap"
This enum represents a StylePixmap. A StylePixmap is a pixmap that can follow some existing GUI style or guideline.
.TP
-\fCQStyle::SP_TitleBarMinButton\fR - minimize button on titlebars. For example, in a QWorkspace.
+\fCTQStyle::SP_TitleBarMinButton\fR - minimize button on titlebars. For example, in a QWorkspace.
.TP
-\fCQStyle::SP_TitleBarMaxButton\fR - maximize button on titlebars.
+\fCTQStyle::SP_TitleBarMaxButton\fR - maximize button on titlebars.
.TP
-\fCQStyle::SP_TitleBarCloseButton\fR - close button on titlebars.
+\fCTQStyle::SP_TitleBarCloseButton\fR - close button on titlebars.
.TP
-\fCQStyle::SP_TitleBarNormalButton\fR - normal (restore) button on titlebars.
+\fCTQStyle::SP_TitleBarNormalButton\fR - normal (restore) button on titlebars.
.TP
-\fCQStyle::SP_TitleBarShadeButton\fR - shade button on titlebars.
+\fCTQStyle::SP_TitleBarShadeButton\fR - shade button on titlebars.
.TP
-\fCQStyle::SP_TitleBarUnshadeButton\fR - unshade button on titlebars.
+\fCTQStyle::SP_TitleBarUnshadeButton\fR - unshade button on titlebars.
.TP
-\fCQStyle::SP_MessageBoxInformation\fR - the 'information' icon.
+\fCTQStyle::SP_MessageBoxInformation\fR - the 'information' icon.
.TP
-\fCQStyle::SP_MessageBoxWarning\fR - the 'warning' icon.
+\fCTQStyle::SP_MessageBoxWarning\fR - the 'warning' icon.
.TP
-\fCQStyle::SP_MessageBoxCritical\fR - the 'critical' icon.
+\fCTQStyle::SP_MessageBoxCritical\fR - the 'critical' icon.
.TP
-\fCQStyle::SP_MessageBoxQuestion\fR - the 'question' icon.
+\fCTQStyle::SP_MessageBoxQuestion\fR - the 'question' icon.
.TP
-\fCQStyle::SP_DockWindowCloseButton\fR - close button on dock windows; see also QDockWindow.
+\fCTQStyle::SP_DockWindowCloseButton\fR - close button on dock windows; see also QDockWindow.
.TP
-\fCQStyle::SP_CustomBase\fR - base value for custom ControlElements. All values above this are reserved for custom use. Therefore, custom values must be greater than this value.
+\fCTQStyle::SP_CustomBase\fR - base value for custom ControlElements. All values above this are reserved for custom use. Therefore, custom values must be greater than this value.
.PP
See also stylePixmap().
-.SH "QStyle::SubControl"
+.SH "TQStyle::SubControl"
This enum represents a SubControl within a ComplexControl.
.TP
-\fCQStyle::SC_None\fR - special value that matches no other SubControl.
+\fCTQStyle::SC_None\fR - special value that matches no other SubControl.
.TP
-\fCQStyle::SC_ScrollBarAddLine\fR - scrollbar add line (i.e. down/right arrow); see also QScrollbar.
+\fCTQStyle::SC_ScrollBarAddLine\fR - scrollbar add line (i.e. down/right arrow); see also QScrollbar.
.TP
-\fCQStyle::SC_ScrollBarSubLine\fR - scrollbar sub line (i.e. up/left arrow).
+\fCTQStyle::SC_ScrollBarSubLine\fR - scrollbar sub line (i.e. up/left arrow).
.TP
-\fCQStyle::SC_ScrollBarAddPage\fR - scrollbar add page (i.e. page down).
+\fCTQStyle::SC_ScrollBarAddPage\fR - scrollbar add page (i.e. page down).
.TP
-\fCQStyle::SC_ScrollBarSubPage\fR - scrollbar sub page (i.e. page up).
+\fCTQStyle::SC_ScrollBarSubPage\fR - scrollbar sub page (i.e. page up).
.TP
-\fCQStyle::SC_ScrollBarFirst\fR - scrollbar first line (i.e. home).
+\fCTQStyle::SC_ScrollBarFirst\fR - scrollbar first line (i.e. home).
.TP
-\fCQStyle::SC_ScrollBarLast\fR - scrollbar last line (i.e. end).
+\fCTQStyle::SC_ScrollBarLast\fR - scrollbar last line (i.e. end).
.TP
-\fCQStyle::SC_ScrollBarSlider\fR - scrollbar slider handle.
+\fCTQStyle::SC_ScrollBarSlider\fR - scrollbar slider handle.
.TP
-\fCQStyle::SC_ScrollBarGroove\fR - special subcontrol which contains the area in which the slider handle may move.
+\fCTQStyle::SC_ScrollBarGroove\fR - special subcontrol which contains the area in which the slider handle may move.
.TP
-\fCQStyle::SC_SpinWidgetUp\fR - spinwidget up/increase; see also QSpinBox.
+\fCTQStyle::SC_SpinWidgetUp\fR - spinwidget up/increase; see also QSpinBox.
.TP
-\fCQStyle::SC_SpinWidgetDown\fR - spinwidget down/decrease.
+\fCTQStyle::SC_SpinWidgetDown\fR - spinwidget down/decrease.
.TP
-\fCQStyle::SC_SpinWidgetFrame\fR - spinwidget frame.
+\fCTQStyle::SC_SpinWidgetFrame\fR - spinwidget frame.
.TP
-\fCQStyle::SC_SpinWidgetEditField\fR - spinwidget edit field.
+\fCTQStyle::SC_SpinWidgetEditField\fR - spinwidget edit field.
.TP
-\fCQStyle::SC_SpinWidgetButtonField\fR - spinwidget button field.
+\fCTQStyle::SC_SpinWidgetButtonField\fR - spinwidget button field.
.TP
-\fCQStyle::SC_ComboBoxEditField\fR - combobox edit field; see also QComboBox.
+\fCTQStyle::SC_ComboBoxEditField\fR - combobox edit field; see also QComboBox.
.TP
-\fCQStyle::SC_ComboBoxArrow\fR - combobox arrow
+\fCTQStyle::SC_ComboBoxArrow\fR - combobox arrow
.TP
-\fCQStyle::SC_ComboBoxFrame\fR - combobox frame
+\fCTQStyle::SC_ComboBoxFrame\fR - combobox frame
.TP
-\fCQStyle::SC_ComboBoxListBoxPopup\fR - combobox list box
+\fCTQStyle::SC_ComboBoxListBoxPopup\fR - combobox list box
.TP
-\fCQStyle::SC_SliderGroove\fR - special subcontrol which contains the area in which the slider handle may move.
+\fCTQStyle::SC_SliderGroove\fR - special subcontrol which contains the area in which the slider handle may move.
.TP
-\fCQStyle::SC_SliderHandle\fR - slider handle.
+\fCTQStyle::SC_SliderHandle\fR - slider handle.
.TP
-\fCQStyle::SC_SliderTickmarks\fR - slider tickmarks.
+\fCTQStyle::SC_SliderTickmarks\fR - slider tickmarks.
.TP
-\fCQStyle::SC_ToolButton\fR - tool button; see also QToolbutton.
+\fCTQStyle::SC_ToolButton\fR - tool button; see also QToolbutton.
.TP
-\fCQStyle::SC_ToolButtonMenu\fR - subcontrol for opening a popup menu in a tool button; see also QPopupMenu.
+\fCTQStyle::SC_ToolButtonMenu\fR - subcontrol for opening a popup menu in a tool button; see also QPopupMenu.
.TP
-\fCQStyle::SC_TitleBarSysMenu\fR - system menu button (i.e. restore, close, etc.).
+\fCTQStyle::SC_TitleBarSysMenu\fR - system menu button (i.e. restore, close, etc.).
.TP
-\fCQStyle::SC_TitleBarMinButton\fR - minimize button.
+\fCTQStyle::SC_TitleBarMinButton\fR - minimize button.
.TP
-\fCQStyle::SC_TitleBarMaxButton\fR - maximize button.
+\fCTQStyle::SC_TitleBarMaxButton\fR - maximize button.
.TP
-\fCQStyle::SC_TitleBarCloseButton\fR - close button.
+\fCTQStyle::SC_TitleBarCloseButton\fR - close button.
.TP
-\fCQStyle::SC_TitleBarLabel\fR - window title label.
+\fCTQStyle::SC_TitleBarLabel\fR - window title label.
.TP
-\fCQStyle::SC_TitleBarNormalButton\fR - normal (restore) button.
+\fCTQStyle::SC_TitleBarNormalButton\fR - normal (restore) button.
.TP
-\fCQStyle::SC_TitleBarShadeButton\fR - shade button.
+\fCTQStyle::SC_TitleBarShadeButton\fR - shade button.
.TP
-\fCQStyle::SC_TitleBarUnshadeButton\fR - unshade button.
+\fCTQStyle::SC_TitleBarUnshadeButton\fR - unshade button.
.TP
-\fCQStyle::SC_ListView\fR - the list view area.
+\fCTQStyle::SC_ListView\fR - the list view area.
.TP
-\fCQStyle::SC_ListViewBranch\fR - (internal)
+\fCTQStyle::SC_ListViewBranch\fR - (internal)
.TP
-\fCQStyle::SC_ListViewExpand\fR - expand item (i.e. show/hide child items).
+\fCTQStyle::SC_ListViewExpand\fR - expand item (i.e. show/hide child items).
.TP
-\fCQStyle::SC_All\fR - special value that matches all SubControls.
+\fCTQStyle::SC_All\fR - special value that matches all SubControls.
.PP
See also ComplexControl.
-.SH "QStyle::SubRect"
+.SH "TQStyle::SubRect"
This enum represents a sub-area of a widget. Style implementations would use these areas to draw the different parts of a widget.
.TP
-\fCQStyle::SR_PushButtonContents\fR - area containing the label (iconset with text or pixmap).
+\fCTQStyle::SR_PushButtonContents\fR - area containing the label (iconset with text or pixmap).
.TP
-\fCQStyle::SR_PushButtonFocusRect\fR - area for the focus rect (usually larger than the contents rect).
+\fCTQStyle::SR_PushButtonFocusRect\fR - area for the focus rect (usually larger than the contents rect).
.TP
-\fCQStyle::SR_CheckBoxIndicator\fR - area for the state indicator (e.g. check mark).
+\fCTQStyle::SR_CheckBoxIndicator\fR - area for the state indicator (e.g. check mark).
.TP
-\fCQStyle::SR_CheckBoxContents\fR - area for the label (text or pixmap).
+\fCTQStyle::SR_CheckBoxContents\fR - area for the label (text or pixmap).
.TP
-\fCQStyle::SR_CheckBoxFocusRect\fR - area for the focus indicator.
+\fCTQStyle::SR_CheckBoxFocusRect\fR - area for the focus indicator.
.TP
-\fCQStyle::SR_RadioButtonIndicator\fR - area for the state indicator.
+\fCTQStyle::SR_RadioButtonIndicator\fR - area for the state indicator.
.TP
-\fCQStyle::SR_RadioButtonContents\fR - area for the label.
+\fCTQStyle::SR_RadioButtonContents\fR - area for the label.
.TP
-\fCQStyle::SR_RadioButtonFocusRect\fR - area for the focus indicator.
+\fCTQStyle::SR_RadioButtonFocusRect\fR - area for the focus indicator.
.TP
-\fCQStyle::SR_ComboBoxFocusRect\fR - area for the focus indicator.
+\fCTQStyle::SR_ComboBoxFocusRect\fR - area for the focus indicator.
.TP
-\fCQStyle::SR_SliderFocusRect\fR - area for the focus indicator.
+\fCTQStyle::SR_SliderFocusRect\fR - area for the focus indicator.
.TP
-\fCQStyle::SR_DockWindowHandleRect\fR - area for the tear-off handle.
+\fCTQStyle::SR_DockWindowHandleRect\fR - area for the tear-off handle.
.TP
-\fCQStyle::SR_ProgressBarGroove\fR - area for the groove.
+\fCTQStyle::SR_ProgressBarGroove\fR - area for the groove.
.TP
-\fCQStyle::SR_ProgressBarContents\fR - area for the progress indicator.
+\fCTQStyle::SR_ProgressBarContents\fR - area for the progress indicator.
.TP
-\fCQStyle::SR_ProgressBarLabel\fR - area for the text label.
+\fCTQStyle::SR_ProgressBarLabel\fR - area for the text label.
.TP
-\fCQStyle::SR_ToolButtonContents\fR - area for the tool button's label.
+\fCTQStyle::SR_ToolButtonContents\fR - area for the tool button's label.
.TP
-\fCQStyle::SR_DialogButtonAccept\fR - area for a dialog's accept button.
+\fCTQStyle::SR_DialogButtonAccept\fR - area for a dialog's accept button.
.TP
-\fCQStyle::SR_DialogButtonReject\fR - area for a dialog's reject button.
+\fCTQStyle::SR_DialogButtonReject\fR - area for a dialog's reject button.
.TP
-\fCQStyle::SR_DialogButtonApply\fR - area for a dialog's apply button.
+\fCTQStyle::SR_DialogButtonApply\fR - area for a dialog's apply button.
.TP
-\fCQStyle::SR_DialogButtonHelp\fR - area for a dialog's help button.
+\fCTQStyle::SR_DialogButtonHelp\fR - area for a dialog's help button.
.TP
-\fCQStyle::SR_DialogButtonAll\fR - area for a dialog's all button.
+\fCTQStyle::SR_DialogButtonAll\fR - area for a dialog's all button.
.TP
-\fCQStyle::SR_DialogButtonRetry\fR - area for a dialog's retry button.
+\fCTQStyle::SR_DialogButtonRetry\fR - area for a dialog's retry button.
.TP
-\fCQStyle::SR_DialogButtonAbort\fR - area for a dialog's abort button.
+\fCTQStyle::SR_DialogButtonAbort\fR - area for a dialog's abort button.
.TP
-\fCQStyle::SR_DialogButtonIgnore\fR - area for a dialog's ignore button.
+\fCTQStyle::SR_DialogButtonIgnore\fR - area for a dialog's ignore button.
.TP
-\fCQStyle::SR_DialogButtonCustom\fR - area for a dialog's custom widget area (in button row).
+\fCTQStyle::SR_DialogButtonCustom\fR - area for a dialog's custom widget area (in button row).
.TP
-\fCQStyle::SR_ToolBoxTabContents\fR - area for a toolbox tab's icon and label
+\fCTQStyle::SR_ToolBoxTabContents\fR - area for a toolbox tab's icon and label
.TP
-\fCQStyle::SR_CustomBase\fR - base value for custom ControlElements. All values above this are reserved for custom use. Therefore, custom values must be greater than this value.
+\fCTQStyle::SR_CustomBase\fR - base value for custom ControlElements. All values above this are reserved for custom use. Therefore, custom values must be greater than this value.
.PP
See also subRect().
.SH MEMBER FUNCTION DOCUMENTATION
-.SH "QStyle::QStyle ()"
-Constructs a QStyle.
-.SH "QStyle::~QStyle ()\fC [virtual]\fR"
+.SH "TQStyle::TQStyle ()"
+Constructs a TQStyle.
+.SH "TQStyle::~TQStyle ()\fC [virtual]\fR"
Destroys the style and frees all allocated resources.
-.SH "int QStyle::defaultFrameWidth () const"
+.SH "int TQStyle::defaultFrameWidth () const"
\fBThis function is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code.
-.SH "void QStyle::drawComplexControl ( ComplexControl control, QPainter * p, const TQWidget * widget, const QRect & r, const QColorGroup & cg, SFlags how = Style_Default, SCFlags sub = SC_All, SCFlags subActive = SC_None, const QStyleOption & opt = QStyleOption::Default ) const\fC [pure virtual]\fR"
+.SH "void TQStyle::drawComplexControl ( ComplexControl control, QPainter * p, const TQWidget * widget, const QRect & r, const QColorGroup & cg, SFlags how = Style_Default, SCFlags sub = SC_All, SCFlags subActive = SC_None, const TQStyleOption & opt = TQStyleOption::Default ) const\fC [pure virtual]\fR"
Draws the ComplexControl \fIcontrol\fR using the painter \fIp\fR in the area \fIr\fR. Colors are used from the color group \fIcg\fR. The \fIsub\fR argument specifies which SubControls to draw. Multiple SubControls can be OR'ed together. The \fIsubActive\fR argument specifies which SubControl is active.
.PP
The rect \fIr\fR should be in logical coordinates. Reimplementations of this function should use visualRect() to change the logical coordinates into screen coordinates when using drawPrimitive() and drawControl().
@@ -793,9 +793,9 @@ The \fIwidget\fR argument is a pointer to a TQWidget or one of its subclasses. T
.TS
l - l. ComplexControl
.br
-& Widget Cast Style Flags Notes Options Notes CC_SpinWidget(const QSpinWidget *) Style_Enabled Set if the spinwidget is enabled. Unused. Style_HasFocus Set if the spinwidget has input focus. CC_ComboBox(const QComboBox *) Style_Enabled Set if the combobox is enabled. Unused. Style_HasFocus Set if the combobox has input focus. CC_ScrollBar(const QScrollBar *) Style_Enabled Set if the scrollbar is enabled. Unused. Style_HasFocus Set if the scrollbar has input focus. CC_Slider(const QSlider *) Style_Enabled Set if the slider is enabled. Unused. Style_HasFocus Set if the slider has input focus. CC_ToolButton(const QToolButton *) Style_Enabled Set if the toolbutton is enabled. QStyleOption ( ArrowType t )
+& Widget Cast Style Flags Notes Options Notes CC_SpinWidget(const QSpinWidget *) Style_Enabled Set if the spinwidget is enabled. Unused. Style_HasFocus Set if the spinwidget has input focus. CC_ComboBox(const QComboBox *) Style_Enabled Set if the combobox is enabled. Unused. Style_HasFocus Set if the combobox has input focus. CC_ScrollBar(const QScrollBar *) Style_Enabled Set if the scrollbar is enabled. Unused. Style_HasFocus Set if the scrollbar has input focus. CC_Slider(const QSlider *) Style_Enabled Set if the slider is enabled. Unused. Style_HasFocus Set if the slider has input focus. CC_ToolButton(const QToolButton *) Style_Enabled Set if the toolbutton is enabled. TQStyleOption ( ArrowType t )
.TP
-opt.arrowType() When the tool button only contains an arrow, \fIt\fR is the arrow's type. Style_HasFocus Set if the toolbutton has input focus. Style_Down Set if the toolbutton is down (ie. mouse button or space pressed). Style_On Set if the toolbutton is a toggle button and is toggled on. Style_AutoRaise Set if the toolbutton has auto-raise enabled. Style_Raised Set if the button is not down, not on and doesn't contain the mouse when auto-raise is enabled. CC_TitleBar(const TQWidget *) Style_Enabled Set if the titlebar is enabled. Unused. CC_ListView(const QListView *) Style_Enabled Set if the titlebar is enabled. QStyleOption ( QListViewItem *item )
+opt.arrowType() When the tool button only contains an arrow, \fIt\fR is the arrow's type. Style_HasFocus Set if the toolbutton has input focus. Style_Down Set if the toolbutton is down (ie. mouse button or space pressed). Style_On Set if the toolbutton is a toggle button and is toggled on. Style_AutoRaise Set if the toolbutton has auto-raise enabled. Style_Raised Set if the button is not down, not on and doesn't contain the mouse when auto-raise is enabled. CC_TitleBar(const TQWidget *) Style_Enabled Set if the titlebar is enabled. Unused. CC_ListView(const QListView *) Style_Enabled Set if the titlebar is enabled. TQStyleOption ( QListViewItem *item )
.TP
opt.listViewItem()
.TE
@@ -803,13 +803,13 @@ opt.listViewItem()
</center>
.PP
See also ComplexControl and SubControl.
-.SH "void QStyle::drawComplexControlMask ( ComplexControl control, QPainter * p, const TQWidget * widget, const QRect & r, const QStyleOption & opt = QStyleOption::Default ) const\fC [pure virtual]\fR"
+.SH "void TQStyle::drawComplexControlMask ( ComplexControl control, QPainter * p, const TQWidget * widget, const QRect & r, const TQStyleOption & opt = TQStyleOption::Default ) const\fC [pure virtual]\fR"
Draw a bitmask for the ComplexControl \fIcontrol\fR using the painter \fIp\fR in the area \fIr\fR. See drawComplexControl() for an explanation of the use of the \fIwidget\fR and \fIopt\fR arguments.
.PP
The rect \fIr\fR should be in logical coordinates. Reimplementations of this function should use visualRect() to change the logical corrdinates into screen coordinates when using drawPrimitive() and drawControl().
.PP
See also drawComplexControl() and ComplexControl.
-.SH "void QStyle::drawControl ( ControlElement element, QPainter * p, const TQWidget * widget, const QRect & r, const QColorGroup & cg, SFlags how = Style_Default, const QStyleOption & opt = QStyleOption::Default ) const\fC [pure virtual]\fR"
+.SH "void TQStyle::drawControl ( ControlElement element, QPainter * p, const TQWidget * widget, const QRect & r, const QColorGroup & cg, SFlags how = Style_Default, const TQStyleOption & opt = TQStyleOption::Default ) const\fC [pure virtual]\fR"
Draws the ControlElement \fIelement\fR using the painter \fIp\fR in the area \fIr\fR. Colors are used from the color group \fIcg\fR.
.PP
The rect \fIr\fR should be in screen coordinates.
@@ -841,7 +841,7 @@ CE_RadioButtonLabel(const QRadioButton *) Style_Enabled Set if the radiobutton i
and
.PP
CE_TabBarLabel(const QTabBar *)
-.PP Style_Enabled Set if the tabbar and tab is enabled. QStyleOption ( QTab *t )
+.PP Style_Enabled Set if the tabbar and tab is enabled. TQStyleOption ( QTab *t )
.TP
opt.tab() \fIt\fR is the QTab being drawn. Style_Selected Set if the tab is the current tab. CE_ProgressBarGroove(const QProgressBar *)
.PP
@@ -853,15 +853,15 @@ and
.PP
CE_ProgressBarLabel(const QProgressBar *)
.PP Style_Enabled Set if the progressbar is enabled. Unused.
-Style_HasFocus Set if the progressbar has input focus. CE_PopupMenuItem(const QPopupMenu *) Style_Enabled Set if the menuitem is enabled. QStyleOption ( QMenuItem *mi, int tabwidth, int maxpmwidth )
+Style_HasFocus Set if the progressbar has input focus. CE_PopupMenuItem(const QPopupMenu *) Style_Enabled Set if the menuitem is enabled. TQStyleOption ( QMenuItem *mi, int tabwidth, int maxpmwidth )
.TP
opt.menuItem()
.TP
opt.tabWidth()
.TP
-opt.maxIconWidth() \fImi\fR is the menu item being drawn. QMenuItem is currently an internal class. Style_Active Set if the menuitem is the current item. \fItabwidth\fR is the width of the tab column where key accelerators are drawn. Style_Down Set if the menuitem is down (i.e., the mouse button or space bar is pressed). \fImaxpmwidth\fR is the maximum width of the check column where checkmarks and iconsets are drawn. CE_MenuBarItem(const QMenuBar *) Style_Enabled Set if the menuitem is enabled QStyleOption ( QMenuItem *mi )
+opt.maxIconWidth() \fImi\fR is the menu item being drawn. QMenuItem is currently an internal class. Style_Active Set if the menuitem is the current item. \fItabwidth\fR is the width of the tab column where key accelerators are drawn. Style_Down Set if the menuitem is down (i.e., the mouse button or space bar is pressed). \fImaxpmwidth\fR is the maximum width of the check column where checkmarks and iconsets are drawn. CE_MenuBarItem(const QMenuBar *) Style_Enabled Set if the menuitem is enabled TQStyleOption ( QMenuItem *mi )
.TP
-opt.menuItem() \fImi\fR is the menu item being drawn. Style_Active Set if the menuitem is the current item. Style_Down Set if the menuitem is down (i.e., a mouse button or the space bar is pressed). Style_HasFocus Set if the menubar has input focus. CE_ToolButtonLabel(const QToolButton *) Style_Enabled Set if the toolbutton is enabled. QStyleOption ( ArrowType t )
+opt.menuItem() \fImi\fR is the menu item being drawn. Style_Active Set if the menuitem is the current item. Style_Down Set if the menuitem is down (i.e., a mouse button or the space bar is pressed). Style_HasFocus Set if the menubar has input focus. CE_ToolButtonLabel(const QToolButton *) Style_Enabled Set if the toolbutton is enabled. TQStyleOption ( ArrowType t )
.TP
opt.arrowType() When the tool button only contains an arrow, \fIt\fR is the arrow's type. Style_HasFocus Set if the toolbutton has input focus. Style_Down Set if the toolbutton is down (i.e., a mouse button or the space is pressed). Style_On Set if the toolbutton is a toggle button and is toggled on. Style_AutoRaise Set if the toolbutton has auto-raise enabled. Style_MouseOver Set if the mouse pointer is over the toolbutton. Style_Raised
.TE
@@ -869,17 +869,17 @@ opt.arrowType() When the tool button only contains an arrow, \fIt\fR is the arro
</center>
.PP
See also ControlElement and StyleFlags.
-.SH "void QStyle::drawControlMask ( ControlElement element, QPainter * p, const TQWidget * widget, const QRect & r, const QStyleOption & opt = QStyleOption::Default ) const\fC [pure virtual]\fR"
+.SH "void TQStyle::drawControlMask ( ControlElement element, QPainter * p, const TQWidget * widget, const QRect & r, const TQStyleOption & opt = TQStyleOption::Default ) const\fC [pure virtual]\fR"
Draw a bitmask for the ControlElement \fIelement\fR using the painter \fIp\fR in the area \fIr\fR. See drawControl() for an explanation of the use of the \fIwidget\fR and \fIopt\fR arguments.
.PP
The rect \fIr\fR should be in screen coordinates.
.PP
See also drawControl() and ControlElement.
-.SH "void QStyle::drawItem ( QPainter * p, const QRect & r, int flags, const QColorGroup & g, bool enabled, const QPixmap * pixmap, const TQString & text, int len = -1, const TQColor * penColor = 0 ) const\fC [virtual]\fR"
+.SH "void TQStyle::drawItem ( QPainter * p, const QRect & r, int flags, const QColorGroup & g, bool enabled, const QPixmap * pixmap, const TQString & text, int len = -1, const TQColor * penColor = 0 ) const\fC [virtual]\fR"
Draws the \fItext\fR or \fIpixmap\fR in rectangle \fIr\fR using painter \fIp\fR and color group \fIg\fR. The pen color is specified with \fIpenColor\fR. The \fIenabled\fR bool indicates whether or not the item is enabled; when reimplementing this bool should influence how the item is drawn. If \fIlen\fR is -1 (the default) all the \fItext\fR is drawn; otherwise only the first \fIlen\fR characters of \fItext\fR are drawn. The text is aligned and wrapped according to the alignment \fIflags\fR (see TQt::AlignmentFlags).
.PP
By default, if both the text and the pixmap are not null, the pixmap is drawn and the text is ignored.
-.SH "void QStyle::drawPrimitive ( PrimitiveElement pe, QPainter * p, const QRect & r, const QColorGroup & cg, SFlags flags = Style_Default, const QStyleOption & opt = QStyleOption::Default ) const\fC [pure virtual]\fR"
+.SH "void TQStyle::drawPrimitive ( PrimitiveElement pe, QPainter * p, const QRect & r, const QColorGroup & cg, SFlags flags = Style_Default, const TQStyleOption & opt = TQStyleOption::Default ) const\fC [pure virtual]\fR"
Draws the style PrimitiveElement \fIpe\fR using the painter \fIp\fR in the area \fIr\fR. Colors are used from the color group \fIcg\fR.
.PP
The rect \fIr\fR should be in screen coordinates.
@@ -892,25 +892,25 @@ The \fIopt\fR argument can be used to control how various PrimitiveElements are
.PP
<center>.nf
.TS
-l - l. PrimitiveElement Options Notes PE_FocusRect QStyleOption ( const TQColor & bg )
+l - l. PrimitiveElement Options Notes PE_FocusRect TQStyleOption ( const TQColor & bg )
.TP
-opt.color() \fIbg\fR is the background color on which the focus rect is being drawn. PE_Panel QStyleOption ( int linewidth, int midlinewidth )
+opt.color() \fIbg\fR is the background color on which the focus rect is being drawn. PE_Panel TQStyleOption ( int linewidth, int midlinewidth )
.TP
opt.lineWidth()
.TP
-opt.midLineWidth() \fIlinewidth\fR is the line width for drawing the panel. \fImidlinewidth\fR is the mid-line width for drawing the panel. PE_PanelPopup QStyleOption ( int linewidth, int midlinewidth )
+opt.midLineWidth() \fIlinewidth\fR is the line width for drawing the panel. \fImidlinewidth\fR is the mid-line width for drawing the panel. PE_PanelPopup TQStyleOption ( int linewidth, int midlinewidth )
.TP
opt.lineWidth()
.TP
-opt.midLineWidth() \fIlinewidth\fR is the line width for drawing the panel. \fImidlinewidth\fR is the mid-line width for drawing the panel. PE_PanelMenuBar QStyleOption ( int linewidth, int midlinewidth )
+opt.midLineWidth() \fIlinewidth\fR is the line width for drawing the panel. \fImidlinewidth\fR is the mid-line width for drawing the panel. PE_PanelMenuBar TQStyleOption ( int linewidth, int midlinewidth )
.TP
opt.lineWidth()
.TP
-opt.midLineWidth() \fIlinewidth\fR is the line width for drawing the panel. \fImidlinewidth\fR is the mid-line width for drawing the panel. PE_PanelDockWindow QStyleOption ( int linewidth, int midlinewidth )
+opt.midLineWidth() \fIlinewidth\fR is the line width for drawing the panel. \fImidlinewidth\fR is the mid-line width for drawing the panel. PE_PanelDockWindow TQStyleOption ( int linewidth, int midlinewidth )
.TP
opt.lineWidth()
.TP
-opt.midLineWidth() \fIlinewidth\fR is the line width for drawing the panel. \fImidlinewidth\fR is the mid-line width for drawing the panel. PE_GroupBoxFrame QStyleOption ( int linewidth, int midlinewidth, int shape, int shadow )
+opt.midLineWidth() \fIlinewidth\fR is the line width for drawing the panel. \fImidlinewidth\fR is the mid-line width for drawing the panel. PE_GroupBoxFrame TQStyleOption ( int linewidth, int midlinewidth, int shape, int shadow )
.TP
opt.lineWidth()
.TP
@@ -928,13 +928,13 @@ For all other PrimitiveElements, \fIopt\fR is unused.
See also StyleFlags.
.PP
Example: themes/wood.cpp.
-.SH "QRect QStyle::itemRect ( QPainter * p, const QRect & r, int flags, bool enabled, const QPixmap * pixmap, const TQString & text, int len = -1 ) const\fC [virtual]\fR"
+.SH "QRect TQStyle::itemRect ( QPainter * p, const QRect & r, int flags, bool enabled, const QPixmap * pixmap, const TQString & text, int len = -1 ) const\fC [virtual]\fR"
Returns the appropriate area (see below) within rectangle \fIr\fR in which to draw the \fItext\fR or \fIpixmap\fR using painter \fIp\fR. If \fIlen\fR is -1 (the default) all the \fItext\fR is drawn; otherwise only the first \fIlen\fR characters of \fItext\fR are drawn. The text is aligned in accordance with the alignment \fIflags\fR (see TQt::AlignmentFlags). The \fIenabled\fR bool indicates whether or not the item is enabled.
.PP
If \fIr\fR is larger than the area needed to render the \fItext\fR the rectangle that is returned will be offset within \fIr\fR in accordance with the alignment \fIflags\fR. For example if \fIflags\fR is AlignCenter the returned rectangle will be centered within \fIr\fR. If \fIr\fR is smaller than the area needed the rectangle that is returned will be \fIlarger\fR than \fIr\fR (the smallest rectangle large enough to render the \fItext\fR or \fIpixmap\fR).
.PP
By default, if both the text and the pixmap are not null, the pixmap is drawn and the text is ignored.
-.SH "int QStyle::pixelMetric ( PixelMetric metric, const TQWidget * widget = 0 ) const\fC [pure virtual]\fR"
+.SH "int TQStyle::pixelMetric ( PixelMetric metric, const TQWidget * widget = 0 ) const\fC [pure virtual]\fR"
Returns the pixel metric for \fImetric\fR. The \fIwidget\fR argument is a pointer to a TQWidget or one of its subclasses. The widget can be cast to the appropriate type based on the value of \fImetric\fR. Note that \fIwidget\fR may be zero even for PixelMetrics that can make use of \fIwidget\fR. See the table below for the appropriate \fIwidget\fR casts:
.PP
<center>.nf
@@ -943,62 +943,62 @@ l - l. PixelMetric Widget Cast PM_SliderControlThickness (const QSlider *) PM_Sl
.TE
.fi
</center>
-.SH "void QStyle::polish ( TQWidget * )\fC [virtual]\fR"
+.SH "void TQStyle::polish ( TQWidget * )\fC [virtual]\fR"
Initializes the appearance of a widget.
.PP
This function is called for every widget at some point after it has been fully created but just \fIbefore\fR it is shown the very first time.
.PP
Reasonable actions in this function might be to call TQWidget::setBackgroundMode() for the widget. An example of highly unreasonable use would be setting the geometry! Reimplementing this function gives you a back-door through which you can change the appearance of a widget. With TQt 3.0's style engine you will rarely need to write your own polish(); instead reimplement drawItem(), drawPrimitive(), etc.
.PP
-The TQWidget::inherits() function may provide enough information to allow class-specific customizations. But be careful not to hard-code things too much because new QStyle subclasses are expected to work reasonably with all current and \fIfuture\fR widgets.
+The TQWidget::inherits() function may provide enough information to allow class-specific customizations. But be careful not to hard-code things too much because new TQStyle subclasses are expected to work reasonably with all current and \fIfuture\fR widgets.
.PP
See also unPolish().
-.SH "void QStyle::polish ( QApplication * )\fC [virtual]\fR"
+.SH "void TQStyle::polish ( QApplication * )\fC [virtual]\fR"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
Late initialization of the QApplication object.
.PP
See also unPolish().
-.SH "void QStyle::polish ( QPalette & )\fC [virtual]\fR"
+.SH "void TQStyle::polish ( QPalette & )\fC [virtual]\fR"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
The style may have certain requirements for color palettes. In this function it has the chance to change the palette according to these requirements.
.PP
See also QPalette and QApplication::setPalette().
-.SH "void QStyle::polishPopupMenu ( QPopupMenu * )\fC [pure virtual]\fR"
+.SH "void TQStyle::polishPopupMenu ( QPopupMenu * )\fC [pure virtual]\fR"
Polishes the popup menu according to the GUI style. This usually means setting the mouse tracking (QPopupMenu::setMouseTracking()) and whether the menu is checkable by default (QPopupMenu::setCheckable()).
-.SH "SubControl QStyle::querySubControl ( ComplexControl control, const TQWidget * widget, const QPoint & pos, const QStyleOption & opt = QStyleOption::Default ) const\fC [pure virtual]\fR"
+.SH "SubControl TQStyle::querySubControl ( ComplexControl control, const TQWidget * widget, const QPoint & pos, const TQStyleOption & opt = TQStyleOption::Default ) const\fC [pure virtual]\fR"
Returns the SubControl for \fIwidget\fR at the point \fIpos\fR. The \fIwidget\fR argument is a pointer to a TQWidget or one of its subclasses. The widget can be cast to the appropriate type based on the value of \fIcontrol\fR. The \fIopt\fR argument can be used to pass extra information required when drawing the ComplexControl. Note that \fIopt\fR may be the default value even for ComplexControls that can make use of the extra options. See drawComplexControl() for an explanation of the \fIwidget\fR and \fIopt\fR arguments.
.PP
Note that \fIpos\fR is passed in screen coordinates. When using querySubControlMetrics() to check for hits and misses, use visualRect() to change the logical coordinates into screen coordinates.
.PP
See also drawComplexControl(), ComplexControl, SubControl, and querySubControlMetrics().
-.SH "QRect QStyle::querySubControlMetrics ( ComplexControl control, const TQWidget * widget, SubControl subcontrol, const QStyleOption & opt = QStyleOption::Default ) const\fC [pure virtual]\fR"
+.SH "QRect TQStyle::querySubControlMetrics ( ComplexControl control, const TQWidget * widget, SubControl subcontrol, const TQStyleOption & opt = TQStyleOption::Default ) const\fC [pure virtual]\fR"
Returns the rect for the SubControl \fIsubcontrol\fR for \fIwidget\fR in logical coordinates.
.PP
The \fIwidget\fR argument is a pointer to a TQWidget or one of its subclasses. The widget can be cast to the appropriate type based on the value of \fIcontrol\fR. The \fIopt\fR argument can be used to pass extra information required when drawing the ComplexControl. Note that \fIopt\fR may be the default value even for ComplexControls that can make use of the extra options. See drawComplexControl() for an explanation of the \fIwidget\fR and \fIopt\fR arguments.
.PP
See also drawComplexControl(), ComplexControl, and SubControl.
-.SH "QSize QStyle::scrollBarExtent () const"
+.SH "QSize TQStyle::scrollBarExtent () const"
\fBThis function is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code.
-.SH "QSize QStyle::sizeFromContents ( ContentsType contents, const TQWidget * widget, const QSize & contentsSize, const QStyleOption & opt = QStyleOption::Default ) const\fC [pure virtual]\fR"
+.SH "QSize TQStyle::sizeFromContents ( ContentsType contents, const TQWidget * widget, const QSize & contentsSize, const TQStyleOption & opt = TQStyleOption::Default ) const\fC [pure virtual]\fR"
Returns the size of \fIwidget\fR based on the contents size \fIcontentsSize\fR.
.PP
The \fIwidget\fR argument is a pointer to a TQWidget or one of its subclasses. The widget can be cast to the appropriate type based on the value of \fIcontents\fR. The \fIopt\fR argument can be used to pass extra information required when calculating the size. Note that \fIopt\fR may be the default value even for ContentsTypes that can make use of the extra options. See the table below for the appropriate \fIwidget\fR and \fIopt\fR usage:
.PP
<center>.nf
.TS
-l - l. ContentsType Widget Cast Options Notes CT_PushButton (const QPushButton *) Unused. CT_CheckBox (const QCheckBox *) Unused. CT_RadioButton (const QRadioButton *) Unused. CT_ToolButton (const QToolButton *) Unused. CT_ComboBox (const QComboBox *) Unused. CT_Splitter (const QSplitter *) Unused. CT_DockWindow (const QDockWindow *) Unused. CT_ProgressBar (const QProgressBar *) Unused. CT_PopupMenuItem (const QPopupMenu *) QStyleOption ( QMenuItem *mi )
+l - l. ContentsType Widget Cast Options Notes CT_PushButton (const QPushButton *) Unused. CT_CheckBox (const QCheckBox *) Unused. CT_RadioButton (const QRadioButton *) Unused. CT_ToolButton (const QToolButton *) Unused. CT_ComboBox (const QComboBox *) Unused. CT_Splitter (const QSplitter *) Unused. CT_DockWindow (const QDockWindow *) Unused. CT_ProgressBar (const QProgressBar *) Unused. CT_PopupMenuItem (const QPopupMenu *) TQStyleOption ( QMenuItem *mi )
.TP
opt.menuItem()
.TE
.fi
</center>
-.SH "int QStyle::styleHint ( StyleHint stylehint, const TQWidget * widget = 0, const QStyleOption & opt = QStyleOption::Default, QStyleHintReturn * returnData = 0 ) const\fC [pure virtual]\fR"
+.SH "int TQStyle::styleHint ( StyleHint stylehint, const TQWidget * widget = 0, const TQStyleOption & opt = TQStyleOption::Default, TQStyleHintReturn * returnData = 0 ) const\fC [pure virtual]\fR"
Returns the style hint \fIstylehint\fR for \fIwidget\fR. Currently, \fIwidget\fR, \fIopt\fR, and \fIreturnData\fR are unused; they're included to allow for future enhancements.
.PP
For an explanation of the return value see StyleHint.
-.SH "QPixmap QStyle::stylePixmap ( StylePixmap stylepixmap, const TQWidget * widget = 0, const QStyleOption & opt = QStyleOption::Default ) const\fC [pure virtual]\fR"
+.SH "QPixmap TQStyle::stylePixmap ( StylePixmap stylepixmap, const TQWidget * widget = 0, const TQStyleOption & opt = TQStyleOption::Default ) const\fC [pure virtual]\fR"
Returns a pixmap for \fIstylepixmap\fR.
.PP
The \fIopt\fR argument can be used to pass extra information required when drawing the ControlElement. Note that \fIopt\fR may be the default value even for StylePixmaps that can make use of the extra options. Currently, the \fIopt\fR argument is unused.
@@ -1013,7 +1013,7 @@ l - l. StylePixmap Widget Cast SP_TitleBarMinButton (const TQWidget *) SP_TitleB
</center>
.PP
See also StylePixmap.
-.SH "QRect QStyle::subRect ( SubRect subrect, const TQWidget * widget ) const\fC [pure virtual]\fR"
+.SH "QRect TQStyle::subRect ( SubRect subrect, const TQWidget * widget ) const\fC [pure virtual]\fR"
Returns the sub-area \fIsubrect\fR for the \fIwidget\fR in logical coordinates.
.PP
The \fIwidget\fR argument is a pointer to a TQWidget or one of its subclasses. The widget can be cast to the appropriate type based on the value of \fIsubrect\fR. See the table below for the appropriate \fIwidget\fR casts:
@@ -1038,25 +1038,25 @@ The tear-off handle (SR_DockWindowHandleRect) for QDockWindow is a private class
.fi
.PP
See also SubRect.
-.SH "void QStyle::tabbarMetrics ( const TQWidget * t, int & hf, int & vf, int & ov ) const"
+.SH "void TQStyle::tabbarMetrics ( const TQWidget * t, int & hf, int & vf, int & ov ) const"
\fBThis function is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code.
-.SH "void QStyle::unPolish ( TQWidget * )\fC [virtual]\fR"
+.SH "void TQStyle::unPolish ( TQWidget * )\fC [virtual]\fR"
Undoes the initialization of a widget's appearance.
.PP
This function is the counterpart to polish. It is called for every polished widget when the style is dynamically changed. The former style has to unpolish its settings before the new style can polish them again.
.PP
See also polish().
-.SH "void QStyle::unPolish ( QApplication * )\fC [virtual]\fR"
+.SH "void TQStyle::unPolish ( QApplication * )\fC [virtual]\fR"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
Undoes the application polish.
.PP
See also polish().
-.SH "QRect QStyle::visualRect ( const QRect & logical, const TQWidget * w )\fC [static]\fR"
+.SH "QRect TQStyle::visualRect ( const QRect & logical, const TQWidget * w )\fC [static]\fR"
Returns the rect \fIlogical\fR in screen coordinates. The bounding rect for widget \fIw\fR is used to perform the translation. This function is provided to aid style implementors in supporting right-to-left mode.
.PP
See also QApplication::reverseLayout().
-.SH "QRect QStyle::visualRect ( const QRect & logical, const QRect & bounding )\fC [static]\fR"
+.SH "QRect TQStyle::visualRect ( const QRect & logical, const QRect & bounding )\fC [static]\fR"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
Returns the rect \fIlogical\fR in screen coordinates. The rect \fIbounding\fR is used to perform the translation. This function is provided to aid style implementors in supporting right-to-left mode.
@@ -1064,7 +1064,7 @@ Returns the rect \fIlogical\fR in screen coordinates. The rect \fIbounding\fR is
See also QApplication::reverseLayout().
.SH "SEE ALSO"
-.BR http://doc.trolltech.com/ntqstyle.html
+.BR http://doc.trolltech.com/tqstyle.html
.BR http://www.trolltech.com/faq/tech.html
.SH COPYRIGHT
Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the
diff --git a/doc/man/man3/tqstylefactory.3qt b/doc/man/man3/tqstylefactory.3qt
index caa2cc05..23b51abc 100644
--- a/doc/man/man3/tqstylefactory.3qt
+++ b/doc/man/man3/tqstylefactory.3qt
@@ -1,5 +1,5 @@
'\" t
-.TH QStyleFactory 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*-
+.TH TQStyleFactory 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,28 +7,28 @@
.ad l
.nh
.SH NAME
-QStyleFactory \- Creates QStyle objects
+TQStyleFactory \- Creates TQStyle objects
.SH SYNOPSIS
-\fC#include <ntqstylefactory.h>\fR
+\fC#include <tqstylefactory.h>\fR
.PP
.SS "Static Public Members"
-<li class=fn>TQStringList \fBkeys\fR () <li class=fn>QStyle * \fBcreate\fR ( const TQString & key )
+<li class=fn>TQStringList \fBkeys\fR () <li class=fn>TQStyle * \fBcreate\fR ( const TQString & key )
.SH DESCRIPTION
-The QStyleFactory class creates QStyle objects.
+The TQStyleFactory class creates TQStyle objects.
.PP
-The style factory creates a QStyle object for a given key with QStyleFactory::create(key).
+The style factory creates a TQStyle object for a given key with TQStyleFactory::create(key).
.PP
-The styles are either built-in or dynamically loaded from a style plugin (see QStylePlugin).
+The styles are either built-in or dynamically loaded from a style plugin (see TQStylePlugin).
.PP
-QStyleFactory::keys() returns a list of valid keys, typically including "Windows", "Motif", "CDE", "MotifPlus", "Platinum"," SGI" and "Compact". Depending on the platform, "WindowsXP"," Aqua" or "Macintosh" may be available.
+TQStyleFactory::keys() returns a list of valid keys, typically including "Windows", "Motif", "CDE", "MotifPlus", "Platinum"," SGI" and "Compact". Depending on the platform, "WindowsXP"," Aqua" or "Macintosh" may be available.
.SH MEMBER FUNCTION DOCUMENTATION
-.SH "QStyle * QStyleFactory::create ( const TQString & key )\fC [static]\fR"
-Creates a QStyle object that matches \fIkey\fR case-insensitively. This is either a built-in style, or a style from a style plugin.
+.SH "TQStyle * TQStyleFactory::create ( const TQString & key )\fC [static]\fR"
+Creates a TQStyle object that matches \fIkey\fR case-insensitively. This is either a built-in style, or a style from a style plugin.
.PP
See also keys().
.PP
Example: themes/wood.cpp.
-.SH "TQStringList QStyleFactory::keys ()\fC [static]\fR"
+.SH "TQStringList TQStyleFactory::keys ()\fC [static]\fR"
Returns the list of keys this factory can create styles for.
.PP
See also create().
@@ -36,7 +36,7 @@ See also create().
Example: themes/themes.cpp.
.SH "SEE ALSO"
-.BR http://doc.trolltech.com/ntqstylefactory.html
+.BR http://doc.trolltech.com/tqstylefactory.html
.BR http://www.trolltech.com/faq/tech.html
.SH COPYRIGHT
Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the
diff --git a/doc/man/man3/tqstyleoption.3qt b/doc/man/man3/tqstyleoption.3qt
index 4ab61430..1fa3764c 100644
--- a/doc/man/man3/tqstyleoption.3qt
+++ b/doc/man/man3/tqstyleoption.3qt
@@ -1,5 +1,5 @@
'\" t
-.TH QStyleOption 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*-
+.TH TQStyleOption 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,9 +7,9 @@
.ad l
.nh
.SH NAME
-QStyleOption \- Optional parameters for QStyle functions
+TQStyleOption \- Optional parameters for TQStyle functions
.SH SYNOPSIS
-\fC#include <ntqstyle.h>\fR
+\fC#include <tqstyle.h>\fR
.PP
.SS "Public Members"
.in +1c
@@ -17,46 +17,46 @@ QStyleOption \- Optional parameters for QStyle functions
.BI "enum \fBStyleOptionDefault\fR { Default }"
.br
.ti -1c
-.BI "\fBQStyleOption\fR ( StyleOptionDefault = Default )"
+.BI "\fBTQStyleOption\fR ( StyleOptionDefault = Default )"
.br
.ti -1c
-.BI "\fBQStyleOption\fR ( int in1 )"
+.BI "\fBTQStyleOption\fR ( int in1 )"
.br
.ti -1c
-.BI "\fBQStyleOption\fR ( int in1, int in2 )"
+.BI "\fBTQStyleOption\fR ( int in1, int in2 )"
.br
.ti -1c
-.BI "\fBQStyleOption\fR ( int in1, int in2, int in3, int in4 )"
+.BI "\fBTQStyleOption\fR ( int in1, int in2, int in3, int in4 )"
.br
.ti -1c
-.BI "\fBQStyleOption\fR ( QMenuItem * m )"
+.BI "\fBTQStyleOption\fR ( QMenuItem * m )"
.br
.ti -1c
-.BI "\fBQStyleOption\fR ( QMenuItem * m, int in1 )"
+.BI "\fBTQStyleOption\fR ( QMenuItem * m, int in1 )"
.br
.ti -1c
-.BI "\fBQStyleOption\fR ( QMenuItem * m, int in1, int in2 )"
+.BI "\fBTQStyleOption\fR ( QMenuItem * m, int in1, int in2 )"
.br
.ti -1c
-.BI "\fBQStyleOption\fR ( const TQColor & c )"
+.BI "\fBTQStyleOption\fR ( const TQColor & c )"
.br
.ti -1c
-.BI "\fBQStyleOption\fR ( QTab * t )"
+.BI "\fBTQStyleOption\fR ( QTab * t )"
.br
.ti -1c
-.BI "\fBQStyleOption\fR ( QListViewItem * i )"
+.BI "\fBTQStyleOption\fR ( QListViewItem * i )"
.br
.ti -1c
-.BI "\fBQStyleOption\fR ( QCheckListItem * i )"
+.BI "\fBTQStyleOption\fR ( QCheckListItem * i )"
.br
.ti -1c
-.BI "\fBQStyleOption\fR ( TQt::ArrowType a )"
+.BI "\fBTQStyleOption\fR ( TQt::ArrowType a )"
.br
.ti -1c
-.BI "\fBQStyleOption\fR ( const QRect & r )"
+.BI "\fBTQStyleOption\fR ( const QRect & r )"
.br
.ti -1c
-.BI "\fBQStyleOption\fR ( TQWidget * w )"
+.BI "\fBTQStyleOption\fR ( TQWidget * w )"
.br
.ti -1c
.BI "bool \fBisDefault\fR () const"
@@ -111,93 +111,93 @@ QStyleOption \- Optional parameters for QStyle functions
.br
.in -1c
.SH DESCRIPTION
-The QStyleOption class specifies optional parameters for QStyle functions.
+The TQStyleOption class specifies optional parameters for TQStyle functions.
.PP
-Some QStyle functions take an optional argument specifying extra information that is required for a paritical primitive or control. So that the QStyle class can be extended, QStyleOption is used to provide a variable-argument for these options.
+Some TQStyle functions take an optional argument specifying extra information that is required for a paritical primitive or control. So that the TQStyle class can be extended, TQStyleOption is used to provide a variable-argument for these options.
.PP
-The QStyleOption class has constructors for each type of optional argument, and this set of constructors may be extended in future TQt releases. There are also corresponding access functions that return the optional arguments: these too may be extended.
+The TQStyleOption class has constructors for each type of optional argument, and this set of constructors may be extended in future TQt releases. There are also corresponding access functions that return the optional arguments: these too may be extended.
.PP
-For each constructor, you should refer to the documentation of the QStyle functions to see the meaning of the arguments.
+For each constructor, you should refer to the documentation of the TQStyle functions to see the meaning of the arguments.
.PP
-When calling QStyle functions from your own widgets, you must only pass the default QStyleOption or the argument that QStyle is documented to accept. For example, if the function expects QStyleOption(QMenuItem *, int), passing QStyleOption(QMenuItem *) leaves the optional integer argument uninitialized.
+When calling TQStyle functions from your own widgets, you must only pass the default TQStyleOption or the argument that TQStyle is documented to accept. For example, if the function expects TQStyleOption(QMenuItem *, int), passing TQStyleOption(QMenuItem *) leaves the optional integer argument uninitialized.
.PP
-When subclassing QStyle, you must similarly only expect the default or documented arguments. The other arguments will have uninitialized values.
+When subclassing TQStyle, you must similarly only expect the default or documented arguments. The other arguments will have uninitialized values.
.PP
-If you make your own QStyle subclasses and your own widgets, you can make a subclass of QStyleOption to pass additional arguments to your QStyle subclass. You will need to cast the "const QStyleOption&" argument to your subclass, so be sure your style has been called from your widget.
+If you make your own TQStyle subclasses and your own widgets, you can make a subclass of TQStyleOption to pass additional arguments to your TQStyle subclass. You will need to cast the "const TQStyleOption&" argument to your subclass, so be sure your style has been called from your widget.
.PP
See also Widget Appearance and Style.
.SS "Member Type Documentation"
-.SH "QStyleOption::StyleOptionDefault"
-This enum value can be passed as the optional argument to any QStyle function.
+.SH "TQStyleOption::StyleOptionDefault"
+This enum value can be passed as the optional argument to any TQStyle function.
.TP
-\fCQStyleOption::Default\fR
+\fCTQStyleOption::Default\fR
.SH MEMBER FUNCTION DOCUMENTATION
-.SH "QStyleOption::QStyleOption ( StyleOptionDefault = Default )"
-The default option. This can always be passed as the optional argument to QStyle functions.
-.SH "QStyleOption::QStyleOption ( int in1 )"
+.SH "TQStyleOption::TQStyleOption ( StyleOptionDefault = Default )"
+The default option. This can always be passed as the optional argument to TQStyle functions.
+.SH "TQStyleOption::TQStyleOption ( int in1 )"
Pass one integer, \fIin1\fR. For example, headerSection.
-.SH "QStyleOption::QStyleOption ( int in1, int in2 )"
+.SH "TQStyleOption::TQStyleOption ( int in1, int in2 )"
Pass two integers, \fIin1\fR and \fIin2\fR. For example, linewidth and midlinewidth.
-.SH "QStyleOption::QStyleOption ( int in1, int in2, int in3, int in4 )"
+.SH "TQStyleOption::TQStyleOption ( int in1, int in2, int in3, int in4 )"
Pass four integers, \fIin1\fR, \fIin2\fR, \fIin3\fR and \fIin4\fR.
-.SH "QStyleOption::QStyleOption ( QMenuItem * m )"
+.SH "TQStyleOption::TQStyleOption ( QMenuItem * m )"
Pass a menu item, \fIm\fR.
-.SH "QStyleOption::QStyleOption ( QMenuItem * m, int in1 )"
+.SH "TQStyleOption::TQStyleOption ( QMenuItem * m, int in1 )"
Pass a menu item and an integer, \fIm\fR and \fIin1\fR.
-.SH "QStyleOption::QStyleOption ( QMenuItem * m, int in1, int in2 )"
+.SH "TQStyleOption::TQStyleOption ( QMenuItem * m, int in1, int in2 )"
Pass a menu item and two integers, \fIm\fR, \fIin1\fR and \fIin2\fR.
-.SH "QStyleOption::QStyleOption ( const TQColor & c )"
+.SH "TQStyleOption::TQStyleOption ( const TQColor & c )"
Pass a color, \fIc\fR.
-.SH "QStyleOption::QStyleOption ( QTab * t )"
+.SH "TQStyleOption::TQStyleOption ( QTab * t )"
Pass a QTab, \fIt\fR.
-.SH "QStyleOption::QStyleOption ( QListViewItem * i )"
+.SH "TQStyleOption::TQStyleOption ( QListViewItem * i )"
Pass a QListViewItem, \fIi\fR.
-.SH "QStyleOption::QStyleOption ( QCheckListItem * i )"
+.SH "TQStyleOption::TQStyleOption ( QCheckListItem * i )"
Pass a QCheckListItem, \fIi\fR.
-.SH "QStyleOption::QStyleOption ( TQt::ArrowType a )"
+.SH "TQStyleOption::TQStyleOption ( TQt::ArrowType a )"
Pass an TQt::ArrowType, \fIa\fR.
-.SH "QStyleOption::QStyleOption ( const QRect & r )"
+.SH "TQStyleOption::TQStyleOption ( const QRect & r )"
Pass a QRect, \fIr\fR.
-.SH "QStyleOption::QStyleOption ( TQWidget * w )"
+.SH "TQStyleOption::TQStyleOption ( TQWidget * w )"
Pass a TQWidget, \fIw\fR.
-.SH "TQt::ArrowType QStyleOption::arrowType () const"
+.SH "TQt::ArrowType TQStyleOption::arrowType () const"
Returns an arrow type if the appropriate constructor was called; otherwise the return value is undefined.
-.SH "QCheckListItem * QStyleOption::checkListItem () const"
+.SH "QCheckListItem * TQStyleOption::checkListItem () const"
Returns a check list item if the appropriate constructor was called; otherwise the return value is undefined.
-.SH "const TQColor & QStyleOption::color () const"
+.SH "const TQColor & TQStyleOption::color () const"
Returns a color if the appropriate constructor was called; otherwise the return value is undefined.
-.SH "int QStyleOption::day () const"
+.SH "int TQStyleOption::day () const"
Returns the index of the day in the month if the appropriate constructor was called; otherwise the return value is undefined.
-.SH "int QStyleOption::frameShadow () const"
+.SH "int TQStyleOption::frameShadow () const"
Returns a QFrame::Shadow value if the appropriate constructor was called; otherwise the return value is undefined.
-.SH "int QStyleOption::frameShape () const"
+.SH "int TQStyleOption::frameShape () const"
Returns a QFrame::Shape value if the appropriate constructor was called; otherwise the return value is undefined.
-.SH "int QStyleOption::headerSection () const"
+.SH "int TQStyleOption::headerSection () const"
Returns the header section if the appropriate constructor was called; otherwise the return value is undefined.
-.SH "bool QStyleOption::isDefault () const"
+.SH "bool TQStyleOption::isDefault () const"
Returns TRUE if the option was constructed with the default constructor; otherwise returns FALSE.
-.SH "int QStyleOption::lineWidth () const"
+.SH "int TQStyleOption::lineWidth () const"
Returns the line width if the appropriate constructor was called; otherwise the return value is undefined.
-.SH "QListViewItem * QStyleOption::listViewItem () const"
+.SH "QListViewItem * TQStyleOption::listViewItem () const"
Returns a QListView item if the appropriate constructor was called; otherwise the return value is undefined.
-.SH "int QStyleOption::maxIconWidth () const"
+.SH "int TQStyleOption::maxIconWidth () const"
Returns the maximum width of the menu item check area if the appropriate constructor was called; otherwise the return value is undefined.
-.SH "QMenuItem * QStyleOption::menuItem () const"
+.SH "QMenuItem * TQStyleOption::menuItem () const"
Returns a menu item if the appropriate constructor was called; otherwise the return value is undefined.
-.SH "int QStyleOption::midLineWidth () const"
+.SH "int TQStyleOption::midLineWidth () const"
Returns the mid-line width if the appropriate constructor was called; otherwise the return value is undefined.
-.SH "QRect QStyleOption::rect () const"
+.SH "QRect TQStyleOption::rect () const"
Returns a rectangle if the appropriate constructor was called; otherwise the return value is undefined.
-.SH "QTab * QStyleOption::tab () const"
+.SH "QTab * TQStyleOption::tab () const"
Returns a QTabBar tab if the appropriate constructor was called; otherwise the return value is undefined.
-.SH "int QStyleOption::tabWidth () const"
+.SH "int TQStyleOption::tabWidth () const"
Returns the tab indent width if the appropriate constructor was called; otherwise the return value is undefined.
-.SH "TQWidget * QStyleOption::widget () const"
+.SH "TQWidget * TQStyleOption::widget () const"
Returns a pointer to a widget if the appropriate constructor was called;
otherwise the return value is undefined.
.SH "SEE ALSO"
-.BR http://doc.trolltech.com/qstyleoption.html
+.BR http://doc.trolltech.com/tqstyleoption.html
.BR http://www.trolltech.com/faq/tech.html
.SH COPYRIGHT
Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the
diff --git a/doc/man/man3/tqstyleplugin.3qt b/doc/man/man3/tqstyleplugin.3qt
index 306bec48..ca3ef648 100644
--- a/doc/man/man3/tqstyleplugin.3qt
+++ b/doc/man/man3/tqstyleplugin.3qt
@@ -1,5 +1,5 @@
'\" t
-.TH QStylePlugin 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*-
+.TH TQStylePlugin 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,45 +7,45 @@
.ad l
.nh
.SH NAME
-QStylePlugin \- Abstract base for custom QStyle plugins
+TQStylePlugin \- Abstract base for custom TQStyle plugins
.SH SYNOPSIS
-\fC#include <ntqstyleplugin.h>\fR
+\fC#include <tqstyleplugin.h>\fR
.PP
.SS "Public Members"
.in +1c
.ti -1c
-.BI "\fBQStylePlugin\fR ()"
+.BI "\fBTQStylePlugin\fR ()"
.br
.ti -1c
-.BI "\fB~QStylePlugin\fR ()"
+.BI "\fB~TQStylePlugin\fR ()"
.br
.ti -1c
.BI "virtual TQStringList \fBkeys\fR () const = 0"
.br
.ti -1c
-.BI "virtual QStyle * \fBcreate\fR ( const TQString & key ) = 0"
+.BI "virtual TQStyle * \fBcreate\fR ( const TQString & key ) = 0"
.br
.in -1c
.SH DESCRIPTION
-The QStylePlugin class provides an abstract base for custom QStyle plugins.
+The TQStylePlugin class provides an abstract base for custom TQStyle plugins.
.PP
-The style plugin is a simple plugin interface that makes it easy to create custom styles that can be loaded dynamically into applications with a QStyleFactory.
+The style plugin is a simple plugin interface that makes it easy to create custom styles that can be loaded dynamically into applications with a TQStyleFactory.
.PP
Writing a style plugin is achieved by subclassing this base class, reimplementing the pure virtual functions keys() and create(), and exporting the class with the \fCQ_EXPORT_PLUGIN\fR macro. See the plugins documentation for an example.
.PP
See also Plugins.
.SH MEMBER FUNCTION DOCUMENTATION
-.SH "QStylePlugin::QStylePlugin ()"
+.SH "TQStylePlugin::TQStylePlugin ()"
Constructs a style plugin. This is invoked automatically by the \fCQ_EXPORT_PLUGIN\fR macro.
-.SH "QStylePlugin::~QStylePlugin ()"
+.SH "TQStylePlugin::~TQStylePlugin ()"
Destroys the style plugin.
.PP
You never have to call this explicitly. TQt destroys a plugin automatically when it is no longer used.
-.SH "QStyle * QStylePlugin::create ( const TQString & key )\fC [pure virtual]\fR"
-Creates and returns a QStyle object for the style key \fIkey\fR. The style key is usually the class name of the required style.
+.SH "TQStyle * TQStylePlugin::create ( const TQString & key )\fC [pure virtual]\fR"
+Creates and returns a TQStyle object for the style key \fIkey\fR. The style key is usually the class name of the required style.
.PP
See also keys().
-.SH "TQStringList QStylePlugin::keys () const\fC [pure virtual]\fR"
+.SH "TQStringList TQStylePlugin::keys () const\fC [pure virtual]\fR"
Returns the list of style keys this plugin supports.
.PP
These keys are usually the class names of the custom styles that are implemented in the plugin.
@@ -53,7 +53,7 @@ These keys are usually the class names of the custom styles that are implemented
See also create().
.SH "SEE ALSO"
-.BR http://doc.trolltech.com/ntqstyleplugin.html
+.BR http://doc.trolltech.com/tqstyleplugin.html
.BR http://www.trolltech.com/faq/tech.html
.SH COPYRIGHT
Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the
diff --git a/doc/man/man3/tqstylesheet.3qt b/doc/man/man3/tqstylesheet.3qt
index 994e8ddd..77c7dc4e 100644
--- a/doc/man/man3/tqstylesheet.3qt
+++ b/doc/man/man3/tqstylesheet.3qt
@@ -1,5 +1,5 @@
'\" t
-.TH QStyleSheet 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*-
+.TH TQStyleSheet 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,25 +7,25 @@
.ad l
.nh
.SH NAME
-QStyleSheet \- Collection of styles for rich text rendering and a generator of tags
+TQStyleSheet \- Collection of styles for rich text rendering and a generator of tags
.SH SYNOPSIS
-\fC#include <ntqstylesheet.h>\fR
+\fC#include <tqstylesheet.h>\fR
.PP
Inherits TQObject.
.PP
.SS "Public Members"
.in +1c
.ti -1c
-.BI "\fBQStyleSheet\fR ( TQObject * parent = 0, const char * name = 0 )"
+.BI "\fBTQStyleSheet\fR ( TQObject * parent = 0, const char * name = 0 )"
.br
.ti -1c
-.BI "virtual \fB~QStyleSheet\fR ()"
+.BI "virtual \fB~TQStyleSheet\fR ()"
.br
.ti -1c
-.BI "QStyleSheetItem * \fBitem\fR ( const TQString & name )"
+.BI "TQStyleSheetItem * \fBitem\fR ( const TQString & name )"
.br
.ti -1c
-.BI "const QStyleSheetItem * \fBitem\fR ( const TQString & name ) const"
+.BI "const TQStyleSheetItem * \fBitem\fR ( const TQString & name ) const"
.br
.ti -1c
.BI "virtual TQTextCustomItem * \fBtag\fR ( const TQString & name, const TQMap<TQString, TQString> & attr, const TQString & context, const QMimeSourceFactory & factory, bool emptyTag, TQTextDocument * doc ) const"
@@ -40,27 +40,27 @@ Inherits TQObject.
.SS "Static Public Members"
.in +1c
.ti -1c
-.BI "QStyleSheet * \fBdefaultSheet\fR ()"
+.BI "TQStyleSheet * \fBdefaultSheet\fR ()"
.br
.ti -1c
-.BI "void \fBsetDefaultSheet\fR ( QStyleSheet * sheet )"
+.BI "void \fBsetDefaultSheet\fR ( TQStyleSheet * sheet )"
.br
.ti -1c
.BI "TQString \fBescape\fR ( const TQString & plain )"
.br
.ti -1c
-.BI "TQString \fBconvertFromPlainText\fR ( const TQString & plain, QStyleSheetItem::WhiteSpaceMode mode = QStyleSheetItem::WhiteSpacePre )"
+.BI "TQString \fBconvertFromPlainText\fR ( const TQString & plain, TQStyleSheetItem::WhiteSpaceMode mode = TQStyleSheetItem::WhiteSpacePre )"
.br
.ti -1c
.BI "bool \fBmightBeRichText\fR ( const TQString & text )"
.br
.in -1c
.SH DESCRIPTION
-The QStyleSheet class is a collection of styles for rich text rendering and a generator of tags.
+The TQStyleSheet class is a collection of styles for rich text rendering and a generator of tags.
.PP
-By creating QStyleSheetItem objects for a style sheet you build a definition of a set of tags. This definition will be used by the internal rich text rendering system to parse and display text documents to which the style sheet applies. Rich text is normally visualized in a TQTextEdit or a TQTextBrowser. However, QLabel, QWhatsThis and QMessageBox also support it, and other classes are likely to follow. With QSimpleRichText it is possible to use the rich text renderer for custom widgets as well.
+By creating TQStyleSheetItem objects for a style sheet you build a definition of a set of tags. This definition will be used by the internal rich text rendering system to parse and display text documents to which the style sheet applies. Rich text is normally visualized in a TQTextEdit or a TQTextBrowser. However, QLabel, QWhatsThis and QMessageBox also support it, and other classes are likely to follow. With QSimpleRichText it is possible to use the rich text renderer for custom widgets as well.
.PP
-The default QStyleSheet object has the following style bindings, sorted by structuring bindings, anchors, character style bindings (i.e. inline styles), special elements such as horizontal lines or images, and other tags. In addition, rich text supports simple HTML tables.
+The default TQStyleSheet object has the following style bindings, sorted by structuring bindings, anchors, character style bindings (i.e. inline styles), special elements such as horizontal lines or images, and other tags. In addition, rich text supports simple HTML tables.
.PP
The structuring tags are <center>.nf
.TS
@@ -136,58 +136,58 @@ A table row. This is only valid within a A table header cell. Similar to A table
.PP
See also Graphics Classes, Help System, and Text Related Classes.
.SH MEMBER FUNCTION DOCUMENTATION
-.SH "QStyleSheet::QStyleSheet ( TQObject * parent = 0, const char * name = 0 )"
+.SH "TQStyleSheet::TQStyleSheet ( TQObject * parent = 0, const char * name = 0 )"
Creates a style sheet called \fIname\fR, with parent \fIparent\fR. Like any TQObject it will be deleted when its parent is destroyed (if the child still exists).
.PP
By default the style sheet has the tag definitions defined above.
-.SH "QStyleSheet::~QStyleSheet ()\fC [virtual]\fR"
+.SH "TQStyleSheet::~TQStyleSheet ()\fC [virtual]\fR"
Destroys the style sheet. All styles inserted into the style sheet will be deleted.
-.SH "TQString QStyleSheet::convertFromPlainText ( const TQString & plain, QStyleSheetItem::WhiteSpaceMode mode = QStyleSheetItem::WhiteSpacePre )\fC [static]\fR"
+.SH "TQString TQStyleSheet::convertFromPlainText ( const TQString & plain, TQStyleSheetItem::WhiteSpaceMode mode = TQStyleSheetItem::WhiteSpacePre )\fC [static]\fR"
Auxiliary function. Converts the plain text string \fIplain\fR to a rich text formatted paragraph while preserving most of its look.
.PP
-\fImode\fR defines the whitespace mode. Possible values are QStyleSheetItem::WhiteSpacePre (no wrapping, all whitespaces preserved) and QStyleSheetItem::WhiteSpaceNormal (wrapping, simplified whitespaces).
+\fImode\fR defines the whitespace mode. Possible values are TQStyleSheetItem::WhiteSpacePre (no wrapping, all whitespaces preserved) and TQStyleSheetItem::WhiteSpaceNormal (wrapping, simplified whitespaces).
.PP
See also escape().
.PP
Examples:
.)l action/application.cpp, application/application.cpp, and mdi/application.cpp.
-.SH "QStyleSheet * QStyleSheet::defaultSheet ()\fC [static]\fR"
+.SH "TQStyleSheet * TQStyleSheet::defaultSheet ()\fC [static]\fR"
Returns the application-wide default style sheet. This style sheet is used by rich text rendering classes such as QSimpleRichText, QWhatsThis and QMessageBox to define the rendering style and available tags within rich text documents. It also serves as the initial style sheet for the more complex render widgets, TQTextEdit and TQTextBrowser.
.PP
See also setDefaultSheet().
-.SH "void QStyleSheet::error ( const TQString & msg ) const\fC [virtual]\fR"
+.SH "void TQStyleSheet::error ( const TQString & msg ) const\fC [virtual]\fR"
This virtual function is called when an error occurs when processing rich text. Reimplement it if you need to catch error messages.
.PP
Errors might occur if some rich text strings contain tags that are not understood by the stylesheet, if some tags are nested incorrectly, or if tags are not closed properly.
.PP
\fImsg\fR is the error message.
-.SH "TQString QStyleSheet::escape ( const TQString & plain )\fC [static]\fR"
+.SH "TQString TQStyleSheet::escape ( const TQString & plain )\fC [static]\fR"
Auxiliary function. Converts the plain text string \fIplain\fR to a rich text formatted string with any HTML meta-characters escaped.
.PP
See also convertFromPlainText().
-.SH "QStyleSheetItem * QStyleSheet::item ( const TQString & name )"
+.SH "TQStyleSheetItem * TQStyleSheet::item ( const TQString & name )"
Returns the style called \fIname\fR or 0 if there is no such style.
-.SH "const QStyleSheetItem * QStyleSheet::item ( const TQString & name ) const"
+.SH "const TQStyleSheetItem * TQStyleSheet::item ( const TQString & name ) const"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
Returns the style called \fIname\fR or 0 if there is no such style (const version)
-.SH "bool QStyleSheet::mightBeRichText ( const TQString & text )\fC [static]\fR"
+.SH "bool TQStyleSheet::mightBeRichText ( const TQString & text )\fC [static]\fR"
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 QStyleSheet::scaleFont ( QFont & font, int logicalSize ) const\fC [virtual]\fR"
+.SH "void TQStyleSheet::scaleFont ( QFont & 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 QStyleSheetItem::logicalFontSize(), QStyleSheetItem::logicalFontSizeStep(), and QFont::setPointSize().
-.SH "void QStyleSheet::setDefaultSheet ( QStyleSheet * 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 QStyleSheet.
+See also TQStyleSheetItem::logicalFontSize(), TQStyleSheetItem::logicalFontSizeStep(), and QFont::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
See also defaultSheet().
-.SH "TQTextCustomItem * QStyleSheet::tag ( const TQString & name, const TQMap<TQString, TQString> & attr, const TQString & context, const QMimeSourceFactory & factory, bool emptyTag, TQTextDocument * doc ) const\fC [virtual]\fR"
+.SH "TQTextCustomItem * TQStyleSheet::tag ( const TQString & name, const TQMap<TQString, TQString> & attr, const TQString & context, const QMimeSourceFactory & factory, bool emptyTag, TQTextDocument * doc ) const\fC [virtual]\fR"
\fBThis function is under development and is subject to change.\fR
.PP
Generates an internal object for the tag called \fIname\fR, given the attributes \fIattr\fR, and using additional information provided by the mime source factory \fIfactory\fR.
@@ -199,7 +199,7 @@ Generates an internal object for the tag called \fIname\fR, given the attributes
This function should not be used in application code.
.SH "SEE ALSO"
-.BR http://doc.trolltech.com/ntqstylesheet.html
+.BR http://doc.trolltech.com/tqstylesheet.html
.BR http://www.trolltech.com/faq/tech.html
.SH COPYRIGHT
Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the
diff --git a/doc/man/man3/tqstylesheetitem.3qt b/doc/man/man3/tqstylesheetitem.3qt
index 8cd82f49..cc06bf22 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
diff --git a/doc/man/man3/tqt.3qt b/doc/man/man3/tqt.3qt
index 7bfd60fb..f6fc2b3f 100644
--- a/doc/man/man3/tqt.3qt
+++ b/doc/man/man3/tqt.3qt
@@ -11,7 +11,7 @@ Qt \- Namespace for miscellaneous identifiers that need to be global-like
.SH SYNOPSIS
\fC#include <ntqnamespace.h>\fR
.PP
-Inherited by TQObject, QPixmap, QBrush, TQCanvasItem, QCursor, QPainter, QEvent, TQIconViewItem, QKeySequence, QListViewItem, QCustomMenuItem, QPen, QStyleSheetItem, QSyntaxHighlighter, QTab, QTableItem, QThread, QToolTip, and QWhatsThis.
+Inherited by TQObject, QPixmap, QBrush, TQCanvasItem, QCursor, QPainter, QEvent, TQIconViewItem, QKeySequence, QListViewItem, QCustomMenuItem, QPen, TQStyleSheetItem, QSyntaxHighlighter, QTab, QTableItem, QThread, QToolTip, and QWhatsThis.
.PP
.SS "Public Members"
.in +1c
@@ -1216,9 +1216,9 @@ This enum is used in widgets that can display both plain text and rich text, e.g
.TP
\fCQt::PlainText\fR - The text string is interpreted as a plain text string.
.TP
-\fCQt::RichText\fR - The text string is interpreted as a rich text string using the current QStyleSheet::defaultSheet().
+\fCQt::RichText\fR - The text string is interpreted as a rich text string using the current TQStyleSheet::defaultSheet().
.TP
-\fCQt::AutoText\fR - The text string is interpreted as for RichText if QStyleSheet::mightBeRichText() returns TRUE, otherwise as PlainText.
+\fCQt::AutoText\fR - The text string is interpreted as for RichText if TQStyleSheet::mightBeRichText() returns TRUE, otherwise as PlainText.
.TP
\fCQt::LogText\fR - A special, limited text format which is only used by TQTextEdit in an optimized mode.
.SH "TQt::TimeSpec"
diff --git a/doc/man/man3/tqtextbrowser.3qt b/doc/man/man3/tqtextbrowser.3qt
index 2caf9554..f4cc4faf 100644
--- a/doc/man/man3/tqtextbrowser.3qt
+++ b/doc/man/man3/tqtextbrowser.3qt
@@ -106,7 +106,7 @@ If you intend using the mime factory to read the data directly from the file sys
.fi
This is to ensure that the factory is able to resolve the document names.
.PP
-TQTextBrowser interprets the tags it processes in accordance with the default style sheet. Change the style sheet with setStyleSheet(); see QStyleSheet for details.
+TQTextBrowser interprets the tags it processes in accordance with the default style sheet. Change the style sheet with setStyleSheet(); see TQStyleSheet for details.
.PP
If you want to provide your users with editable rich text use TQTextEdit. If you want a text browser without hypertext navigation use TQTextEdit, and use TQTextEdit::setReadOnly() to disable editing. If you just need to display a small piece of rich text use QSimpleRichText or QLabel.
.PP
diff --git a/doc/man/man3/tqtextedit.3qt b/doc/man/man3/tqtextedit.3qt
index c6ffa2df..a33447d8 100644
--- a/doc/man/man3/tqtextedit.3qt
+++ b/doc/man/man3/tqtextedit.3qt
@@ -90,7 +90,7 @@ Inherited by QMultiLineEdit, TQTextBrowser, and TQTextView.
.BI "int \fBparagraphLength\fR ( int para ) const"
.br
.ti -1c
-.BI "QStyleSheet * \fBstyleSheet\fR () const"
+.BI "TQStyleSheet * \fBstyleSheet\fR () const"
.br
.ti -1c
.BI "QMimeSourceFactory * \fBmimeSourceFactory\fR () const"
@@ -201,7 +201,7 @@ Inherited by QMultiLineEdit, TQTextBrowser, and TQTextView.
.BI "virtual void \fBsetMimeSourceFactory\fR ( QMimeSourceFactory * factory )"
.br
.ti -1c
-.BI "virtual void \fBsetStyleSheet\fR ( QStyleSheet * styleSheet )"
+.BI "virtual void \fBsetStyleSheet\fR ( TQStyleSheet * styleSheet )"
.br
.ti -1c
.BI "virtual void \fBscrollToAnchor\fR ( const TQString & name )"
@@ -551,11 +551,11 @@ The text edit documentation uses the following concepts:
.TP
\fIcurrent paragraph\fR -- the paragraph which contains the cursor.
.PP
-TQTextEdit can display images (using QMimeSourceFactory), lists and tables. If the text is too large to view within the text edit's viewport, scrollbars will appear. The text edit can load both plain text and HTML files (a subset of HTML 3.2 and 4). The rendering style and the set of valid tags are defined by a styleSheet(). Custom tags can be created and placed in a custom style sheet. Change the style sheet with setStyleSheet(); see QStyleSheet for details. The images identified by image tags are displayed if they can be interpreted using the text edit's QMimeSourceFactory; see setMimeSourceFactory().
+TQTextEdit can display images (using QMimeSourceFactory), lists and tables. If the text is too large to view within the text edit's viewport, scrollbars will appear. The text edit can load both plain text and HTML files (a subset of HTML 3.2 and 4). The rendering style and the set of valid tags are defined by a styleSheet(). Custom tags can be created and placed in a custom style sheet. Change the style sheet with setStyleSheet(); see TQStyleSheet for details. The images identified by image tags are displayed if they can be interpreted using the text edit's QMimeSourceFactory; see setMimeSourceFactory().
.PP
If you want a text browser with more navigation use TQTextBrowser. If you just need to display a small piece of rich text use QLabel or QSimpleRichText.
.PP
-If you create a new TQTextEdit, and want to allow the user to edit rich text, call setTextFormat(TQt::RichText) to ensure that the text is treated as rich text. (Rich text uses HTML tags to set text formatting attributes. See QStyleSheet for information on the HTML tags that are supported.). If you don't call setTextFormat() explicitly the text edit will guess from the text itself whether it is rich text or plain text. This means that if the text looks like HTML or XML it will probably be interpreted as rich text, so you should call setTextFormat(TQt::PlainText) to preserve such text.
+If you create a new TQTextEdit, and want to allow the user to edit rich text, call setTextFormat(TQt::RichText) to ensure that the text is treated as rich text. (Rich text uses HTML tags to set text formatting attributes. See TQStyleSheet for information on the HTML tags that are supported.). If you don't call setTextFormat() explicitly the text edit will guess from the text itself whether it is rich text or plain text. This means that if the text looks like HTML or XML it will probably be interpreted as rich text, so you should call setTextFormat(TQt::PlainText) to preserve such text.
.PP
Note that we do not intend to add a full-featured web browser widget to TQt (because that would easily double Qt's size and only a few applications would benefit from it). The rich text support in TQt is designed to provide a fast, portable and efficient way to add reasonable online help facilities to applications, and to provide a basis for rich text editors.
.SH "Using TQTextEdit as a Display Widget"
@@ -641,7 +641,7 @@ Stylesheets can also be used in LogText mode. To create and use a custom tag, yo
.br
log->setTextFormat( TQt::LogText );
.br
- QStyleSheetItem * item = new QStyleSheetItem( log->styleSheet(), "mytag" );
+ TQStyleSheetItem * item = new TQStyleSheetItem( log->styleSheet(), "mytag" );
.br
item->setColor( "red" );
.br
@@ -652,7 +652,7 @@ Stylesheets can also be used in LogText mode. To create and use a custom tag, yo
log->append( "This is a <mytag>custom tag</mytag>!" );
.br
.fi
-Note that only the color, bold, underline and italic attributes of a QStyleSheetItem is used in LogText mode.
+Note that only the color, bold, underline and italic attributes of a TQStyleSheetItem is used in LogText mode.
.PP
Note that you can use setMaxLogLines() to limit the number of lines the widget can hold in LogText mode.
.PP
@@ -1160,7 +1160,7 @@ See also getSelection() and selectedText.
Sets the background color of selection number \fIselNum\fR to \fIback\fR and specifies whether the text of this selection should be inverted with \fIinvertText\fR.
.PP
This only works for \fIselNum\fR > 0. The default selection (\fIselNum\fR == 0) gets its attributes from the text edit's colorGroup().
-.SH "void TQTextEdit::setStyleSheet ( QStyleSheet * styleSheet )\fC [virtual slot]\fR"
+.SH "void TQTextEdit::setStyleSheet ( TQStyleSheet * styleSheet )\fC [virtual slot]\fR"
Sets the stylesheet to use with this text edit to \fIstyleSheet\fR. Changes will only take effect for new text added with setText() or append().
.PP
See also styleSheet().
@@ -1177,7 +1177,7 @@ Changes the text of the text edit to the string \fItext\fR and the context to \f
.PP
\fItext\fR may be interpreted either as plain text or as rich text, depending on the textFormat(). The default setting is AutoText, i.e. the text edit auto-detects the format from \fItext\fR.
.PP
-For rich text the rendering style and available tags are defined by a styleSheet(); see QStyleSheet for details.
+For rich text the rendering style and available tags are defined by a styleSheet(); see TQStyleSheet for details.
.PP
The optional \fIcontext\fR is a path which the text edit's QMimeSourceFactory uses to resolve the locations of files and images. (See TQTextEdit::TQTextEdit().) It is passed to the text edit's QMimeSourceFactory when quering data.
.PP
@@ -1204,8 +1204,8 @@ Sets the word wrap mode to \fImode\fR. See the "wordWrap" property for details.
Sets the position (in pixels or columns depending on the wrap mode) where text will be wrapped. See the "wrapColumnOrWidth" property for details.
.SH "void TQTextEdit::setWrapPolicy ( WrapPolicy policy )\fC [virtual slot]\fR"
Sets the word wrap policy, at whitespace or anywhere to \fIpolicy\fR. See the "wrapPolicy" property for details.
-.SH "QStyleSheet * TQTextEdit::styleSheet () const"
-Returns the QStyleSheet which is being used by this text edit.
+.SH "TQStyleSheet * TQTextEdit::styleSheet () const"
+Returns the TQStyleSheet which is being used by this text edit.
.PP
See also setStyleSheet().
.PP
@@ -1378,11 +1378,11 @@ The text format is one of the following:
.TP
PlainText - all characters, except newlines, are displayed verbatim, including spaces. Whenever a newline appears in the text the text edit inserts a hard line break and begins a new paragraph.
.TP
-RichText - rich text rendering. The available styles are defined in the default stylesheet QStyleSheet::defaultSheet().
+RichText - rich text rendering. The available styles are defined in the default stylesheet TQStyleSheet::defaultSheet().
.TP
LogText - optimized mode for very large texts. Supports a very limited set of formatting tags (color, bold, underline and italic settings).
.TP
-AutoText - this is the default. The text edit autodetects which rendering style is best, PlainText or RichText. This is done by using the QStyleSheet::mightBeRichText() function.
+AutoText - this is the default. The text edit autodetects which rendering style is best, PlainText or RichText. This is done by using the TQStyleSheet::mightBeRichText() function.
.PP
Set this property's value with setTextFormat() and get this property's value with textFormat().
.SH "int undoDepth"
diff --git a/doc/man/man3/tqwhatsthis.3qt b/doc/man/man3/tqwhatsthis.3qt
index a902b44e..fb6d7436 100644
--- a/doc/man/man3/tqwhatsthis.3qt
+++ b/doc/man/man3/tqwhatsthis.3qt
@@ -70,7 +70,7 @@ QWhatsThis provides a single window with an explanatory text that pops up when t
.PP
To add "What's this?" text to a widget you simply call QWhatsThis::add() for the widget. For example, to assign text to a menu item, call QMenuData::setWhatsThis(); for a global accelerator key, call QAccel::setWhatsThis() and If you're using actions, use QAction::setWhatsThis().
.PP
-The text can be either rich text or plain text. If you specify a rich text formatted string, it will be rendered using the default stylesheet. This makes it possible to embed images. See QStyleSheet::defaultSheet() for details.
+The text can be either rich text or plain text. If you specify a rich text formatted string, it will be rendered using the default stylesheet. This makes it possible to embed images. See TQStyleSheet::defaultSheet() for details.
.PP
.nf
.br
@@ -114,7 +114,7 @@ When the widget is queried by the user the text() function of this QWhatsThis wi
.SH "QWhatsThis::~QWhatsThis ()\fC [virtual]\fR"
Destroys the object and frees any allocated resources.
.SH "void QWhatsThis::add ( TQWidget * widget, const TQString & text )\fC [static]\fR"
-Adds \fItext\fR as "What's this" help for \fIwidget\fR. If the text is rich text formatted (i.e. it contains markup) it will be rendered with the default stylesheet QStyleSheet::defaultSheet().
+Adds \fItext\fR as "What's this" help for \fIwidget\fR. If the text is rich text formatted (i.e. it contains markup) it will be rendered with the default stylesheet TQStyleSheet::defaultSheet().
.PP
The text is destroyed if the widget is later destroyed, so it need not be explicitly removed.
.PP
diff --git a/doc/man/man3/tqwidget.3qt b/doc/man/man3/tqwidget.3qt
index 00242f28..f9cc34d4 100644
--- a/doc/man/man3/tqwidget.3qt
+++ b/doc/man/man3/tqwidget.3qt
@@ -27,13 +27,13 @@ Inherited by QAxWidget, QButton, QFrame, QDialog, QComboBox, TQDataBrowser, TQDa
.BI "WId \fBwinId\fR () const"
.br
.ti -1c
-.BI "QStyle & \fBstyle\fR () const"
+.BI "TQStyle & \fBstyle\fR () const"
.br
.ti -1c
-.BI "void \fBsetStyle\fR ( QStyle * style )"
+.BI "void \fBsetStyle\fR ( TQStyle * style )"
.br
.ti -1c
-.BI "QStyle * \fBsetStyle\fR ( const TQString & style )"
+.BI "TQStyle * \fBsetStyle\fR ( const TQString & style )"
.br
.ti -1c
.BI "bool \fBisTopLevel\fR () const"
@@ -948,7 +948,7 @@ Inherited by QAxWidget, QButton, QFrame, QDialog, QComboBox, TQDataBrowser, TQDa
.BI "virtual void \fBupdateMask\fR ()"
.br
.ti -1c
-.BI "virtual void \fBstyleChange\fR ( QStyle & oldStyle )"
+.BI "virtual void \fBstyleChange\fR ( TQStyle & oldStyle )"
.br
.ti -1c
.BI "virtual void \fBenabledChange\fR ( bool oldEnabled )"
@@ -2205,7 +2205,7 @@ This is an overloaded member function, provided for convenience. It behaves esse
Sets the size policy of the widget to \fIhor\fR, \fIver\fR and \fIhfw\fR (height for width).
.PP
See also QSizePolicy::QSizePolicy().
-.SH "void TQWidget::setStyle ( QStyle * style )"
+.SH "void TQWidget::setStyle ( TQStyle * style )"
Sets the widget's GUI style to \fIstyle\fR. Ownership of the style object is not transferred.
.PP
If no style is set, the widget uses the application's style, QApplication::style() instead.
@@ -2214,14 +2214,14 @@ Setting a widget's style has no effect on existing or future child widgets.
.PP
\fBWarning:\fR This function is particularly useful for demonstration purposes, where you want to show Qt's styling capabilities. Real applications should avoid it and use one consistent GUI style instead.
.PP
-See also style(), QStyle, QApplication::style(), and QApplication::setStyle().
+See also style(), TQStyle, QApplication::style(), and QApplication::setStyle().
.PP
Examples:
.)l grapher/grapher.cpp and progressbar/progressbar.cpp.
-.SH "QStyle * TQWidget::setStyle ( const TQString & style )"
+.SH "TQStyle * TQWidget::setStyle ( const TQString & style )"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
-Sets the widget's GUI style to \fIstyle\fR using the QStyleFactory.
+Sets the widget's GUI style to \fIstyle\fR using the TQStyleFactory.
.SH "void TQWidget::setTabOrder ( TQWidget * first, TQWidget * second )\fC [static]\fR"
Moves the \fIsecond\fR widget around the ring of focus widgets so that keyboard focus moves from the \fIfirst\fR widget to the \fIsecond\fR widget when the Tab key is pressed.
.PP
@@ -2362,11 +2362,11 @@ Places the widget under \fIw\fR in the parent widget's stack.
To make this work, the widget itself and \fIw\fR must be siblings.
.PP
See also raise() and lower().
-.SH "QStyle & TQWidget::style () const"
+.SH "TQStyle & TQWidget::style () const"
Returns the GUI style for this widget
.PP
See also TQWidget::setStyle(), QApplication::setStyle(), and QApplication::style().
-.SH "void TQWidget::styleChange ( QStyle & oldStyle )\fC [virtual protected]\fR"
+.SH "void TQWidget::styleChange ( TQStyle & oldStyle )\fC [virtual protected]\fR"
This virtual function is called when the style of the widgets changes. \fIoldStyle\fR is the previous GUI style; you can get the new style from style().
.PP
Reimplement this function if your widget needs to know when its GUI style changes. You will almost certainly need to update the widget using update().