c++,qt,qt4,qgroupbox,qbuttongroup
You can only add QAbstractButton derived classes to a QButtonGroup instance. So in your case if you want to handle the a QGroupBox as one of the exclusive items, I think you need to implement it by yourself. Maybe you could connect all SIGNALs from the mentioned widget to the...