42 IndexedQCheckBox(
int index, QWidget* parent =
nullptr) : QCheckBox{parent}, index{index}
44 connect(
this, SIGNAL(stateChanged(
int)),
this, SLOT(emitStateChangedWithIndex(
int)));
54 QCheckBox{text, parent}, index{index}
56 connect(
this, SIGNAL(stateChanged(
int)),
this, SLOT(emitStateChangedWithIndex(
int)));
73 emitStateChangedWithIndex(
int state)