Hi. I have a few checkboxes, and I want to do that: if one of this checkboxes is checked, others are not checkable. How to do it? I think, that
Qt Code:
  1. checkBox->isCheckable(false);
To copy to clipboard, switch view to plain text mode 
Will be ok. But I have to place them in special function, and call them ofter. Is any other way to do it?