diff options
author | Michele Calgaro <[email protected]> | 2024-06-08 12:56:43 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-06-08 12:56:43 +0900 |
commit | 0cf411b09cf5d8970b873a338a69eae98d5ce5d8 (patch) | |
tree | 107cf55759cc3138bb1e0035b479bcd92127403a /doc/changes.doc | |
parent | e6077c30d14e9d662e8843c554db86c0d366d0b6 (diff) | |
download | tqt3-0cf411b09cf5d8970b873a338a69eae98d5ce5d8.tar.gz tqt3-0cf411b09cf5d8970b873a338a69eae98d5ce5d8.zip |
Rename text nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/changes.doc')
-rw-r--r-- | doc/changes.doc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/changes.doc b/doc/changes.doc index ffe00caad..82c767f0c 100644 --- a/doc/changes.doc +++ b/doc/changes.doc @@ -69,7 +69,7 @@ languages. Many new classes have been added to the TQt Library. Amongst them are classes that provide a docking architecture (\l{QDockArea}/\l{QDockWindow}), a powerful rich text editor -(QTextEdit), a class to store and access application settings +(TQTextEdit), a class to store and access application settings (QSettings) and a class to create and communicate with processes (QProcess). @@ -132,7 +132,7 @@ COM-like interface. QPluginManager makes it trivial to implement plugin support in applications. The TQt library is able to load additional styles, database drivers and text codecs from plugins which implement the relevant interfaces, e.g. QStyleFactoryInterface, -TQSqlDriverInterface or QTextCodecInterface. It is possible to remove +TQSqlDriverInterface or TQTextCodecInterface. It is possible to remove unused components from the TQt library, and easy to extend any application with 3rd party styles, database drivers or text codecs. @@ -163,7 +163,7 @@ optimized and extended to support editing. It allows editing formatted text with different fonts, colors, paragraph styles, tables and images. The editor supports different word wrap modes, command-based undo/redo, multiple selections, drag and drop, and many other -features. The new QTextEdit engine is highly optimized for proccesing +features. The new TQTextEdit engine is highly optimized for proccesing and displaying large documents quickly and efficiently. |