Changeset 20f4857 in sasview for src/sas/qtgui/MainWindow
- Timestamp:
- Sep 26, 2018 2:46:21 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:
- 8eea1b1
- Parents:
- 9b9ec10
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/MainWindow/GuiManager.py
ree22241 r20f4857 597 597 can be saved to the clipboard 598 598 """ 599 self.communicate.copy FitParamsSignal.emit("Excel")599 self.communicate.copyExcelFitParamsSignal.emit("Excel") 600 600 601 601 def actionLatex(self): … … 604 604 can be saved to the clipboard 605 605 """ 606 self.communicate.copy FitParamsSignal.emit("Latex")606 self.communicate.copyLatexFitParamsSignal.emit("Latex") 607 607 608 608 #============ VIEW =================
Note: See TracChangeset
for help on using the changeset viewer.