Changeset 345b3b3 in sasview for src/sas/qtgui/Perspectives
- Timestamp:
- Oct 9, 2018 4:08:54 PM (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:
- b95d748
- Parents:
- f20ea3f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Fitting/FittingPerspective.py
r20f4857 r345b3b3 337 337 pass 338 338 339 def getCurrentStateAsXml(self): 340 """ 341 Returns an XML version of the current state 342 """ 343 state = {} 344 for tab in self.tabs: 345 pass 346 return state 347 339 348 @property 340 349 def currentTab(self):
Note: See TracChangeset
for help on using the changeset viewer.