예제 #1
0
 def __init__(self, parent, editor):
     BaseEditor.__init__(self, parent, editor)
     AlertEditorGuiCreator.__init__(self, parent)
     self.create_gui()
     self._initialize_data()
예제 #2
0
 def __init__(self, parent, editor):
     BaseEditor.__init__(self, parent, editor)
     ProgressEditorGuiCreator.__init__(self, parent)
     self.create_gui()
예제 #3
0
파일: progresseditor.py 프로젝트: sk/gnumed
 def __init__(self, parent, editor):
     BaseEditor.__init__(self, parent, editor)
     ProgressEditorGuiCreator.__init__(self, parent)
     self.create_gui()
예제 #4
0
 def __init__(self, parent, editor):
     BaseEditor.__init__(self, parent, editor)
     DescriptionEditorGuiCreator.__init__(self, parent)
     self.create_gui()