<div dir="ltr"><div><div>Hi,<br><br></div>I'm trying to tweak spyderlib code so ot works with PyQt5.6.0 on windows.<br><br></div>I'm stuck at this problem of change of webengine:<br><pre><br><code><code>    self._webview.linkClicked.connect(self.linkClicked)
AttributeError: 'WebView' object has no attribute 'linkClicked'</code><br><br></code></pre><pre><code>Can anyone point me to an example code or documentation that tells me how to transform the code ?<br><br></code></pre><pre><code>(I don't do Qt development, so my question may be super easy or super complex, I have no idea)<br></code></pre><pre><code><br>(<a href="https://github.com/spyder-ide/spyder/issues/3145">https://github.com/spyder-ide/spyder/issues/3145</a>)<br></code></pre><br></div>