PDA

View Full Version : QWebView Auto Tabs



wookoon
31st October 2013, 09:16
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?

ChrisW67
1st November 2013, 03:29
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