Ignore:
Timestamp:
Jul 8, 2016 10:13:41 AM (8 years ago)
Author:
Piotr Rozyczko <piotr.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:
a95260d
Parents:
e540cd2
Message:

output console + logging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Perspectives/Invariant/InvariantPerspective.py

    re540cd2 r0cd8612  
    1212from sas.sascalc.invariant import invariant 
    1313from sas.sasgui.guiframe.dataFitting import Data1D 
    14 # from sas.qtgui.GuiUtils import * 
    15 from GuiUtils import * 
     14import GuiUtils 
    1615 
    1716# local 
     
    6766        self._high_power_value  = False 
    6867 
    69         self.communicate = Communicate() 
     68        self.communicate = GuiUtils.Communicate() 
    7069 
    7170        # Mask file selector 
     
    278277 
    279278            # This needs to run in the main thread 
    280             reactor.callFromThread(updateModelItem, self._model_item, variant_item, title) 
     279            reactor.callFromThread(GuiUtils.updateModelItem, self._model_item, variant_item, title) 
    281280 
    282281        if self._high_extrapolate: 
Note: See TracChangeset for help on using the changeset viewer.