I'm using PySide2, within maya 2018, if that matters. A QRadioButton will respond only if clicked in the area of the text, even if the button's rectangle is larger. A QPushButton can be clicked anywhere in its rectangle and it will respond. Can I get the QRadioButton to act like the QPushButton in this respect?