summaryrefslogtreecommitdiffstats
path: root/examples/webenginewidgets/permissionbrowser/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Permission browser example: Use QLatin1StringViewKaloyan Chehlarski2024-07-261-1/+1
| | | | | | | | | Removes ambiguous conversion of string types. Fixes: QTBUG-127544 Pick-to: 6.8 Change-Id: I53d444b641c4b5190c1e391d9df21ccd7076ef13 Reviewed-by: Anu Aliyas <anu.aliyas@qt.io>
* Add PermissionBrowser exampleKaloyan Chehlarski2024-06-041-0/+18
The example demonstrates how to properly use the new QWebEnginePermission API to manage incoming and existing website permissions. Pick-to: 6.8 Change-Id: I21fd01879f7bd89fc2239fde38f5b6456f193578 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>