summaryrefslogtreecommitdiffstats
path: root/examples/textedit/example.html
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-08 12:31:36 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-08 12:31:36 -0600
commitd796c9dd933ab96ec83b9a634feedd5d32e1ba3f (patch)
tree6e3dcca4f77e20ec8966c666aac7c35bd4704053 /examples/textedit/example.html
downloadtqt3-d796c9dd933ab96ec83b9a634feedd5d32e1ba3f.tar.gz
tqt3-d796c9dd933ab96ec83b9a634feedd5d32e1ba3f.zip
Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731
Diffstat (limited to 'examples/textedit/example.html')
-rw-r--r--examples/textedit/example.html24
1 files changed, 24 insertions, 0 deletions
diff --git a/examples/textedit/example.html b/examples/textedit/example.html
new file mode 100644
index 000000000..39b60ff76
--- /dev/null
+++ b/examples/textedit/example.html
@@ -0,0 +1,24 @@
+<html><head><meta name="qrichtext" content="1" /></head><body style="font-size:12pt;font-family:helvetica">
+<p align="center"><span style="font-size:24pt;font-weight:600">TQTextEdit</span></p>
+<p align="justify">TQTextEdit is an advanced WYSIWYG editor supporting richtext formatting. It is optimized to handle large documents and to respond tquickly to user input.</p>
+<p align="justify">TQTextEdit supports font styles such as <span style="font-weight:600">bold</span>, <span style="font-style:italic">italic, </span><span style="text-decoration:underline">underlined</span> as well as various <span style="font-weight:600;color:#00007f">c</span><span style="font-weight:600;color:#aa0000">o</span><span style="font-weight:600;color:#005500">l</span><span style="font-weight:600;color:#aa5500">o</span><span style="font-weight:600;color:#00aa00">r</span><span style="font-weight:600;color:#ff0000">s </span>and <span style="font-size:16pt">s</span><span style="font-size:18pt">i</span><span style="font-size:20pt">z</span><span style="font-size:22pt">e</span><span style="font-size:28pt">s</span>. You can select different font families, for example <span style="font-family:Times;font-weight:600">Times New Roman</span> or <span style="font-family:Courier;font-weight:600">Courier</span>. Futhermore the widget supports different paragraph alignments such as justified,</p>
+<p>left aligned,</p>
+<p align="center">centered,</p>
+<p align="right">and right aligned.</p>
+<p align="justify"></p>
+<!-- Not public API
+<p>In addition to the mentioned character styles, the editor supports both bullet lists</p>
+<ul type="disc"><li>Disc</li>
+<ul type="circle"><li>Circle</li>
+<ul type="square"><li>Square</li></ul></ul></ul>
+<p>and ordered lists</p>
+<ol><li>One</li>
+<li>Two</li>
+<ol type="a"><li>Two.a</li>
+<li>Two.b</li>
+<ol type="A"><li>Two.b.A</li>
+<li>Two.b.B</li></ol>
+<li>Two.c</li></ol>
+<li>Three.</li></ol>
+-->
+</body></html>