qt5base-lts/examples/richtext
Lars Knoll f4f1b53b96 Move printing into it's own library
Create a libQtPrintSupport library that contains our current
printing infrastructure. Long term this will get replaced
with a libQtPrint, as the current architecture is not
really maintainable.

Change-Id: I7362fff6786b58c5b4e9213c23eda36d15048aa2
Reviewed-on: http://codereview.qt.nokia.com/3209
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Gunnar Sletta <gunnar.sletta@nokia.com>
2011-08-19 09:16:42 +02:00
..
calendar Merge remote branch 'staging/master' into refactor 2011-05-24 15:22:06 +02:00
orderform Merge remote branch 'staging/master' into refactor 2011-05-24 15:22:06 +02:00
syntaxhighlighter Merge remote-tracking branch 'base/master' into refactor 2011-06-10 13:09:57 +02:00
textedit Move printing into it's own library 2011-08-19 09:16:42 +02:00
README Remove references to demos from docs. 2011-07-05 19:57:54 +02:00
richtext.pro Merge remote branch 'gerrit/master' into refactor 2011-07-06 14:08:02 +02: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.