QTextEdit content into QDomDocument

Posted by kaycee on Stack Overflow See other posts from Stack Overflow or by kaycee
Published on 2010-05-30T12:25:36Z Indexed on 2010/05/30 12:32 UTC
Read the original article Hit count: 232

Filed under:
|

hi,

i'm having QTextEdit widget with large content in it (content is XML). i want to take the content and set it into a QDomDocument, so i take the content using

document = textEdit->document();

but i dont know how to take it from here into a QDomDocument... what's the best way to do it ?

© Stack Overflow or respective owner

Related posts about qt

Related posts about qtextedit