QRadioButton

查看按钮是否被选中

ui.radioButton53->isChecked()

选中按钮

ui.radioButton53->setChecked(true);

按钮失效

ui.radioButton53->setEnabled(false);

原文地址:https://www.cnblogs.com/my-cat/p/6654883.html