summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqwidgetitem.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqwidgetitem.3qt')
-rw-r--r--doc/man/man3/tqwidgetitem.3qt20
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/man/man3/tqwidgetitem.3qt b/doc/man/man3/tqwidgetitem.3qt
index ac0848c8..040c9a42 100644
--- a/doc/man/man3/tqwidgetitem.3qt
+++ b/doc/man/man3/tqwidgetitem.3qt
@@ -9,9 +9,9 @@
.SH NAME
TQWidgetItem \- Layout item that represents a widget
.SH SYNOPSIS
-\fC#include <ntqlayout.h>\fR
+\fC#include <tqlayout.h>\fR
.PP
-Inherits QLayoutItem.
+Inherits TQLayoutItem.
.PP
.SS "Public Members"
.in +1c
@@ -45,38 +45,38 @@ The TQWidgetItem class is a layout item that represents a widget.
.PP
This is used by custom layouts.
.PP
-See also QLayout, QLayout::widget(), Widget Appearance and Style, and Layout Management.
+See also TQLayout, TQLayout::widget(), Widget Appearance and Style, and Layout Management.
.SH MEMBER FUNCTION DOCUMENTATION
.SH "TQWidgetItem::TQWidgetItem ( TQWidget * w )"
Creates an item containing widget \fIw\fR.
.SH "TQSizePolicy::ExpandData TQWidgetItem::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.
.PP
-Reimplemented from QLayoutItem.
+Reimplemented from TQLayoutItem.
.SH "bool TQWidgetItem::isEmpty () const\fC [virtual]\fR"
Returns TRUE if the widget has been hidden; otherwise returns FALSE.
.PP
-Reimplemented from QLayoutItem.
+Reimplemented from TQLayoutItem.
.SH "TQSize TQWidgetItem::maximumSize () const\fC [virtual]\fR"
Returns the maximum size of this item.
.PP
-Reimplemented from QLayoutItem.
+Reimplemented from TQLayoutItem.
.SH "TQSize TQWidgetItem::minimumSize () const\fC [virtual]\fR"
Returns the minimum size of this item.
.PP
-Reimplemented from QLayoutItem.
+Reimplemented from TQLayoutItem.
.SH "void TQWidgetItem::setGeometry ( const TQRect & r )\fC [virtual]\fR"
Sets the geometry of this item's widget to be contained within rect \fIr\fR, taking alignment and maximum size into account.
.PP
-Reimplemented from QLayoutItem.
+Reimplemented from TQLayoutItem.
.SH "TQSize TQWidgetItem::sizeHint () const\fC [virtual]\fR"
Returns the preferred size of this item.
.PP
-Reimplemented from QLayoutItem.
+Reimplemented from TQLayoutItem.
.SH "TQWidget * TQWidgetItem::widget ()\fC [virtual]\fR"
Returns the widget managed by this item.
.PP
-Reimplemented from QLayoutItem.
+Reimplemented from TQLayoutItem.
.SH "SEE ALSO"
.BR http://doc.trolltech.com/tqwidgetitem.html