qt5base-lts/examples/richtext
Lars Knoll e9ccc40c28 Get rid of the last traces of QMimeSource
The class has been deprecated since Qt 4.0, but
couldn't be removed as QDropEvent inherited from
it.

Change-Id: I9caa19b30977a319e79255900dee8b2425783f46
Reviewed-on: http://codereview.qt-project.org/5754
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Bradley T. Hughes <bradley.hughes@nokia.com>
2011-09-29 08:54:06 +02:00
..
calendar Merge remote branch 'staging/master' into refactor 2011-05-24 15:22:06 +02:00
orderform Fix building of examples. 2011-08-25 15:54:16 +02:00
syntaxhighlighter Merge remote-tracking branch 'base/master' into refactor 2011-06-10 13:09:57 +02:00
textedit Get rid of the last traces of QMimeSource 2011-09-29 08:54:06 +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.