Changeset 5032ea68 in sasview for src/sas/qtgui/GuiManager.py


Ignore:
Timestamp:
Jun 14, 2016 2:51:18 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:
a281ab8
Parents:
488c49d
Message:

threaded file load, data object related fixes, more unit tests.

File:
1 edited

Legend:

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

    rf721030 r5032ea68  
    6565        self._current_perspective = self.invariantWidget 
    6666      
    67  
    6867    def fileRead(self, data): 
    6968        """ 
    7069        """ 
    71         #print("FILE %s "%data) 
     70        print("FILE %s "%data) 
    7271        pass 
    7372     
     
    225224    def actionLoadData(self): 
    226225        """ 
    227         """ 
    228         print("actionLoadData TRIGGERED") 
    229         pass 
     226        Load file from Data Explorer 
     227        """ 
     228        self.filesWidget.loadFile() 
    230229 
    231230    def actionLoad_Data_Folder(self): 
    232231        """ 
    233232        """ 
    234         print("actionLoad_Data_Folder TRIGGERED") 
    235         pass 
     233        self.filesWidget.loadFolder() 
    236234 
    237235    def actionOpen_Project(self): 
Note: See TracChangeset for help on using the changeset viewer.