Hi,

QCheckBox's isChecked() property is not working.
When I tried to check the corresponding QCheckBox object isChecked() by using the following code.
Qt Code:
  1. if (checkbox[i]->isChecked() == true)
  2. { }
To copy to clipboard, switch view to plain text mode 

The strange is that rest of all property is working fine except the isChecked(). FYI, By default this is returning "false" value.

Please Please could any one give me a "workaround" for this problem.