PyQt5 QGroupBox with checkbox - disable checkbox only not the child widgets

23 Views Asked by At

in pyqt5 if i have a checkable QGroupBox. Is there any easy way to disable only the checkbox (True - False) but not the child widgets of QGroupBox?

0

There are 0 best solutions below