Changeset 161713c in sasview for src/sas/qtgui/SlicerModel.py


Ignore:
Timestamp:
Feb 14, 2017 7:14:11 AM (7 years ago)
Author:
Piotr Rozyczko <rozyczko@…>
Branches:
ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
Children:
4c7dd9f
Parents:
7b8485f
Message:

Validate Table View entries in 2D slicer parameter editor - prototype for future use in fitting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/SlicerModel.py

    • Property mode changed from 100755 to 100644
    r3bdbfcc r161713c  
    5252        raise NotImplementedError("Parameter setter must be implemented in derived class.") 
    5353 
     54    def validate(self): 
     55        ''' pure virtual ''' 
     56        raise NotImplementedError("Validator must be implemented in derived class.") 
     57 
Note: See TracChangeset for help on using the changeset viewer.