On 19/05/2011 01:29 م, sudhish kapoor wrote: > What you need to do is set up button with the button group id using > > buttonGroup->setId(button1,1); > > Then you can use the: > buttonGroup->checkedId() > > to get the index of the checked Radio button. It Works... thx.