def __init__(self, parent):
     DataInProfileManagementItemView.__init__(self, parent)
     self.configureModel(ColumnInProfileItemModel(self))
 def __init__(self, parent):
     DataInProfileManagementItemView.__init__(self, parent, 
                                              askForConfirmationBeforeDeleting=False)
     self.configureModel(GrainSizeTypeInProfileItemModel(self))