Changeset 5a5e371 in sasview for src/sas/qtgui/Perspectives/Inversion/InversionPerspective.py
- Timestamp:
- Apr 18, 2018 1:13:18 PM (7 years ago)
- 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:
- 917eba5
- Parents:
- ae34d30
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Inversion/InversionPerspective.py
rae34d30 r5a5e371 33 33 34 34 35 # TODO: Update help with batch capabilities36 35 class InversionWindow(QtWidgets.QDialog, Ui_PrInversion): 37 36 """ … … 550 549 self.isBatch = True 551 550 self.performEstimate() 552 self.showBatchOutput()553 551 554 552 def startNextBatchItem(self): … … 564 562 # If no data sets left, end batch calculation 565 563 self.calculateAllButton.setText("Calculate All") 564 self.showBatchOutput() 566 565 self.enableButtons() 567 566
Note: See TracChangeset
for help on using the changeset viewer.