Changeset 9d130f3 in sasview for src/sas/qtgui/Perspectives/Fitting/FittingPerspective.py
- Timestamp:
- Sep 25, 2018 3:54:04 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:
- 6f6e8e4
- Parents:
- 91f4884
- git-author:
- Piotr Rozyczko <piotr.rozyczko@…> (09/25/18 03:51:38)
- git-committer:
- Piotr Rozyczko <piotr.rozyczko@…> (09/25/18 03:54:04)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Fitting/FittingPerspective.py
rdee9e5f r9d130f3 298 298 page_name = "Page%s"%tab_object.tab_id 299 299 if any([page_name in tab for tab in tabs_for_fitting]): 300 tab_object. setFittingStarted()300 tab_object.disableInteractiveElements() 301 301 302 302 pass … … 315 315 page_name = "Page%s"%tab_object.tab_id 316 316 if any([page_name in tab for tab in tabs_for_fitting]): 317 tab_object. setFittingStopped()317 tab_object.enableInteractiveElements() 318 318 319 319 pass
Note: See TracChangeset
for help on using the changeset viewer.