Changeset e90988c in sasview for src/sas/qtgui/Perspectives/Inversion
- Timestamp:
- Dec 14, 2017 9:51:02 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:
- 7fd20fc, 626c7c5
- Parents:
- 8353d90
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Inversion/InversionPerspective.py
r50bfab0 re90988c 51 51 self._manager = parent 52 52 self._model_item = QtGui.QStandardItem() 53 #self._helpView = QtWebKit.QWebView()54 55 53 self.communicate = GuiUtils.Communicate() 56 54 … … 374 372 Open the P(r) Inversion help browser 375 373 """ 376 tree_location = (GuiUtils.HELP_DIRECTORY_LOCATION + 377 "user/sasgui/perspectives/pr/pr_help.html") 374 tree_location = "/user/sasgui/perspectives/pr/pr_help.html" 378 375 379 376 # Actual file anchor will depend on the combo box index 380 377 # Note that we can be clusmy here, since bad current_fitter_id 381 378 # will just make the page displayed from the top 382 #self._helpView.load(QtCore.QUrl(tree_location)) 383 #self._helpView.show() 379 self._manager.showHelp(tree_location) 384 380 385 381 def toggleBgd(self):
Note: See TracChangeset
for help on using the changeset viewer.