def __init__(self, iconview, editor, model, *args, **kwargs):
        if not self.MODIFIABLE:
            self.__FIXED_NAMES.add(model.name)

        self._model = model
        EDSMEditorItem.__init__(self, iconview, editor, model.readable_name)
        QIconViewItem.__init__(self, iconview, model.readable_name, *args)