tags:

views:

21

answers:

0

How is it possible to handle "Open link in new window" to open a new QWebPage instead of new window, saving the previous QWebPage in a stack and show the new one with QWebView::setPage()?

I'm new to Qt (and even C++), recommendation on how to fix the stack is also appreciated.