summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqmacstyle.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqmacstyle.3qt')
-rw-r--r--doc/man/man3/tqmacstyle.3qt18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/man/man3/tqmacstyle.3qt b/doc/man/man3/tqmacstyle.3qt
index 7d8b0d00..700edcf1 100644
--- a/doc/man/man3/tqmacstyle.3qt
+++ b/doc/man/man3/tqmacstyle.3qt
@@ -31,16 +31,16 @@ Inherits QWindowsStyle.
.SS "Static Public Members"
.in +1c
.ti -1c
-.BI "void \fBsetFocusRectPolicy\fR ( QWidget * w, FocusRectPolicy policy )"
+.BI "void \fBsetFocusRectPolicy\fR ( TQWidget * w, FocusRectPolicy policy )"
.br
.ti -1c
-.BI "FocusRectPolicy \fBfocusRectPolicy\fR ( QWidget * w )"
+.BI "FocusRectPolicy \fBfocusRectPolicy\fR ( TQWidget * w )"
.br
.ti -1c
-.BI "void \fBsetWidgetSizePolicy\fR ( QWidget * w, WidgetSizePolicy policy )"
+.BI "void \fBsetWidgetSizePolicy\fR ( TQWidget * w, WidgetSizePolicy policy )"
.br
.ti -1c
-.BI "WidgetSizePolicy \fBwidgetSizePolicy\fR ( QWidget * w )"
+.BI "WidgetSizePolicy \fBwidgetSizePolicy\fR ( TQWidget * w )"
.br
.in -1c
.SH DESCRIPTION
@@ -54,7 +54,7 @@ There are additional issues that should be taken into consideration to make an a
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).
.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 QWidget::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 QStyle::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.
@@ -88,21 +88,21 @@ This type is used to signify a widget's focus rectangle policy.
Constructs a QMacStyle object.
.SH "QMacStyle::~QMacStyle ()\fC [virtual]\fR"
Destructs a QMacStyle object.
-.SH "FocusRectPolicy QMacStyle::focusRectPolicy ( QWidget * w )\fC [static]\fR"
+.SH "FocusRectPolicy QMacStyle::focusRectPolicy ( TQWidget * w )\fC [static]\fR"
Returns the focus rectangle policy for the widget \fIw\fR.
.PP
The focus rectangle policy can be one of QMacStyle::FocusRectPolicy.
.PP
See also setFocusRectPolicy().
-.SH "void QMacStyle::setFocusRectPolicy ( QWidget * w, FocusRectPolicy policy )\fC [static]\fR"
+.SH "void QMacStyle::setFocusRectPolicy ( TQWidget * w, FocusRectPolicy policy )\fC [static]\fR"
Sets the focus rectangle policy of \fIw\fR. The \fIpolicy\fR can be one of QMacStyle::FocusRectPolicy.
.PP
See also focusRectPolicy().
-.SH "void QMacStyle::setWidgetSizePolicy ( QWidget * w, WidgetSizePolicy policy )\fC [static]\fR"
+.SH "void QMacStyle::setWidgetSizePolicy ( TQWidget * w, WidgetSizePolicy policy )\fC [static]\fR"
Sets the widget size policy of \fIw\fR. The \fIpolicy\fR can be one of QMacStyle::WidgetSizePolicy.
.PP
See also widgetSizePolicy().
-.SH "WidgetSizePolicy QMacStyle::widgetSizePolicy ( QWidget * w )\fC [static]\fR"
+.SH "WidgetSizePolicy QMacStyle::widgetSizePolicy ( TQWidget * w )\fC [static]\fR"
Returns the widget size policy for the widget \fIw\fR.
.PP
The widget size policy can be one of QMacStyle::WidgetSizePolicy.