qt6-bb10/examples/widgets/richtext
Christian Ehrlicher cf27d9e8a5 Cleanup Widgets examples - new signal/slot syntax
Cleanup the Widget examples - use the new signal/slot syntax where
possible - painting and richtext subdirectory

Change-Id: If0e365ab1cabf9184076595494cfca151406fddf
Reviewed-by: Luca Beldi <v.ronin@yahoo.it>
Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
2019-01-06 17:07:59 +00:00
..
calendar Cleanup Widgets examples - new signal/slot syntax 2019-01-06 17:07:59 +00:00
orderform Cleanup Widgets examples - new signal/slot syntax 2019-01-06 17:07:59 +00:00
syntaxhighlighter Cleanup Widgets examples - new signal/slot syntax 2019-01-06 17:07:59 +00:00
textedit Merge remote-tracking branch 'origin/5.11' into 5.12 2018-11-09 10:34:33 +01:00
README
richtext.pro centralize and fixup example sources install targets 2012-11-29 20:21:11 +01:00

README

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.