Changes in src/sas/qtgui/Plotting/SlicerParameters.py [d6b8a1d:e90988c] in sasview
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Plotting/SlicerParameters.py
rd6b8a1d re90988c 7 7 from PyQt5 import QtGui 8 8 from PyQt5 import QtWidgets 9 from PyQt5 import QtWebKitWidgets10 9 11 10 import sas.qtgui.Utilities.GuiUtils as GuiUtils … … 87 86 Display generic data averaging help 88 87 """ 89 location = "docs/sphinx-docs/build/html" + \ 90 "/user/sasgui/guiframe/graph_help.html#d-data-averaging" 91 self.helpView = QtWebKitWidgets.QWebView() 92 self.helpView.load(QtCore.QUrl(location)) 93 self.helpView.show() 88 location = "/user/sasgui/guiframe/graph_help.html#d-data-averaging" 89 self.parent.showHelp(location) 94 90 95 91
Note: See TracChangeset
for help on using the changeset viewer.