Changeset 8cb6cd6 in sasview for src/sas/qtgui/GuiUtils.py


Ignore:
Timestamp:
Jul 12, 2016 8:44:53 AM (8 years ago)
Author:
Piotr Rozyczko <piotr.rozyczko@…>
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:
e3ae090
Parents:
a95260d
Message:

Plot handler prototype + append plot functionality

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/GuiUtils.py

    re540cd2 r8cb6cd6  
    217217    progressBarUpdateSignal = QtCore.pyqtSignal(int) 
    218218 
     219    # Workspace charts added/removed 
     220    activeGraphsSignal = QtCore.pyqtSignal(list) 
     221 
    219222 
    220223def updateModelItem(item, update_data, name=""): 
Note: See TracChangeset for help on using the changeset viewer.