qt6-bb10/examples/widgets/richtext
Oliver Wolff 7c7bd44669 examples: Fix build for configurations that do not have printsupport
printsupport features are only available if the module is available for
the configuration. Every printer feature check has to be coupled with a
check for the module itself.

Change-Id: Id2ca84e71d5d74463d0ff35e8b18b252a779a883
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
2020-03-05 15:11:36 +01:00
..
calendar Cleanup Widgets examples - new signal/slot syntax 2019-01-06 17:07:59 +00:00
orderform Examples: fix compile without printsupport 2020-01-31 06:23:58 +01:00
syntaxhighlighter Cleanup Widgets examples - foreach 2019-01-23 18:49:05 +00:00
textedit examples: Fix build for configurations that do not have printsupport 2020-03-05 15:11:36 +01: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

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.