I have a QGroupBox containing several QRadioButtons. How do I iterate over this group to get the QRadioButtons' "objectName" and "checked" value?

Thanks