Changeset aed0532 in sasview for src/sas/qtgui/MainWindow/GuiManager.py
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/MainWindow/GuiManager.py
rd4dac80 raed0532 172 172 Open a local url in the default browser 173 173 """ 174 #location = os.path.join(GuiUtils.HELP_DIRECTORY_LOCATION, url) 174 175 location = GuiUtils.HELP_DIRECTORY_LOCATION + url 175 176 try: … … 779 780 TODO: use QNetworkAccessManager to assure _helpLocation is valid 780 781 """ 781 self.showHelp(self._helpLocation) 782 helpfile = "index.html" 783 self.showHelp(helpfile) 782 784 783 785 def actionTutorial(self):
Note: See TracChangeset
for help on using the changeset viewer.