connecting clicked signal to different slots depending on function executing

tausciam at gmail.com tausciam at gmail.com
Sun Sep 1 15:44:44 EDT 2013


I should add that I know about:

self.tableWidget.cellClicked.disconnect(self.videocell_clicked)  

but, when I do that, if the connection is not there, then the program crashes. So, how could I check to see if the connection is there then break it?



More information about the Python-list mailing list