From ee6873cb5490af8b281b48104943c3d459c58548 Mon Sep 17 00:00:00 2001 From: David Boddie Date: Mon, 9 Nov 2009 21:32:40 +0100 Subject: Doc: Fixed typo. Reviewed-by: Trust Me --- demos/textedit/example.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/textedit/example.html b/demos/textedit/example.html index 19b5520..6327b5f 100644 --- a/demos/textedit/example.html +++ b/demos/textedit/example.html @@ -26,7 +26,7 @@ p, li { white-space: pre-wrap; }

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.

-- cgit v0.12