Hooking form submission with QWebView?
Qt WebKit
2
Posts
2
Posters
2.1k
Views
1
Watching
-
No, using QWebView you can't catch requests, but you can do this with QWebPage if you override "acceptNavigationRequest":http://qt-project.org/doc/qt-5.0/qtwebkit/qwebpage.html#acceptNavigationRequest function or in "createRequest":http://qt-project.org/doc/qt-5.0/qtnetwork/qnetworkaccessmanager.html#createRequest function of subclassed QNAM.