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 _______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

