I have a "start page" on my application that is just a QWebView
widget that downloads a page from my server.
When the user clicks on a link I'd like it to open in their default browser, not in the widget.
Is there a way to do this with QWebView
? Or should I take a different approach?