[PyQt] Can't connect to QWebEnginePage::renderProcessTerminated
Florian Bruhin
me at the-compiler.org
Mon Feb 6 16:50:52 GMT 2017
Hi,
I tried various ways of connecting to
QWebEnginePage.renderProcessTerminated (see the attached file), but
they all fail with:
QObject::connect: No such signal QWebEnginePage::renderProcessTerminated(QWebEnginePage::RenderProcessTerminationStatus,int)
Traceback (most recent call last):
File "render.py", line 23, in <module>
page.renderProcessTerminated.connect(obj.slot1)
TypeError: connect() failed between renderProcessTerminated(QWebEnginePage::RenderProcessTerminationStatus,int) and unislot()
Florian
--
http://www.the-compiler.org | me at the-compiler.org (Mail/XMPP)
GPG: 916E B0C8 FD55 A072 | http://the-compiler.org/pubkey.asc
I love long mails! | http://email.is-not-s.ms/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: render.py
Type: text/x-python
Size: 523 bytes
Desc: not available
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20170206/aa5951d3/attachment.py>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20170206/aa5951d3/attachment.sig>
More information about the PyQt
mailing list