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) { } }