I am trying to exand QWebView in order to open pop up pages.
So, I create a class like
Code:
#include "support.h" #include <QWebView> { }
I know that I should use QWebView* Support::createWindow(QWebPage::WebWindowType type ), but I have no idea how to use it.
For example, who call that function and how use it?