Changeset fe76fba in sasview for src/sas/qtgui/MainWindow
- Timestamp:
- May 22, 2018 6:53:15 AM (7 years ago)
- Branches:
- ESS_GUI, 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:
- db7d2c7
- Parents:
- 0459591
- git-author:
- Piotr Rozyczko <rozyczko@…> (05/22/18 06:52:37)
- git-committer:
- Piotr Rozyczko <rozyczko@…> (05/22/18 06:53:15)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/MainWindow/GuiManager.py
ra0ed202 rfe76fba 94 94 # Set up the status bar 95 95 self.statusBarSetup() 96 97 # Needs URL like path, so no path.join() here98 self._helpLocation = GuiUtils.HELP_DIRECTORY_LOCATION + "/index.html"99 96 100 97 # Current tutorial location … … 191 188 Open a local url in the default browser 192 189 """ 193 #location = os.path.join(GuiUtils.HELP_DIRECTORY_LOCATION, url)194 190 location = GuiUtils.HELP_DIRECTORY_LOCATION + url 195 191 try: … … 814 810 TODO: use QNetworkAccessManager to assure _helpLocation is valid 815 811 """ 816 helpfile = " index.html"812 helpfile = "/index.html" 817 813 self.showHelp(helpfile) 818 814
Note: See TracChangeset
for help on using the changeset viewer.