Changeset 3717470 in sasview for src/sas/qtgui/Utilities/GridPanel.py
- Timestamp:
- Sep 24, 2018 4:27:30 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:
- 96e8e39
- Parents:
- dad086f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Utilities/GridPanel.py
r4fbf0db r3717470 57 57 if output_data is not None: 58 58 # Set a table tooltip describing the model 59 model_name = list(output_data.keys())[0]59 model_name = output_data[0][0].model.id 60 60 self.tabWidget.setTabToolTip(0, model_name) 61 61
Note: See TracChangeset
for help on using the changeset viewer.