From e6a74159cebdbfec575f40469c216c90ee8651c1 Mon Sep 17 00:00:00 2001 From: Andras Becsi Date: Thu, 11 Dec 2014 19:57:58 +0100 Subject: Add QML download API This patch exposes downloadStarted and downloadFinished signals on the WebEngineProfile to notify about downloads. The WebEngineDownloadItem exposes a subset of Chromium's content::DownloadItem functionality. For now we expose minimal requirements to be able to control downloads in QML but this can be extended in the future. This patch also adds a DownloadView to quicktestbrowser to demonstrate the usage of the new API. [ChangeLog][QtWebEngineQML] Add QtQuick download API Change-Id: I8d8f0daf02c4e0151000427fc2a4b37d28b9db52 Reviewed-by: Jocelyn Turcotte --- tests/quicktestbrowser/resources.qrc | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/quicktestbrowser/resources.qrc') diff --git a/tests/quicktestbrowser/resources.qrc b/tests/quicktestbrowser/resources.qrc index 4880b3d65..3c9fd5dd7 100644 --- a/tests/quicktestbrowser/resources.qrc +++ b/tests/quicktestbrowser/resources.qrc @@ -4,6 +4,7 @@ ContextMenuExtras.qml FeaturePermissionBar.qml ButtonWithMenu.qml + DownloadView.qml ZoomController.qml -- cgit v1.2.3