Ignore:
Timestamp:
May 11, 2017 2:53:22 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:
d60da0c
Parents:
672b8ab
Message:

Code review fixes SASVIEW-588
Pylint related fixes in Perspectives/Fitting?

File:
1 edited

Legend:

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

    r672b8ab r1bc27f1  
    99 
    1010# Local UI 
    11 from UI.SmearingWidgetUI import Ui_SmearingWidgetUI 
     11from sas.qtgui.Perspectives.Fitting.UI.SmearingWidgetUI import Ui_SmearingWidgetUI 
    1212 
    1313class DataWidgetMapper(QtGui.QDataWidgetMapper): 
     
    4848        self.mapper = None 
    4949 
     50        self.parent = parent 
    5051        # Let only floats in the line edits 
    5152        self.txtSmearDown.setValidator(QtGui.QDoubleValidator()) 
Note: See TracChangeset for help on using the changeset viewer.