[Qt-interest] [SOLVED] Re: QButtonGroup tutorial

admin at mbnoimi.net admin at mbnoimi.net
Thu May 19 15:18:59 CEST 2011


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.



More information about the Qt-interest-old mailing list