[PyQt] Slot disconnection problem

Arve Knudsen arve.knudsen at gmail.com
Thu Jul 26 18:33:14 BST 2007


Hello

I've noticed a problem with PyQt's signal/slot mechanism. If I connect a
signal to a QDialog subclass instance's accept method without using SLOT,
and not having defined that method in the subclass (i.e., it is defined in
the C++ superclass),  I am not able to disconnect it. I have to use SLOT
both when connecting and disconnecting for this to work. Is this intended?

Arve
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20070726/16f1d7e8/attachment.html


More information about the PyQt mailing list