QRadioButton

查看按钮是否被选中

ui.radioButton53->isChecked()

选中按钮

ui.radioButton53->setChecked(true);

按钮失效

ui.radioButton53->setEnabled(false);

posted @ 2017-04-01 10:31  mCat  Views(174)  Comments(0Edit  收藏  举报