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