PDA

View Full Version : html editing issue



sujan.dasmahapatra
30th June 2013, 10:39
I want to edit html. I tried with QTexEdit but QTextEdit doesn't support html editing fully. Please tell me anyother way of editing html ? Please help.

anda_skoa
30th June 2013, 22:33
Maybe using QWebView and a JavaScript based editor loaded into it?

Cheers,
_

ChrisW67
1st July 2013, 00:47
I want to edit html. I tried with QTexEdit but QTextEdit doesn't support html editing fully.
QPlainTextEdit will allow you to edit your HTML any way you see fit. It's not WYSIWYG, but then that was not in your requirement.