[PyQt] QCheckBox problem

Hackworth, Doug doug.hackworth at Vanderbilt.Edu
Mon Jan 5 06:55:42 GMT 2009


> 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




More information about the PyQt mailing list