summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqlabel.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:33:47 +0900
commit089d5266f0fbf9be6612e9c5f92a3f008f29241c (patch)
treee2c5625c37ba83b0848bbb212a45995ceec84139 /doc/man/man3/tqlabel.3qt
parentd21227053cca7f565e2473a3fc0f8f8a07b298c2 (diff)
downloadtqt3-089d5266f0fbf9be6612e9c5f92a3f008f29241c.tar.gz
tqt3-089d5266f0fbf9be6612e9c5f92a3f008f29241c.zip
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqlabel.3qt')
-rw-r--r--doc/man/man3/tqlabel.3qt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/man3/tqlabel.3qt b/doc/man/man3/tqlabel.3qt
index 21b2398c5..621dc7e18 100644
--- a/doc/man/man3/tqlabel.3qt
+++ b/doc/man/man3/tqlabel.3qt
@@ -339,13 +339,13 @@ Returns the label's text format. See the "textFormat" property for details.
.SH "Alignment alignment"
This property holds the alignment of the label's contents.
.PP
-The alignment is a bitwise OR of Qt::AlignmentFlags and Qt::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.
+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.
.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
-See also Qt::AlignmentFlags, setBuddy(), and text.
+See also TQt::AlignmentFlags, setBuddy(), and text.
.PP
Set this property's value with setAlignment() and get this property's value with alignment().
.SH "BackgroundMode backgroundMode"
@@ -401,7 +401,7 @@ Set this property's value with setText() and get this property's value with text
.SH "TextFormat textFormat"
This property holds the label's text format.
.PP
-See the Qt::TextFormat enum for an explanation of the possible options.
+See the TQt::TextFormat enum for an explanation of the possible options.
.PP
The default format is AutoText.
.PP