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