My program have a set of checkbox, When user check a checkbox, i should call slot1() and when user uncheck checkbox, i should call slot2(). But I can't understand when user checks and unchecked.
My questions is, How can i find out user check and unchecked checkbox? It's very important that I differ between check and unckeck.