Changeset 1942f63 in sasview for src/sas/qtgui/MainWindow/DataExplorer.py
- Timestamp:
- Nov 6, 2018 7:38:02 AM (6 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/MainWindow/DataExplorer.py
rb9ab979 r1942f63 100 100 self.communicator.changeDataExplorerTabSignal.connect(self.changeTabs) 101 101 self.communicator.forcePlotDisplaySignal.connect(self.displayData) 102 self.communicator.updateModelFromPerspectiveSignal.connect(self.updateModelFromPerspective) 102 103 103 104 self.cbgraph.editTextChanged.connect(self.enableGraphCombo) … … 369 370 Send selected item data to the current perspective and set the relevant notifiers 370 371 """ 371 # Set the signal handlers372 self.communicator.updateModelFromPerspectiveSignal.connect(self.updateModelFromPerspective)373 374 372 def isItemReady(index): 375 373 item = self.model.item(index) … … 1443 1441 raise AttributeError(msg) 1444 1442 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) 1450 1445 pass 1451 1446
Note: See TracChangeset
for help on using the changeset viewer.