I know. But my problem is that I can't remove the tags <b></b> from the html of the QTextEdit...
How I can get the html of QTextEdit in a string to remove the tags?
Thanks for answering
I know. But my problem is that I can't remove the tags <b></b> from the html of the QTextEdit...
How I can get the html of QTextEdit in a string to remove the tags?
Thanks for answering
See QTextEdit::toHtml().
Thanks, that's what I needed
Bookmarks