diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-12 22:02:11 +0900 | 
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-12 22:02:11 +0900 | 
| commit | 42957a3f812a1db64a9ae452baa2d3fbc35f2466 (patch) | |
| tree | 0928f4e01a3dcc0698b46c7608d8310e471bdb49 /doc/man/man3/tqlayoutitem.3qt | |
| parent | fef846914f8db6dc117e206ef913d519bf6bb33e (diff) | |
| download | tqt-42957a3f.tar.gz tqt-42957a3f.zip | |
Rename more widget nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqlayoutitem.3qt')
| -rw-r--r-- | doc/man/man3/tqlayoutitem.3qt | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/doc/man/man3/tqlayoutitem.3qt b/doc/man/man3/tqlayoutitem.3qt index 7a4577599..17793c9de 100644 --- a/doc/man/man3/tqlayoutitem.3qt +++ b/doc/man/man3/tqlayoutitem.3qt @@ -107,7 +107,7 @@ See also heightForWidth() and TQWidget::heightForWidth().  Examples:  .)l customlayout/border.cpp and customlayout/flow.cpp.  .PP -Reimplemented in QGridLayout and QBoxLayout. +Reimplemented in TQGridLayout and QBoxLayout.  .SH "int QLayoutItem::heightForWidth ( int w ) const\fC [virtual]\fR"  Returns the preferred height for this layout item, given the width \fIw\fR.  .PP @@ -147,7 +147,7 @@ See also hasHeightForWidth().  .PP  Example: customlayout/flow.cpp.  .PP -Reimplemented in QGridLayout and QBoxLayout. +Reimplemented in TQGridLayout and QBoxLayout.  .SH "void QLayoutItem::invalidate ()\fC [virtual]\fR"  Invalidates any cached information in this layout item.  .PP @@ -192,7 +192,7 @@ Implemented in subclasses to return the preferred size of this item.  Examples:  .)l customlayout/border.cpp, customlayout/card.cpp, and customlayout/flow.cpp.  .PP -Reimplemented in QSpacerItem, TQWidgetItem, QGridLayout, and QBoxLayout. +Reimplemented in QSpacerItem, TQWidgetItem, TQGridLayout, 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" | 
