I've had a bit of a search and not really found an answer, and the demo-browser example doesn't seem very clear on what I need.
Essentially I have a Dialog window with a WebView, the website contains javascript to pop up windows so I've followed what's recommended and subclassed QWebView and now I'm some what baffled. I know I'm meant to reimplement createWindow(..) but I'm completely unsure on what to actually implement within it. Do I simply create a new QWebView? (which I've tried and I get a app crash), or do I create a new QDialog with a QWebView or something else?
Any help would be much appreciated, normally I'd just google the function name for an example but unfortunately it gets me 30 pages of qwebview.cpp!
Bookmarks