Changeset 318b353e in sasview for src/sas/qtgui/Utilities/GridPanel.py
- Timestamp:
- Apr 16, 2018 3:32:25 PM (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:
- 98485fe
- Parents:
- b9e89d5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Utilities/GridPanel.py
r76567bb r318b353e 343 343 Open a local url in the default browser 344 344 """ 345 # TODO: Add anchor to batch fitting help when written346 345 location = GuiUtils.HELP_DIRECTORY_LOCATION 347 url = "/user/sasgui/perspectives/pr/pr_help.html "346 url = "/user/sasgui/perspectives/pr/pr_help.html#batch-fit-mode" 348 347 try: 349 348 webbrowser.open('file://' + os.path.realpath(location + url))
Note: See TracChangeset
for help on using the changeset viewer.