Ignore:
Timestamp:
Nov 16, 2018 4:44:40 AM (5 years ago)
Author:
Piotr Rozyczko <piotr.rozyczko@…>
Branches:
ESS_GUI, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
Children:
64b9e61
Parents:
ecc5d043
Message:

Added tooltip on COnstraints table.
Added "validate" parameter to Constraint, allowing for looser validation
of complex, multi-fitpage setups.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Perspectives/Fitting/Constraint.py

    recc5d043 r09e0c32  
    1212        self._value_ex = value_ex 
    1313        self._func = func 
    14         self.active = True 
    1514        self._min = min 
    1615        self._max = max 
    1716        self._operator = operator 
     17        self.validate = True 
     18        self.active = True 
    1819 
    1920    @property 
Note: See TracChangeset for help on using the changeset viewer.