[PyQt] Can't connect to QWebEnginePage::renderProcessTerminated

Phil Thompson phil at riverbankcomputing.com
Mon Feb 6 17:12:52 GMT 2017


On 6 Feb 2017, at 4:50 pm, Florian Bruhin <me at the-compiler.org> wrote:
> 
> 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()

I reported this as a Qt bug nearly a year ago. I'll chase it up. Otherwise I might build in a workaround for future releases.

Phil


More information about the PyQt mailing list