Changeset 8748751 in sasview for src/sas/qtgui/Utilities/GuiUtils.py
- Timestamp:
- Oct 26, 2018 5:35:55 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:
- 8fad50b
- Parents:
- c18ca00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Utilities/GuiUtils.py
r63467b6 r8748751 285 285 # Tell the data explorer to switch tabs 286 286 changeDataExplorerTabSignal = QtCore.pyqtSignal(int) 287 288 # Plot fitting results (FittingWidget->GuiManager) 289 resultPlotUpdateSignal = QtCore.pyqtSignal(list) 287 290 288 291 def updateModelItemWithPlot(item, update_data, name=""):
Note: See TracChangeset
for help on using the changeset viewer.