PySide6 QRadioButton state reset

PySide6 QRadioButton state reset QRadioButton state reset through QCheckBox unchecking. Principle introduction QRadioButton components are mutually exclusive through the QBottonGroup abstract button container. Then add custom properties to the QCheckBox button to get the object name of the QButtonGroup. Find the QRadioButton added to it through the QButtonGroup object name, and then reset the QRadioButton. […]