Changeset 2eeda93 in sasview for src/sas/qtgui/Utilities/GuiUtils.py


Ignore:
Timestamp:
Oct 19, 2018 7:25:25 AM (6 years ago)
Author:
Piotr Rozyczko <piotr.rozyczko@…>
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:
b8dccb8
Parents:
10d57f6
Message:

Working version of Save/Load? Analysis. SASVIEW-983.
Changed the default behaviour of Category/Model? combos:
Selecting a category does not pre-select the first model now.

File:
1 edited

Legend:

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

    r345b3b3 r2eeda93  
    270270    sendDataToGridSignal = QtCore.pyqtSignal(list) 
    271271 
    272     # Action Save Analysis triggered 
    273     saveAnalysisSignal = QtCore.pyqtSignal() 
    274  
    275272    # Mask Editor requested 
    276273    maskEditorSignal = QtCore.pyqtSignal(Data2D) 
     
    577574    if isinstance(data.process, list) and data.process: 
    578575        for process in data.process: 
     576            if process is None: 
     577                continue 
    579578            process_date = process.date 
    580579            process_date_item = QtGui.QStandardItem("Date: " + process_date) 
Note: See TracChangeset for help on using the changeset viewer.