From bd0f3345a938b35ce6a12f6150373b0955b8dd12 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 10 Jul 2011 15:24:15 -0500 Subject: Add Qt3 development HEAD version --- examples/textedit/example.html | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 examples/textedit/example.html (limited to 'examples/textedit/example.html') diff --git a/examples/textedit/example.html b/examples/textedit/example.html new file mode 100644 index 0000000..0c8d342 --- /dev/null +++ b/examples/textedit/example.html @@ -0,0 +1,24 @@ + +

QTextEdit

+

QTextEdit is an advanced WYSIWYG editor supporting richtext formatting. It is optimized to handle large documents and to respond quickly to user input.

+

QTextEdit supports font styles such as bold, italic, underlined as well as various colors and sizes. You can select different font families, for example Times New Roman or Courier. Futhermore the widget supports different paragraph alignments such as justified,

+

left aligned,

+

centered,

+

and right aligned.

+

+ + -- cgit v1.2.3