2 #include <QtConcurrent/QtConcurrent>
11 this->selected =
false;
32 connect(
this,SIGNAL(toggled(
bool)),
this,SLOT(onSelectionChanged(
bool)));
48 void SelectionCheckBox::onSelectionChanged(
bool selected)
56 this->selected = selected;
SelectionCheckBox(QWidget *=NULL)
void selectedChanged(bool)
void needChangeSelection(bool)