QRadioButton

setCheckable() 设置按钮是否被选中,选中为True
isChecked() 返回单选钮状态,返回值T或者F
setText() 设置显示文本
text() 返回单选钮显示文本

原文地址:https://www.cnblogs.com/lichunl/p/9622753.html