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);
Powered by vBulletin® Version 4.2.5 Copyright © 2024 vBulletin Solutions Inc. All rights reserved.