С
Size: a a a
С
DS
RG
RG
so for let's say that for a year or two we will still be using Qt 5.15 without any bugfix releases.
IK
setCheckable(true);
setAutoExclusive(true);
connect(m_radioBtn, &QRadioButton::toggled, this, &RadioButtonExt::setChecked);
connect(this, &RadioButtonExt::toggled, m_radioBtn, &QRadioButton::setChecked);
FS
IK
FS
IK
toggled
к слоту toggle
, т.к. думал, что это симметричные вещиM
m
BB
BB
M