diff -r 56cd8111b7f7 -r 41300fa6a67c demos/textedit/example.html --- a/demos/textedit/example.html Tue Jan 26 12:42:25 2010 +0200 +++ b/demos/textedit/example.html Tue Feb 02 00:43:10 2010 +0200 @@ -26,7 +26,7 @@

Images

Inline images are treated like ordinary ranges of characters in the text editor, so they flow with the surrounding text. Images can also be selected in the same way as text, making it easy to cut, copy, and paste them.

-

Try to select this image by clicking and dragging over it with the mouse, or use the text cursor to select it by holding down Shift and using the arrow keys. You can then cut or copy it, and pasting it into different parts of this document.

+

Try to select this image by clicking and dragging over it with the mouse, or use the text cursor to select it by holding down Shift and using the arrow keys. You can then cut or copy it, and paste it into different parts of this document.

Tables

QTextEdit can arrange and format tables, supporting features such as row and column spans, text formatting within cells, and size constraints for columns.