Changeset ee22241 in sasview for src/sas/qtgui/Plotting/SlicerParameters.py
- Timestamp:
- Sep 24, 2018 9:15:49 AM (6 years ago)
- Branches:
- ESS_GUI, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
- Children:
- 2dce1d8
- Parents:
- 712db9e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Plotting/SlicerParameters.py
raed0532 ree22241 4 4 import numpy 5 5 import functools 6 6 7 from PyQt5 import QtCore 7 8 from PyQt5 import QtGui … … 86 87 Display generic data averaging help 87 88 """ 88 location = "/user/qtgui/MainWindow/graph_help.html#d-data-averaging" 89 self.parent.showHelp(location) 90 89 url = "/user/qtgui/MainWindow/graph_help.html#d-data-averaging" 90 GuiUtils.showHelp(url) 91 91 92 92 class ProxyModel(QtCore.QIdentityProxyModel):
Note: See TracChangeset
for help on using the changeset viewer.