Exemplo n.º 1
0
 def hasAcceptableInput(self):
     return _ConditionWidget.hasAcceptableInput(self) and \
         self._txt_manufacturer.hasAcceptableInput() and \
         self._txt_model.hasAcceptableInput() and \
         self._txt_serial_number.hasAcceptableInput() and \
         self._txt_measurement_unit.hasAcceptableInput() and \
         self._txt_elevation.hasAcceptableInput() and \
         self._txt_azimuth.hasAcceptableInput() and \
         self._txt_distance.hasAcceptableInput() and \
         self._txt_area.hasAcceptableInput() and \
         self._txt_solid_angle.hasAcceptableInput() and \
         self._txt_semi_angle.hasAcceptableInput() and \
         self._txt_temperature.hasAcceptableInput()
Exemplo n.º 2
0
 def hasAcceptableInput(self):
     return _ConditionWidget.hasAcceptableInput(self) and \
         self._txt_start_channel.hasAcceptableInput() and \
         self._txt_end_channel.hasAcceptableInput()
Exemplo n.º 3
0
 def hasAcceptableInput(self):
     return _ConditionWidget.hasAcceptableInput(self) and \
         self._txt_dwell_time.hasAcceptableInput() and \
         self._txt_total_time.hasAcceptableInput() and \
         self._txt_dwell_time_live.hasAcceptableInput()
Exemplo n.º 4
0
 def hasAcceptableInput(self):
     return _ConditionWidget.hasAcceptableInput(self)
Exemplo n.º 5
0
 def hasAcceptableInput(self):
     return _ConditionWidget.hasAcceptableInput(self) and \
         self._txt_quantity.hasAcceptableInput() and \
         self._txt_unit.hasAcceptableInput()
Exemplo n.º 6
0
 def hasAcceptableInput(self):
     return _ConditionWidget.hasAcceptableInput(self) and \
         self._txt_manufacturer.hasAcceptableInput() and \
         self._txt_model.hasAcceptableInput() and \
         self._txt_serial_number.hasAcceptableInput()