[Qt-interest] problem in QRadioButton

wim.delvaux at adaptiveplanet.com wim.delvaux at adaptiveplanet.com
Mon Mar 16 05:29:21 CET 2009


On Monday 16 March 2009 05:23:00 chandrasekar wagmare wrote:
> hi friends,
>        i am having three radioButtons say "alt", "ctrl" , "del"  and the
> default is alt "checked" ..
>  when the user try clicks the button i want to uncheck  the alt so i set
>           *alt.setChecked(false) *
>  but it is not working why ... and another thing is i disabled the
> remaining two radioButton
>         please help

Apparently in a radiobutton group at least one button must be selected.  Hence 
if you select one you cannot unselect it

W



More information about the Qt-interest-old mailing list