示例#1
0
 def __init__(self, document: pyref):
     model = MainWindow(document.model)
     PyGUIObject.__init__(self, model)
示例#2
0
 def __init__(self, app: pyref):
     model = Document(app.model)
     PyGUIObject.__init__(self, model)
     self.model.connect()
示例#3
0
 def __init__(self, document: pyref):
     model = MainWindow(document.model)
     PyGUIObject.__init__(self, model)
示例#4
0
 def __init__(self, document: pyref):
     model = CSVOptions(document.model)
     PyGUIObject.__init__(self, model)
示例#5
0
 def __init__(self, app: pyref):
     model = Document(app.model)
     PyGUIObject.__init__(self, model)
     self.model.connect()
示例#6
0
 def __init__(self, app: pyref):
     model = PrioritizeDialog(app.model)
     PyGUIObject.__init__(self, model)
示例#7
0
 def __init__(self, app: pyref):
     model = PrioritizeDialog(app.model)
     PyGUIObject.__init__(self, model)