summaryrefslogtreecommitdiffstats
path: root/examples/widgets/richtext/README
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/richtext/README')
-rw-r--r--examples/widgets/richtext/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/widgets/richtext/README b/examples/widgets/richtext/README
new file mode 100644
index 0000000000..647029b8a2
--- /dev/null
+++ b/examples/widgets/richtext/README
@@ -0,0 +1,11 @@
+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.