The standard QtWebKit module requires a QGraphicsScene to render the QML WebView element. You cannot use any of the visual elements due to lack of QGraphicsScene. I intend to also replace the non-visual elements (Timer etc) with my own in order to avoid importing the QtQuick module which is of limited use.