Main reason is Harmattan platform, which is based on qml and using widgets there is a pain. We can think about creating three versions: 1. Qt5/QML 2. Qt4/QML 3. Qt4/Widgets
About debugging. AFAIK this one http://phonegap.github.com/weinre/ should work. -- Regards, Denis Kormalev On Fri, 2 March 2012 11:04:44 Viras wrote: > Hi all, > > I've recently discovered that by switching completely to QML the > possibility to debug your javascript was heavily decreased. > > The QML WebView doesn't allow to set a custom WebPage which again means > it is not possible anymore to print out any JavaScript error messages > (since javaScriptConsoleMessage cannot be overloaded anymore). > > In addition according to the documentation the QML WebView was > introduced in Qt 4.7 - this means it won't compile & run on Qt 4.6 (e.g. > symbian s60 platforms). > > I'm wondering if there is any reason for "forcing" QML at any costs? > > Best, > Wolfgang
