Ignore:
Timestamp:
Nov 6, 2018 7:38:02 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:
5584dee
Parents:
b9ab979
git-author:
Piotr Rozyczko <piotr.rozyczko@…> (10/20/18 17:16:40)
git-committer:
Piotr Rozyczko <piotr.rozyczko@…> (11/06/18 07:38:02)
Message:

Merged ESS_GUI_image_viewer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/MainWindow/DataExplorer.py

    rb9ab979 r1942f63  
    100100        self.communicator.changeDataExplorerTabSignal.connect(self.changeTabs) 
    101101        self.communicator.forcePlotDisplaySignal.connect(self.displayData) 
     102        self.communicator.updateModelFromPerspectiveSignal.connect(self.updateModelFromPerspective) 
    102103 
    103104        self.cbgraph.editTextChanged.connect(self.enableGraphCombo) 
     
    369370        Send selected item data to the current perspective and set the relevant notifiers 
    370371        """ 
    371         # Set the signal handlers 
    372         self.communicator.updateModelFromPerspectiveSignal.connect(self.updateModelFromPerspective) 
    373  
    374372        def isItemReady(index): 
    375373            item = self.model.item(index) 
     
    14431441            raise AttributeError(msg) 
    14441442 
    1445         # TODO: Assert other properties 
    1446  
    1447         # Reset the view 
    1448         ##self.model.reset() 
    1449         # Pass acting as a debugger anchor 
     1443        # send in the new item 
     1444        self.model.appendRow(model_item) 
    14501445        pass 
    14511446 
Note: See TracChangeset for help on using the changeset viewer.