[PyQt] Can QCheckBox state be set without triggering stateChanged?

Eric Coetzee ericcoetzee at gmail.com
Tue Apr 20 18:59:05 BST 2010


Hi,

I have a situation where I want to set the state of a checkbox while  
inside the method that handles the stateChanged event. But I don't  
want QCheckBox.stateChanged(state) to be triggered again.

Can this be done?

eric


More information about the PyQt mailing list