summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqboxlayout.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-11-18 15:42:48 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-11-19 23:47:08 +0900
commit541b90072523725854cb5d61f1bdce50dbcc6b31 (patch)
tree1452a8b6fbf1e91be0d2e5af7edf31b102b01fc6 /doc/man/man3/tqboxlayout.3qt
parentd73937a9f779e2aafa6c392f94c9c29aa32b78fd (diff)
downloadtqt3-541b90072523725854cb5d61f1bdce50dbcc6b31.tar.gz
tqt3-541b90072523725854cb5d61f1bdce50dbcc6b31.zip
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 089d5266f0fbf9be6612e9c5f92a3f008f29241c)
Diffstat (limited to 'doc/man/man3/tqboxlayout.3qt')
-rw-r--r--doc/man/man3/tqboxlayout.3qt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqboxlayout.3qt b/doc/man/man3/tqboxlayout.3qt
index 94d6261e..03c15a96 100644
--- a/doc/man/man3/tqboxlayout.3qt
+++ b/doc/man/man3/tqboxlayout.3qt
@@ -237,7 +237,7 @@ The stretch factor applies only in the direction of the QBoxLayout, and is relat
.PP
If the stretch factor is 0 and nothing else in the QBoxLayout has a stretch factor greater than zero, the space is distributed according to the TQWidget:sizePolicy() of each widget that's involved.
.PP
-Alignment is specified by \fIalignment\fR which is a bitwise OR of Qt::AlignmentFlags values. The default alignment is 0, which means that the widget fills the entire cell.
+Alignment is specified by \fIalignment\fR which is a bitwise OR of TQt::AlignmentFlags values. The default alignment is 0, which means that the widget fills the entire cell.
.PP
From TQt 3.0, the \fIalignment\fR parameter is interpreted more aggressively than in previous versions of Qt. A non-default alignment now indicates that the widget should not grow to fill the available space, but should be sized according to sizeHint().
.PP
@@ -294,7 +294,7 @@ The stretch factor applies only in the direction of the QBoxLayout, and is relat
.PP
If the stretch factor is 0 and nothing else in the QBoxLayout has a stretch factor greater than zero, the space is distributed according to the TQWidget:sizePolicy() of each widget that's involved.
.PP
-Alignment is specified by \fIalignment\fR, which is a bitwise OR of Qt::AlignmentFlags values. The default alignment is 0, which means that the widget fills the entire cell.
+Alignment is specified by \fIalignment\fR, which is a bitwise OR of TQt::AlignmentFlags values. The default alignment is 0, which means that the widget fills the entire cell.
.PP
From TQt 3.0, the \fIalignment\fR parameter is interpreted more aggressively than in previous versions of Qt. A non-default alignment now indicates that the widget should not grow to fill the available space, but should be sized according to sizeHint().
.PP