- Timestamp:
- Nov 21, 2018 8:32:07 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:
- 9d23e4c
- Parents:
- 99372b6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Fitting/FittingPerspective.py
r99372b6 rfb39f28 88 88 self.plusButton.setText("+") 89 89 self.setCornerWidget(self.plusButton) 90 self.plusButton.setToolTip("Add a new Fit Page") 90 91 self.plusButton.clicked.connect(lambda: self.addFit(None)) 91 92
Note: See TracChangeset
for help on using the changeset viewer.