On Mon, 05 Jan 2009 11:57:16 -0600, Doug Hackworth <[email protected]> wrote: >> 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. > > Attached is an example program which illustrates the problem I'm having. > Again, > the QCheckBox seems to work (its isChecked() method returns the correct > thing, > for example), but there is no action from the slot function that I have > (ostensibly) connected to its toggled() signal. > > I'm not a Qt or PyQt expert yet, so perhaps I've overlooked something > elementary. Any insights from this list's collected wisdome would be quite > welcome.
Use the stateChanged(int) signal instead. Also FoobarApplication is calling the wrong super-class __init__. Phil _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
