qt5base-lts/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 Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
orderform Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
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 Moving .qdoc files under examples/widgets/doc 2012-08-20 12:20:55 +02:00
richtext.pro centralize and fixup example sources install targets 2012-11-29 20:21:11 +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.