Changeset b9ab979 in sasview for src/sas/qtgui/Utilities/GuiUtils.py
- Timestamp:
- Nov 6, 2018 5:17:08 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:
- 1942f63
- Parents:
- a0ad146
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Utilities/GuiUtils.py
raed159f rb9ab979 286 286 # Plot fitting results (FittingWidget->GuiManager) 287 287 resultPlotUpdateSignal = QtCore.pyqtSignal(list) 288 289 # show the plot as a regular in-workspace object 290 forcePlotDisplaySignal = QtCore.pyqtSignal(list) 288 291 289 292 def updateModelItemWithPlot(item, update_data, name=""):
Note: See TracChangeset
for help on using the changeset viewer.