Is there any way to detect when a QWebView tries to load a custom URL scheme? For example, if the web view loads a page that has the following [removed]
[removed].href = "myapp://actionurl?action=login";
Is there any way to receive a signal when this code is run?
↧