[Qt-interest] Connect checkbox states

David Boddie david.boddie at nokia.com
Tue Jun 16 16:29:52 CEST 2009


Christian Lackas wrote:

> how can I connect the checkbox state changed signal to the respective
> setter slot of a second checkbox?

[...]

> Why is there no simple setChecked(int) or setCheckState(int) slot?
> Am I missing something?

Have you tried connecting the toggled(bool) signal to the setChecked(bool)
slot?

David
-- 
David Boddie
Senior Technical Writer
Nokia, Qt Software



More information about the Qt-interest-old mailing list