summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqlayoutitem.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-02 23:07:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-02 23:22:42 +0900
commit8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 (patch)
treeb95884617b9a37accc843676d5d42be4116a3f54 /doc/man/man3/tqlayoutitem.3qt
parent68b81013e8668f50fc18b7e26a520ec93a7a1251 (diff)
downloadtqt3-8ac0e970e4464d9f8f73c0fb34a178ff135be8c3.tar.gz
tqt3-8ac0e970e4464d9f8f73c0fb34a178ff135be8c3.zip
Rename ntqwidget* related files to equivalent tqwidget*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqlayoutitem.3qt')
-rw-r--r--doc/man/man3/tqlayoutitem.3qt16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/man/man3/tqlayoutitem.3qt b/doc/man/man3/tqlayoutitem.3qt
index 419316c8..babd5553 100644
--- a/doc/man/man3/tqlayoutitem.3qt
+++ b/doc/man/man3/tqlayoutitem.3qt
@@ -11,7 +11,7 @@ QLayoutItem \- Abstract item that a QLayout manipulates
.SH SYNOPSIS
\fC#include <ntqlayout.h>\fR
.PP
-Inherited by QLayout, QSpacerItem, and QWidgetItem.
+Inherited by QLayout, QSpacerItem, and TQWidgetItem.
.PP
.SS "Public Members"
.in +1c
@@ -92,7 +92,7 @@ Returns the alignment of this item.
.SH "QSizePolicy::ExpandData QLayoutItem::expanding () const\fC [pure virtual]\fR"
Implemented in subclasses to return the direction(s) this item" wants" to expand in (if any).
.PP
-Reimplemented in QLayout, QSpacerItem, and QWidgetItem.
+Reimplemented in QLayout, QSpacerItem, and TQWidgetItem.
.SH "QRect QLayoutItem::geometry () const\fC [pure virtual]\fR"
Returns the rectangle covered by this layout item.
.PP
@@ -155,7 +155,7 @@ Reimplemented in QLayout.
.SH "bool QLayoutItem::isEmpty () const\fC [pure virtual]\fR"
Implemented in subclasses to return whether this item is empty, i.e. whether it contains any widgets.
.PP
-Reimplemented in QLayout, QSpacerItem, and QWidgetItem.
+Reimplemented in QLayout, QSpacerItem, and TQWidgetItem.
.SH "QLayoutIterator QLayoutItem::iterator ()\fC [virtual]\fR"
Returns an iterator over this item's QLayoutItem children. The default implementation returns an empty iterator.
.PP
@@ -167,14 +167,14 @@ If this item is a QLayout, it is returned as a QLayout; otherwise 0 is returned.
.SH "QSize QLayoutItem::maximumSize () const\fC [pure virtual]\fR"
Implemented in subclasses to return the maximum size of this item.
.PP
-Reimplemented in QLayout, QSpacerItem, and QWidgetItem.
+Reimplemented in QLayout, QSpacerItem, and TQWidgetItem.
.SH "QSize QLayoutItem::minimumSize () const\fC [pure virtual]\fR"
Implemented in subclasses to return the minimum size of this item.
.PP
Examples:
.)l customlayout/border.cpp, customlayout/card.cpp, and customlayout/flow.cpp.
.PP
-Reimplemented in QLayout, QSpacerItem, and QWidgetItem.
+Reimplemented in QLayout, QSpacerItem, and TQWidgetItem.
.SH "void QLayoutItem::setAlignment ( int a )\fC [virtual]\fR"
Sets the alignment of this item to \fIa\fR, which is a bitwise OR of the TQt::AlignmentFlags. Not all subclasses support alignment.
.PP
@@ -185,20 +185,20 @@ Implemented in subclasses to set this item's geometry to \fIr\fR.
Examples:
.)l customlayout/border.cpp, customlayout/card.cpp, and customlayout/flow.cpp.
.PP
-Reimplemented in QLayout, QSpacerItem, and QWidgetItem.
+Reimplemented in QLayout, QSpacerItem, and TQWidgetItem.
.SH "QSize QLayoutItem::sizeHint () const\fC [pure virtual]\fR"
Implemented in subclasses to return the preferred size of this item.
.PP
Examples:
.)l customlayout/border.cpp, customlayout/card.cpp, and customlayout/flow.cpp.
.PP
-Reimplemented in QSpacerItem, QWidgetItem, QGridLayout, and QBoxLayout.
+Reimplemented in QSpacerItem, TQWidgetItem, QGridLayout, and QBoxLayout.
.SH "QSpacerItem * QLayoutItem::spacerItem ()\fC [virtual]\fR"
If this item is a QSpacerItem, it is returned as a QSpacerItem; otherwise 0 is returned. This function provides type-safe casting.
.SH "TQWidget * QLayoutItem::widget ()\fC [virtual]\fR"
If this item is a TQWidget, it is returned as a TQWidget; otherwise 0 is returned. This function provides type-safe casting.
.PP
-Reimplemented in QWidgetItem.
+Reimplemented in TQWidgetItem.
.SH "SEE ALSO"
.BR http://doc.trolltech.com/qlayoutitem.html