|
|
@ -3,7 +3,7 @@ import QtQuick.Controls 1.0; |
|
|
|
import QtQuick.Controls.Styles 1.0 |
|
|
|
import QtQuick.Controls.Styles 1.0 |
|
|
|
import QtQuick.Layouts 1.0; |
|
|
|
import QtQuick.Layouts 1.0; |
|
|
|
import QtWebEngine 1.0 |
|
|
|
import QtWebEngine 1.0 |
|
|
|
//import QtWebEngine.experimental 1.0 |
|
|
|
import QtWebEngine.experimental 1.0 |
|
|
|
import QtQuick.Window 2.0; |
|
|
|
import QtQuick.Window 2.0; |
|
|
|
|
|
|
|
|
|
|
|
Rectangle { |
|
|
|
Rectangle { |
|
|
@ -326,6 +326,8 @@ Rectangle { |
|
|
|
WebEngineView { |
|
|
|
WebEngineView { |
|
|
|
objectName: "webView" |
|
|
|
objectName: "webView" |
|
|
|
id: webview |
|
|
|
id: webview |
|
|
|
|
|
|
|
experimental.settings.javascriptCanAccessClipboard: true |
|
|
|
|
|
|
|
experimental.settings.localContentCanAccessRemoteUrls: true |
|
|
|
anchors { |
|
|
|
anchors { |
|
|
|
left: parent.left |
|
|
|
left: parent.left |
|
|
|
right: parent.right |
|
|
|
right: parent.right |
|
|
|