Extract a pointer to the QTextDocument using QTextEdit::document() and go to town using QTextCursor. See also Rich Text Processing
Or, less directly, maintain your HTML document in a QDomDocument and copy the HTML across to the browser.
Extract a pointer to the QTextDocument using QTextEdit::document() and go to town using QTextCursor. See also Rich Text Processing
Or, less directly, maintain your HTML document in a QDomDocument and copy the HTML across to the browser.
Last edited by ChrisW67; 16th June 2012 at 06:56. Reason: Typos: I am fat-handed today
Bookmarks