> If the code you've provided is what you actually have, you haven't > connected the signal to the slot you show - instead of > self.MyCheckboxSlotFunction, you should be connecting to > self.CheckMultiMask.
Darn it. Editing problem, not a coding problem. I was renaming my variables/functions to "generic" names for the purpose of illustrating my problem to the mailing list, and missed one. In the context of my provided example, the slot function should really be: def MyCheckboxSlotFunction(self): (etc) Sorry for the confusion. > If that isn't the problem, it'd help someone to figure it out if you > could provide a complete small executable program that exhibits the > problem behavior. Sure, I'll do that. It will follow this message (perhaps not immediately). Thanks, Doug _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
