Changeset 2add354 in sasview for src/sas/qtgui/Utilities/GuiUtils.py
- Timestamp:
- May 9, 2017 3:38:40 AM (8 years ago)
- Branches:
- ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
- Children:
- f7f5796
- Parents:
- 31e4bb8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Utilities/GuiUtils.py
r56b22f9 r2add354 265 265 plot_item.child(0).setData(update_data) 266 266 plot_item.setText(name) 267 # Plot title 268 plot_item.child(1).child(0).setText("Title: %s"%name) 267 269 # Force redisplay 268 270 return
Note: See TracChangeset
for help on using the changeset viewer.