summaryrefslogtreecommitdiffstats
path: root/examples/webenginewidgets/cookiebrowser/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Make all examples high-dpi awareKai Koehne2016-06-201-0/+1
| | | | | | | | | Setting the Qt::AA_EnableHighDpiScaling attribute makes sure that the scrollbars are scaled, and that the default zoom level is sensible. Task-number: QTBUG-54113 Change-Id: I0ae7eb97cb9e2824e7f9b92d77cf2986cac66685 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
* Add cookiebrowser exampleMichal Klocek2016-01-261-0/+52
A cookiebrowser shows collected cookies during browsing, users can view cookie content, delete and add new cookies. Change-Id: Ib9cdc29e7ca34c488dd249b44f9e32491517bd60 Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>