If executed in Firefox the browser automatically opens a new tab/window to show the returned page.
How to tell QWebView to open a new instance of QWebview with the returned data loaded?
If executed in Firefox the browser automatically opens a new tab/window to show the returned page.
How to tell QWebView to open a new instance of QWebview with the returned data loaded?
If what is executed in Firefox? Javascript? Or are you saying that all "new window" requests are redirected to tabs?
You probably need to implement QWebView::createWindow() and possibly change QWebSettings
Bookmarks