Reputation: 3056
I'm using PyQt to build an interface where multiple components listen for changes in a data model using new-style signals. Sometimes, QGraphicsItems are created and connected to signals in the model. When a part of the model is deleted, the graphics scene removes the item again. My question is: Do I need to disconnect the signal first?
Upvotes: 0
Views: 65