aboutsummaryrefslogtreecommitdiffstats
path: root/examples/webenginequick/nanobrowser/DownloadView.qml
Commit message (Collapse)AuthorAgeFilesLines
* Update the quicknanobrowser example from C++Friedemann Kleint2025-07-281-1/+2
| | | | | | | | | | | | Fixes warnings: Unknown File>: QML WebEngineProfile: Please use WebEngineProfilePrototype for profile creation from 6.9, as this function will be deprecated in the future releases <Unknown File>: QML WebEngineProfile: Please use WebEngineProfilePrototype for profile creation from 6.9, as this function will be deprecated in the future releases Storage name is empty. Cannot change profile from off-the-record to disk-based behavior until a proper storage name is set Switching to disk-based behavior Pick-to: 6.9 Change-Id: Ie46aefdd522cbdb47bd8a0ac152ab61e7c69f50c Reviewed-by: Cristian Maureira-Fredes <[email protected]>
* Sync the quick nano browser exampleFriedemann Kleint2022-09-061-0/+127
The example has gained more features since it was spawned from C++. Task-number: PYSIDE-841 Change-Id: I8f02703f3037502c9159d695824b77e09eab5b01 Reviewed-by: Cristian Maureira-Fredes <[email protected]>