Hi, On Mon, Oct 10, 2011 at 8:35 AM, Ville M. Vainio <[email protected]> wrote: > I'd like to review the support Qt5 has for Hybrid application (i.e. > webview that can call out to exposed QObjects, and QObjects that can > modify the DOM in webview). > > Where should I look?
The webkit trunk repo. It's a work in progress, we have a QML element for desktop use case and one for touch use case (and the C++ API that comes with it). The hybrid case is something we are still researching for WebKit2 architecture. Nothing really settled there for now. In any case for old school people who don't want to change anything the old QWebView and friends are still sitting in the repo. > _______________________________________________ > Qt5-feedback mailing list > [email protected] > http://lists.qt.nokia.com/mailman/listinfo/qt5-feedback > -- Alexis Menard (darktears) Software Engineer INdT Recife Brazil _______________________________________________ Qt5-feedback mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt5-feedback
