mirror of
https://github.com/overte-org/overte.git
synced 2025-04-29 22:02:38 +02:00
17 lines
332 B
QML
17 lines
332 B
QML
import QtQuick 2.7
|
|
|
|
Item {
|
|
id: root
|
|
|
|
property bool webViewProfileSetup: false
|
|
property string currentUrl: ""
|
|
property string downloadUrl: ""
|
|
property string adaptedPath: ""
|
|
property string tempDir: ""
|
|
function setupWebEngineSettings() {
|
|
}
|
|
|
|
|
|
function initWebviewProfileHandlers(profile) {
|
|
}
|
|
}
|