[PyQt] Is it possible to introspect active connections of a slot?

Ilya Kulakov kulakov.ilya at gmail.com
Wed Jul 22 22:52:45 BST 2015


Hi Phil,

According to docs, Qt.AutoConnection can either resolve into Qt.DirectConnection or Qt.QueuedConnection. I'd like to know that.
I'll take a look if QSignalSpy can help, thank you.

> On 22 июля 2015 г., at 4:22, Phil Thompson <phil at riverbankcomputing.com> wrote:
> 
> On 22/07/2015 6:24 am, Ilya Kulakov wrote:
>> I have a slot that is connected via the Qt.AutoConnection. I'd like to
>> know how it was resolved (I have some multithreading there).
> 
> I don't know what you mean by "resolved". Does QSignalSpy help?
> 
> Phil
> _______________________________________________
> PyQt mailing list    PyQt at riverbankcomputing.com
> http://www.riverbankcomputing.com/mailman/listinfo/pyqt



More information about the PyQt mailing list