I am wondering if there is anyway to disable (setCheckState) on a check box (QCheckBox) in pyqt "WITHOUT" triggering an event? So it is simply a display change with the checkbox now unticked but not triggering the method I have it connected to. Thanks for any help.
Would love a basic example if possible.