Exemplo n.º 1
0
 def __init__(self, parent, editor):
     BaseEditor.__init__(self, parent, editor)
     AlertEditorGuiCreator.__init__(self, parent)
     self.create_gui()
     self._initialize_data()
Exemplo n.º 2
0
 def __init__(self, parent, editor):
     BaseEditor.__init__(self, parent, editor)
     ProgressEditorGuiCreator.__init__(self, parent)
     self.create_gui()
Exemplo n.º 3
0
 def __init__(self, parent, editor):
     BaseEditor.__init__(self, parent, editor)
     ProgressEditorGuiCreator.__init__(self, parent)
     self.create_gui()
Exemplo n.º 4
0
 def __init__(self, parent, editor):
     BaseEditor.__init__(self, parent, editor)
     DescriptionEditorGuiCreator.__init__(self, parent)
     self.create_gui()