summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqwidgetitem.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-09-23 12:42:20 +0900
committerMichele Calgaro <[email protected]>2023-09-23 12:42:20 +0900
commitb35e0845dc9b3c8b9a5e52a682c769f383933fae (patch)
treee4eeca8f6fe0ca87e774be98eabf89b4c7fca347 /doc/man/man3/tqwidgetitem.3qt
parent1ba13366a7a377d50b9e8df9044ce11d8209f98c (diff)
downloadtqt3-b35e0845dc9b3c8b9a5e52a682c769f383933fae.tar.gz
tqt3-b35e0845dc9b3c8b9a5e52a682c769f383933fae.zip
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/man/man3/tqwidgetitem.3qt')
-rw-r--r--doc/man/man3/tqwidgetitem.3qt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqwidgetitem.3qt b/doc/man/man3/tqwidgetitem.3qt
index def37fc88..70d6f9cf5 100644
--- a/doc/man/man3/tqwidgetitem.3qt
+++ b/doc/man/man3/tqwidgetitem.3qt
@@ -16,7 +16,7 @@ Inherits QLayoutItem.
.SS "Public Members"
.in +1c
.ti -1c
-.BI "\fBQWidgetItem\fR ( QWidget * w )"
+.BI "\fBQWidgetItem\fR ( TQWidget * w )"
.br
.ti -1c
.BI "virtual QSize \fBsizeHint\fR () const"
@@ -37,7 +37,7 @@ Inherits QLayoutItem.
.BI "virtual void \fBsetGeometry\fR ( const QRect & r )"
.br
.ti -1c
-.BI "virtual QWidget * \fBwidget\fR ()"
+.BI "virtual TQWidget * \fBwidget\fR ()"
.br
.in -1c
.SH DESCRIPTION
@@ -47,7 +47,7 @@ This is used by custom layouts.
.PP
See also QLayout, QLayout::widget(), Widget Appearance and Style, and Layout Management.
.SH MEMBER FUNCTION DOCUMENTATION
-.SH "QWidgetItem::QWidgetItem ( QWidget * w )"
+.SH "QWidgetItem::QWidgetItem ( TQWidget * w )"
Creates an item containing widget \fIw\fR.
.SH "QSizePolicy::ExpandData QWidgetItem::expanding () const\fC [virtual]\fR"
Returns whether this item's widget can make use of more space than sizeHint(). A value of \fCVertical\fR or \fCHorizontal\fR means that it wants to grow in only one dimension, whereas \fCBothDirections\fR means that it wants to grow in both dimensions and \fCNoDirection\fR means that it doesn't want to grow at all.
@@ -73,7 +73,7 @@ Reimplemented from QLayoutItem.
Returns the preferred size of this item.
.PP
Reimplemented from QLayoutItem.
-.SH "QWidget * QWidgetItem::widget ()\fC [virtual]\fR"
+.SH "TQWidget * QWidgetItem::widget ()\fC [virtual]\fR"
Returns the widget managed by this item.
.PP
Reimplemented from QLayoutItem.