summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqdockwindow.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-07-31 13:38:31 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-07-31 13:43:03 +0900
commit6e4a70d41a2636ce99a1da7b6827ac5685ed3186 (patch)
treeb029ebf1d5be6d1ac0ee361e7bfb68a7dbed0eec /doc/man/man3/tqdockwindow.3qt
parent81ade129093a279e6537db25710583fd2bba9427 (diff)
downloadtqt-6e4a70d41a2636ce99a1da7b6827ac5685ed3186.tar.gz
tqt-6e4a70d41a2636ce99a1da7b6827ac5685ed3186.zip
Replace TRUE/FALSE with boolean values true/false - part 3
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked and manually edited from commit 6dd781c483eea56f51ae0eff47d857976b5d0f0d)
Diffstat (limited to 'doc/man/man3/tqdockwindow.3qt')
-rw-r--r--doc/man/man3/tqdockwindow.3qt38
1 files changed, 19 insertions, 19 deletions
diff --git a/doc/man/man3/tqdockwindow.3qt b/doc/man/man3/tqdockwindow.3qt
index 45f07343e..2039cc114 100644
--- a/doc/man/man3/tqdockwindow.3qt
+++ b/doc/man/man3/tqdockwindow.3qt
@@ -275,29 +275,29 @@ Returns the dock window's preferred size (fixed extent).
.PP
See also setFixedExtentWidth() and setFixedExtentHeight().
.SH "bool QDockWindow::isCloseEnabled () const"
-Returns TRUE if the dock window has a close button; otherwise returns FALSE. The result depends on the dock window's Place and its CloseMode.
+Returns true if the dock window has a close button; otherwise returns false. The result depends on the dock window's Place and its CloseMode.
.PP
See also closeMode.
.SH "bool QDockWindow::isHorizontalStretchable () const"
\fBThis function is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code.
.SH "bool QDockWindow::isHorizontallyStretchable () const"
-Returns TRUE if the dock window is horizontally stretchable; otherwise returns FALSE. See the "horizontallyStretchable" property for details.
+Returns true if the dock window is horizontally stretchable; otherwise returns false. See the "horizontallyStretchable" property for details.
.SH "bool QDockWindow::isMovingEnabled () const"
-Returns TRUE if the user can move the dock window within the dock area, move the dock window to another dock area, or float the dock window; otherwise returns FALSE. See the "movingEnabled" property for details.
+Returns true if the user can move the dock window within the dock area, move the dock window to another dock area, or float the dock window; otherwise returns false. See the "movingEnabled" property for details.
.SH "bool QDockWindow::isResizeEnabled () const"
-Returns TRUE if the dock window is resizeable; otherwise returns FALSE. See the "resizeEnabled" property for details.
+Returns true if the dock window is resizeable; otherwise returns false. See the "resizeEnabled" property for details.
.SH "bool QDockWindow::isStretchable () const"
-Returns TRUE if the dock window is stretchable in the current orientation(); otherwise returns FALSE. See the "stretchable" property for details.
+Returns true if the dock window is stretchable in the current orientation(); otherwise returns false. See the "stretchable" property for details.
.SH "bool QDockWindow::isVerticalStretchable () const"
\fBThis function is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code.
.SH "bool QDockWindow::isVerticallyStretchable () const"
-Returns TRUE if the dock window is vertically stretchable; otherwise returns FALSE. See the "verticallyStretchable" property for details.
+Returns true if the dock window is vertically stretchable; otherwise returns false. See the "verticallyStretchable" property for details.
.SH "bool QDockWindow::newLine () const"
-Returns TRUE if the dock window prefers to start a new line in the dock area; otherwise returns FALSE. See the "newLine" property for details.
+Returns true if the dock window prefers to start a new line in the dock area; otherwise returns false. See the "newLine" property for details.
.SH "int QDockWindow::offset () const"
Returns the dock window's preferred offset from the dock area's left edge (top edge for vertical dock areas). See the "offset" property for details.
.SH "bool QDockWindow::opaqueMoving () const"
-Returns TRUE if the dock window will be shown normally whilst it is being moved; otherwise returns FALSE. See the "opaqueMoving" property for details.
+Returns true if the dock window will be shown normally whilst it is being moved; otherwise returns false. See the "opaqueMoving" property for details.
.SH "TQt::Orientation QDockWindow::orientation () const"
Returns the orientation of the dock window.
.PP
@@ -353,7 +353,7 @@ Undocks the QDockWindow from its current dock area if it is docked; otherwise do
.PP
See also dock(), QDockArea::moveDockWindow(), QDockArea::removeDockWindow(), QMainWindow::moveDockWindow(), and QMainWindow::removeDockWindow().
.SH "void QDockWindow::visibilityChanged ( bool visible )\fC [signal]\fR"
-This signal is emitted when the visibility of the dock window relatively to its dock area is changed. If \fIvisible\fR is TRUE, the QDockWindow is now visible to the dock area, otherwise it has been hidden.
+This signal is emitted when the visibility of the dock window relatively to its dock area is changed. If \fIvisible\fR is true, the QDockWindow is now visible to the dock area, otherwise it has been hidden.
.PP
A dock window can be hidden if it has a close button which the user has clicked. In the case of a QMainWindow a dock window can have its visibility changed (hidden or shown) by clicking its name in the dock window menu that lists the QMainWindow's dock windows.
.SH "TQWidget * QDockWindow::widget () const"
@@ -372,25 +372,25 @@ Set this property's value with setCloseMode() and get this property's value with
.SH "bool horizontallyStretchable"
This property holds whether the dock window is horizontally stretchable.
.PP
-A dock window is horizontally stretchable if you call setHorizontallyStretchable(TRUE) or setResizeEnabled(TRUE).
+A dock window is horizontally stretchable if you call setHorizontallyStretchable(true) or setResizeEnabled(true).
.PP
See also resizeEnabled.
.PP
Bugs and limitations:
.TP
-Strecthability is broken. You must call setResizeEnabled(TRUE) to get proper behavior and even then QDockWindow does not limit stretchablilty.
+Strecthability is broken. You must call setResizeEnabled(true) to get proper behavior and even then QDockWindow does not limit stretchablilty.
.PP
Set this property's value with setHorizontallyStretchable() and get this property's value with isHorizontallyStretchable().
.SH "bool movingEnabled"
This property holds whether the user can move the dock window within the dock area, move the dock window to another dock area, or float the dock window.
.PP
-This property is TRUE by default.
+This property is true by default.
.PP
Set this property's value with setMovingEnabled() and get this property's value with isMovingEnabled().
.SH "bool newLine"
This property holds whether the dock window prefers to start a new line in the dock area.
.PP
-The default is FALSE, i.e. the dock window doesn't require a new line in the dock area.
+The default is false, i.e. the dock window doesn't require a new line in the dock area.
.PP
Set this property's value with setNewLine() and get this property's value with newLine().
.SH "int offset"
@@ -402,7 +402,7 @@ Set this property's value with setOffset() and get this property's value with of
.SH "bool opaqueMoving"
This property holds whether the dock window will be shown normally whilst it is being moved.
.PP
-If this property is FALSE, (the default), the dock window will be represented by an outline rectangle whilst it is being moved.
+If this property is false, (the default), the dock window will be represented by an outline rectangle whilst it is being moved.
.PP
\fBWarning:\fR Currently opaque moving has some problems and we do not recommend using it at this time. We expect to fix these problems in a future release.
.PP
@@ -412,9 +412,9 @@ This property holds whether the dock window is resizeable.
.PP
A resizeable dock window can be resized using splitter-like handles inside a dock area and like every other top level window when floating.
.PP
-A dock window is both horizontally and vertically stretchable if you call setResizeEnabled(TRUE).
+A dock window is both horizontally and vertically stretchable if you call setResizeEnabled(true).
.PP
-This property is FALSE by default.
+This property is false by default.
.PP
See also verticallyStretchable and horizontallyStretchable.
.PP
@@ -428,19 +428,19 @@ See also resizeEnabled.
.PP
Bugs and limitations:
.TP
-Strecthability is broken. You must call setResizeEnabled(TRUE) to get proper behavior and even then QDockWindow does not limit stretchablilty.
+Strecthability is broken. You must call setResizeEnabled(true) to get proper behavior and even then QDockWindow does not limit stretchablilty.
.PP
Get this property's value with isStretchable().
.SH "bool verticallyStretchable"
This property holds whether the dock window is vertically stretchable.
.PP
-A dock window is vertically stretchable if you call setVerticallyStretchable(TRUE) or setResizeEnabled(TRUE).
+A dock window is vertically stretchable if you call setVerticallyStretchable(true) or setResizeEnabled(true).
.PP
See also resizeEnabled.
.PP
Bugs and limitations:
.TP
-Strecthability is broken. You must call setResizeEnabled(TRUE) to get proper behavior and even then QDockWindow does not limit stretchablilty.
+Strecthability is broken. You must call setResizeEnabled(true) to get proper behavior and even then QDockWindow does not limit stretchablilty.
.PP
Set this property's value with setVerticallyStretchable() and get this property's value with isVerticallyStretchable().