From fef846914f8db6dc117e206ef913d519bf6bb33e Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 29 Jul 2024 12:43:23 +0900 Subject: Rename basic widget nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/i18n.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/i18n.html') diff --git a/doc/html/i18n.html b/doc/html/i18n.html index 6b33a64f7..9842b3e9d 100644 --- a/doc/html/i18n.html +++ b/doc/html/i18n.html @@ -133,7 +133,7 @@ the fl and fi ligatures used in typesetting US and European books.

TQt tries to take care of all the special features listed above. You usually don't have to worry about these features so long as you use -TQt's input widgets (e.g. TQLineEdit, TQTextEdit, and derived classes) +TQt's input widgets (e.g. TQLineEdit, TQTextEdit, and derived classes) and TQt's display widgets (e.g. TQLabel).

Support for these writing systems is transparent to the programmer and completely encapsulated in TQt's text engine. This means that you @@ -151,7 +151,7 @@ string. In some languages (e.g. Arabic or languages from the Indian subcontinent), the width and shape of a glyph changes depending on the surrounding characters. Writing input controls usually requires a certain knowledge of the scripts it is going to be used in. Usually -the easiest way is to subclass TQLineEdit or TQTextEdit. +the easiest way is to subclass TQLineEdit or TQTextEdit.

The following sections give some information on the status of the internationalization (i18n) support in TQt. -- cgit v1.2.1