mirror of
https://github.com/lubosz/overte.git
synced 2025-04-14 14:46:55 +02:00
Allow user browser to work with marketplace
This commit is contained in:
parent
7b5c221ceb
commit
d9651c6d4b
1 changed files with 7 additions and 1 deletions
|
@ -108,7 +108,7 @@ Window {
|
|||
}
|
||||
}
|
||||
|
||||
WebEngineView {
|
||||
WebView {
|
||||
id: webview
|
||||
url: "http://highfidelity.com"
|
||||
anchors.top: buttons.bottom
|
||||
|
@ -124,6 +124,12 @@ Window {
|
|||
onIconChanged: {
|
||||
console.log("New icon: " + icon)
|
||||
}
|
||||
|
||||
profile: WebEngineProfile {
|
||||
id: webviewProfile
|
||||
storageName: "qmlUserBrowser"
|
||||
}
|
||||
|
||||
}
|
||||
} // item
|
||||
|
||||
|
|
Loading…
Reference in a new issue