22 ui->GroupComboBox->clear();
23 for (map<string,Elemental_Profile_Set>::iterator it=
data->begin(); it!=
data->end(); it++)
26 ui->GroupComboBox->addItem(QString::fromStdString(it->first));
31 ui->SamplestableView->setModel(samplemodel);
34 ui->SamplestableView->setItemDelegate(samplesDelegate);
39 ui->SamplestableView->setModel(OMSizemodel);
42 ui->SamplestableView->setItemDelegate(omsizecorrectionDelegate);