While we have implemented a basic, serviceable browser, it leaves much to be desired. In this section, we're going to explore some of the more advanced features of QtWebEngineWidgets by fixing some pain points in our user experience and implementing useful tools such as history and text search.
Advanced QtWebEngine usage
Sharing a profile
Although we can view multiple tabs in our browser, there is a small problem in the way they work with authenticated websites. Visit any website where you have a login account; log in, then Ctrl + click on a link within the site to open it in a new tab. You'll find that you aren't authenticated in the new tab. This can be a real problem with sites that use multiple windows or...