From 6f57abfc9cd3acf1d648aee696947ac9216adb71 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 9 Sep 2024 14:57:42 +0900 Subject: Rename remaining ntq[s-z]* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/tqlineedit.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/tqlineedit.html') diff --git a/doc/html/tqlineedit.html b/doc/html/tqlineedit.html index 947091f74..184bdf611 100644 --- a/doc/html/tqlineedit.html +++ b/doc/html/tqlineedit.html @@ -557,10 +557,10 @@ validator has been set.

Alignment alignment

This property holds the alignment of the line edit. -

Possible Values are TQt::AlignAuto, TQt::AlignLeft, TQt::AlignRight and TQt::AlignHCenter. +

Possible Values are TQt::AlignAuto, TQt::AlignLeft, TQt::AlignRight and TQt::AlignHCenter.

Attempting to set the alignment to an illegal flag combination does nothing. -

See also TQt::AlignmentFlags. +

See also TQt::AlignmentFlags.

Set this property's value with setAlignment() and get this property's value with alignment().

int cursorPosition

-- cgit v1.2.1