qt6windows7/examples/widgets/richtext
2023-10-29 23:33:08 +01:00
..
calendar qt 6.5.1 original 2023-10-29 23:33:08 +01:00
orderform qt 6.5.1 original 2023-10-29 23:33:08 +01:00
syntaxhighlighter qt 6.5.1 original 2023-10-29 23:33:08 +01:00
textedit qt 6.5.1 original 2023-10-29 23:33:08 +01:00
CMakeLists.txt qt 6.5.1 original 2023-10-29 23:33:08 +01:00
README qt 6.5.1 original 2023-10-29 23:33:08 +01:00
richtext.pro qt 6.5.1 original 2023-10-29 23:33:08 +01:00

Qt provides powerful document-oriented rich text engine that supports Unicode
and right-to-left scripts. Documents can be manipulated using a cursor-based
API, and their contents can be imported and exported as both HTML and in a
custom XML format.

Text is rendered using anti-aliased outline fonts to provide the best
possible on-screen representation.


Documentation for these examples can be found via the Examples
link in the main Qt documentation.