Changeset 31c5b58 in sasview for src/sas/qtgui/Perspectives/Invariant/InvariantPerspective.py
- Timestamp:
- Nov 25, 2016 8:56: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:
- 3968752
- Parents:
- 14d9c7b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Invariant/InvariantPerspective.py
r469b4622 r31c5b58 12 12 from sas.sascalc.invariant import invariant 13 13 from sas.sasgui.guiframe.dataFitting import Data1D 14 import GuiUtils 14 #import GuiUtils 15 import sas.qtgui.GuiUtils as GuiUtils 15 16 16 17 # local … … 343 344 """ 344 345 """ 345 _TreeLocation = "html/user/sasgui/perspectives/invariant/invariant_help.html" 346 _TreeLocation = self._manager.HELP_DIRECTORY_LOCATION + \ 347 "/user/sasgui/perspectives/invariant/invariant_help.html" 346 348 self._helpView.load(QtCore.QUrl(_TreeLocation)) 347 349 self._helpView.show()
Note: See TracChangeset
for help on using the changeset viewer.