Hi,

Im using a checkBox in my application.When i check it, it is supposed to perform an action until it has been unchecked. But the problem im facing is that the action is performed only once , when i click on it (even though the check box shows checked unless i uncheck it). but my requirement is that t should work untl it as been unchecked by me.

It is of the type QCheckBox and i have connected a slot to it to perform a particular function every time a "clicked" signal is passed.
What could be the problem?Please help me.Its urgent.