As shown in the above sample code, the three radio buttons have been put in the QGroupBox so that only one radiobutton can be selected.

however, if I want to clear the current selection and make all radiobutton unselected, what shall I do?

thank you!