[PyQt] Overriding QNetworkAccessmanager

Phil Thompson phil at riverbankcomputing.com
Thu Jan 12 17:40:37 GMT 2017


On 12 Jan 2017, at 4:47 pm, Marcos Dione <m.dione at servicemagic.eu> wrote:
> 
> 	I'm trying to override the QNetworkAccesManager class so I can capture the QNetworRequest's and QNetworkReply'es that go through it, but my methods are not being called:

...because the C++ functions are not virtual and so cannot be overridden.

Phil


More information about the PyQt mailing list