PDA

View Full Version : How to make webView editable?



isamert
13th July 2010, 19:57
Hello,
How to make webView editable? Can I do this?

wysota
13th July 2010, 20:50
Can I do this?
Yes, you can. Have a look at properties of QWebPage.

isamert
14th July 2010, 09:14
Yes, you can. Have a look at properties of QWebPage.

Thanks.

ui->webView->page()->setContentEditable(true);