示例#1
0
 def set_werte(self, neu):
     """
     :type neu: Module.Ergebnis.FitWerte
     """
     self.box_min.setValue(neu.normal_min)
     self.box_max.setValue(neu.normal_max)
     Canvas.set_werte(self, neu)
示例#2
0
 def set_werte(self, neu):
     """
     :type neu: Module.Ergebnis.FitWerte
     """
     self.zeile.setMaximum(self.gui.fit.par.pixel)
     Canvas.set_werte(self, neu)