Exemplo n.º 1
0
 def __init__(self, parent_widget, calibConfig):
     super(CalibrationConfigView, self).__init__(parent=parent_widget)
     self.setWindowTitle("Configure Calibration")
     #self.SetWindowIcon(QtGui.QIcon('SomeLocalIcon.png'))
     self.presenter = CalibPresenter(calibConfig)
     
     #This needs to run after we've read & set the original calibConfig
     self.setupUI(calibConfig)
     self.updateWidgetStates()