Changeset 0cd8612 in sasview for src/sas/qtgui/Perspectives/Invariant
- Timestamp:
- Jul 8, 2016 10:13:41 AM (8 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Invariant/InvariantPerspective.py
re540cd2 r0cd8612 12 12 from sas.sascalc.invariant import invariant 13 13 from sas.sasgui.guiframe.dataFitting import Data1D 14 # from sas.qtgui.GuiUtils import * 15 from GuiUtils import * 14 import GuiUtils 16 15 17 16 # local … … 67 66 self._high_power_value = False 68 67 69 self.communicate = Communicate()68 self.communicate = GuiUtils.Communicate() 70 69 71 70 # Mask file selector … … 278 277 279 278 # 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) 281 280 282 281 if self._high_extrapolate:
Note: See TracChangeset
for help on using the changeset viewer.