qt6-bb10/examples/widgets/richtext
Rafael Roquetto c9195ab36d TextEdit example: fix build when clipboard is disabled.
Change-Id: Ib25563e3dc299dc2d23bed8b3071af1ba81150e7
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
2015-10-19 14:56:45 +00:00
..
calendar
orderform
syntaxhighlighter Merge remote-tracking branch 'origin/5.5' into dev 2015-07-01 11:05:26 +02:00
textedit TextEdit example: fix build when clipboard is disabled. 2015-10-19 14:56:45 +00:00
README
richtext.pro

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.