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/ComplexConstraint.py

    recc5d043 r09e0c32  
    8282        ttip = "Add constraints between all identically named parameters in both fitpages" 
    8383        self.actionAddAll.setToolTip(ttip) 
    84         #self.actionAddAll.setStatusTip(ttip) 
    8584        self.actionAddAll.triggered.connect(self.onSetAll) 
    8685        all_menu.addAction(self.actionAddAll) 
Note: See TracChangeset for help on using the changeset viewer.