-
Andras Becsi authored
Promote WebEngineDownloadItem and WebEngine singleton to public API and add DownloadView to the browser example. This patch also adds profile support and webengine settings to quicknanobrowser. Change-Id: Ie81fb330e640fad7feec667a8af3afe67050693f Reviewed-by:
Michael Brüning <michael.bruning@theqtcompany.com>
cd307cdb
<!DOCTYPE RCC><RCC version="1.0">
<qresource prefix="/">
<file>ApplicationRoot.qml</file>
<file>BrowserDialog.qml</file>
<file>BrowserWindow.qml</file>
<file>DownloadView.qml</file>
</qresource>
<qresource prefix="icons">
<file alias="go-next.png">icons/go-next.png</file>
<file alias="go-previous.png">icons/go-previous.png</file>
<file alias="process-stop.png">icons/process-stop.png</file>
<file alias="view-refresh.png">icons/view-refresh.png</file>
</qresource>
</RCC>