21 #include "itksys/SystemTools.hxx"
33 connect(model, SIGNAL(SetProgressReportBegin()),
this, SLOT(show()) );
34 connect(model, SIGNAL(SetProgressReportDone()),
this, SLOT(close()) );
35 connect(model, SIGNAL(SetProgressReportDone()),
this, SLOT(
RemoveLayout()) );
79 connect( bar, SIGNAL(SetValueChanged(
int)), bar, SLOT(setValue(
int)) );
80 connect(
m_Model, SIGNAL(SetProgressReportDone()), bar, SLOT(reset()) );
95 while ((child = this->layout()->takeAt(0)) != 0)
97 delete child->widget();