summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqlabel.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqlabel.3qt')
-rw-r--r--doc/man/man3/tqlabel.3qt12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/man/man3/tqlabel.3qt b/doc/man/man3/tqlabel.3qt
index 621dc7e18..b41a8f447 100644
--- a/doc/man/man3/tqlabel.3qt
+++ b/doc/man/man3/tqlabel.3qt
@@ -209,7 +209,7 @@ Returns the alignment of the label's contents. See the "alignment" property for
.SH "bool QLabel::autoResize () const"
\fBThis function is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code.
.PP
-Returns TRUE if auto-resizing is enabled, or FALSE if auto-resizing is disabled.
+Returns true if auto-resizing is enabled, or false if auto-resizing is disabled.
.PP
Auto-resizing is disabled by default.
.PP
@@ -225,7 +225,7 @@ Draws the label contents using the painter \fIp\fR.
.PP
Reimplemented from QFrame.
.SH "bool QLabel::hasScaledContents () const"
-Returns TRUE if the label will scale its contents to fill all available space; otherwise returns FALSE. See the "scaledContents" property for details.
+Returns true if the label will scale its contents to fill all available space; otherwise returns false. See the "scaledContents" property for details.
.SH "int QLabel::indent () const"
Returns the label's text indent in pixels. See the "indent" property for details.
.SH "QMovie * QLabel::movie () const"
@@ -241,7 +241,7 @@ Sets the alignment of the label's contents. See the "alignment" property for det
.SH "void QLabel::setAutoResize ( bool enable )\fC [virtual]\fR"
\fBThis function is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code.
.PP
-Enables auto-resizing if \fIenable\fR is TRUE, or disables it if \fIenable\fR is FALSE.
+Enables auto-resizing if \fIenable\fR is true, or disables it if \fIenable\fR is false.
.PP
When auto-resizing is enabled the label will resize itself to fit the contents whenever the contents change. The top-left corner is not moved. This is useful for QLabel widgets that are not managed by a QLayout (e.g., top-level widgets).
.PP
@@ -341,7 +341,7 @@ This property holds the alignment of the label's contents.
.PP
The alignment is a bitwise OR of TQt::AlignmentFlags and TQt::TextFlags values. The ExpandTabs, SingleLine and ShowPrefix flags apply only if the label contains plain text; otherwise they are ignored. The DontClip flag is always ignored. WordBreak applies to both rich text and plain text labels. The BreakAnywhere flag is not supported in QLabel.
.PP
-If the label has a buddy, the ShowPrefix flag is forced to TRUE.
+If the label has a buddy, the ShowPrefix flag is forced to true.
.PP
The default alignment is \fCAlignAuto | AlignVCenter | ExpandTabs\fR if the label doesn't have a buddy and \fCAlignAuto | AlignVCenter | ExpandTabs | ShowPrefix\fR if the label has a buddy. If the label contains rich text, additionally WordBreak is turned on.
.PP
@@ -369,7 +369,7 @@ This property holds the label's pixmap.
.PP
If no pixmap has been set this will return an invalid pixmap.
.PP
-Setting the pixmap clears any previous content, and resizes the label if QLabel::autoResize() is TRUE. The buddy accelerator, if any, is disabled.
+Setting the pixmap clears any previous content, and resizes the label if QLabel::autoResize() is true. The buddy accelerator, if any, is disabled.
.PP
Set this property's value with setPixmap() and get this property's value with pixmap().
.SH "bool scaledContents"
@@ -377,7 +377,7 @@ This property holds whether the label will scale its contents to fill all availa
.PP
When enabled and the label shows a pixmap, it will scale the pixmap to fill the available space.
.PP
-This property's default is FALSE.
+This property's default is false.
.PP
See also scaledContents.
.PP