I've noticed that in Qt version 5.4, WebView has a signal named navigationRequired, which had a clicked URL in parameters. In the new WebView and WebEngineView, there is no such signal. I also haven't found any alternatives.
Is there any way to get a clicked link's URL in Qt 5.6?