Changeset 318b353e in sasview for src/sas/qtgui/Utilities


Ignore:
Timestamp:
Apr 16, 2018 3:32:25 PM (7 years ago)
Author:
krzywon
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
Message:

Automatically plot P(r) fits when calculated and small tweaks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Utilities/GridPanel.py

    r76567bb r318b353e  
    343343        Open a local url in the default browser 
    344344        """ 
    345         # TODO: Add anchor to batch fitting help when written 
    346345        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" 
    348347        try: 
    349348            webbrowser.open('file://' + os.path.realpath(location + url)) 
Note: See TracChangeset for help on using the changeset viewer.