Changeset aed0532 in sasview for src/sas/qtgui/Perspectives/Fitting
- Timestamp:
- May 1, 2018 8:45:08 AM (7 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:
- b5cc06e
- Parents:
- 417c03f
- Location:
- src/sas/qtgui/Perspectives/Fitting
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Fitting/ComplexConstraint.py
r725d9c06 raed0532 202 202 try: 203 203 help_location = GuiUtils.HELP_DIRECTORY_LOCATION + \ 204 "/user/ sasgui/perspectives/fitting/fitting_help.html#simultaneous-fits-with-constraints"204 "/user/qtgui/Perspectives/Fitting/fitting_help.html#simultaneous-fits-with-constraints" 205 205 webbrowser.open('file://' + os.path.realpath(help_location)) 206 206 except AttributeError: -
src/sas/qtgui/Perspectives/Fitting/ConstraintWidget.py
rd4dac80 raed0532 230 230 Show the "Fitting" section of help 231 231 """ 232 tree_location = "/user/ sasgui/perspectives/fitting/"232 tree_location = "/user/qtgui/Perspectives/Fitting/" 233 233 234 234 helpfile = "fitting_help.html#simultaneous-fit-mode" -
src/sas/qtgui/Perspectives/Fitting/FittingOptions.py
re90988c raed0532 158 158 """ 159 159 tree_location = GuiUtils.HELP_DIRECTORY_LOCATION 160 tree_location += "/user/ sasgui/perspectives/fitting/"160 tree_location += "/user/qtgui/Perspectives/Fitting/" 161 161 162 162 # Actual file anchor will depend on the combo box index -
src/sas/qtgui/Perspectives/Fitting/FittingWidget.py
rd4dac80 raed0532 1180 1180 Show the "Fitting" section of help 1181 1181 """ 1182 tree_location = "/user/ sasgui/perspectives/fitting/"1182 tree_location = "/user/qtgui/Perspectives/Fitting/" 1183 1183 1184 1184 # Actual file will depend on the current tab -
src/sas/qtgui/Perspectives/Fitting/GPUOptions.py
re90988c raed0532 170 170 """ 171 171 help_location = GuiUtils.HELP_DIRECTORY_LOCATION 172 help_location += "/user/ sasgui/perspectives/fitting/gpu_setup.html"172 help_location += "/user/qtgui/Perspectives/Fitting/gpu_setup.html" 173 173 help_location += "#device-selection" 174 174 # Display the page in default browser -
src/sas/qtgui/Perspectives/Fitting/MultiConstraint.py
r3b3b40b raed0532 142 142 try: 143 143 help_location = GuiUtils.HELP_DIRECTORY_LOCATION + \ 144 "/user/ sasgui/perspectives/fitting/fitting_help.html#simultaneous-fits-with-constraints"144 "/user/qtgui/Perspectives/Fitting/fitting_help.html#simultaneous-fits-with-constraints" 145 145 webbrowser.open('file://' + os.path.realpath(help_location)) 146 146 except AttributeError:
Note: See TracChangeset
for help on using the changeset viewer.