def __init__(self):
     super().__init__()
     self.algs = []
     self.contextMenuActions = \
         [NewPreconfiguredAlgorithmAction(), DeletePreconfiguredAlgorithmAction()]