import QtQuick 2.3 import QtQuick.Controls 1.2 import QtWebKit 3.0 WebView { id: root objectName: "webview" anchors.fill: parent url: "about:blank" }