Re: Problem with QwebView
You will need to re-implement the QWebView::createWindow method. It is not 100% clear in the documentation, but the default implementation does nothing (source here: http://qt.gitorious.org/qt/qt/blobs/...ew.cpp#line935 )
Re: Problem with QwebView
Hi
Can u tell me
how can i access the url (request) when QWebview calls createWindow?
Please help
Re: Problem with QwebView
Hi
I am able to access url at createwindow with the help of QWeppage,
But web Print and download command still not working in QwebView.
Please suggest