[webkit-dev] DOM rendering using Qt webkit bridge

Chandan Apsangi chandan.jc at gmail.com
Fri Mar 25 04:53:01 PDT 2011


Hi,

Is it possible to display a QWidget on DOM (<Div> tag) using QtWebkit Bridge?
For this we do not want to override QWebView's paint method. This is
similar to NPAPI'S rendering, but utilizing QtWebkit Bridge.


Also, as per QtWebkit Bridge documentation, we can get DOM objects as
QWebElement in C++.
But the example as provided in doc
(http://doc.qt.nokia.com/4.7-snapshot/qtwebkit-bridge.html) does not
work on Symbian. The Slot(QWebElement) is never called since
MetaObject system is not able to find the slot.
Any pointers??

Regards,
Chandan


More information about the webkit-dev mailing list