Exemplo n.º 1
0
 def on_txtYLimMax_editingFinished(self):
     float_set_from_lineedit(self.txtYLimMax, self.config, 'yaxis.max',
                             self)
Exemplo n.º 2
0
 def on_txtBeamSize_editingFinished(self):
     float_set_from_lineedit(self.txtBeamSize, self.config, "analysis.beam_size", self)
Exemplo n.º 3
0
 def on_txtYLimMin_editingFinished(self):
     float_set_from_lineedit(self.txtYLimMin, self.config, 'yaxis.min',
                             self)
Exemplo n.º 4
0
 def on_txtXSteps_editingFinished(self):
     float_set_from_lineedit(self.txtXSteps, self.config, 'xaxis.steps',
                             self)
Exemplo n.º 5
0
 def on_txtTemperature_editingFinished(self):
     float_set_from_lineedit(self.txtTemperature, self.config, "analysis.temperature", self)
Exemplo n.º 6
0
 def on_txtBeamSize_editingFinished(self):
     float_set_from_lineedit(self.txtBeamSize, self.config,
                             'analysis.beam_size', self)
Exemplo n.º 7
0
 def on_txtLambda_editingFinished(self):
     float_set_from_lineedit(self.txtLambda, self.config, 'analysis.lambda',
                             self)
Exemplo n.º 8
0
 def on_txtTemperature_editingFinished(self):
     float_set_from_lineedit(self.txtTemperature, self.config,
                             'analysis.temperature', self)
Exemplo n.º 9
0
 def on_txtLambda_editingFinished(self):
     float_set_from_lineedit(self.txtLambda, self.config, 'analysis.lambda', self)
Exemplo n.º 10
0
 def on_txtYLimMax_editingFinished(self):
     float_set_from_lineedit(self.txtYLimMax, self.config, 'yaxis.max', self)
Exemplo n.º 11
0
 def on_txtYLimMin_editingFinished(self):
     float_set_from_lineedit(self.txtYLimMin, self.config, 'yaxis.min', self)
Exemplo n.º 12
0
 def on_txtXSteps_editingFinished(self):
     float_set_from_lineedit(self.txtXSteps, self.config, 'xaxis.steps', self)