Changeset 83d6249 in sasview for src/sas/qtgui/GuiUtils.py


Ignore:
Timestamp:
Feb 16, 2017 6:06:17 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:
2bb20a5, fca1f50
Parents:
4c7dd9f
Message:

Perspectives are now switchable and can be added "dynamically"

File:
1 edited

Legend:

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

    r3bdbfcc r83d6249  
    233233    # Current workspace chart's name changed 
    234234    activeGraphName = QtCore.pyqtSignal(tuple) 
     235 
     236    # Current perspective changed 
     237    perspectiveChangedSignal = QtCore.pyqtSignal(str) 
    235238 
    236239 
Note: See TracChangeset for help on using the changeset viewer.