Changeset 27313b7 in sasview for src/sas/qtgui/GuiUtils.py


Ignore:
Timestamp:
Dec 13, 2016 4:28:07 AM (7 years ago)
Author:
Piotr Rozyczko <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:
63974f0
Parents:
c4e5400
Message:

Added window title GUI for charts

File:
1 edited

Legend:

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

    r8548d739 r27313b7  
    229229    activeGraphsSignal = QtCore.pyqtSignal(list) 
    230230 
     231    # Current workspace chart's name changed 
     232    activeGraphName = QtCore.pyqtSignal(tuple) 
     233 
    231234 
    232235def updateModelItemWithPlot(item, update_data, name=""): 
Note: See TracChangeset for help on using the changeset viewer.