Changeset a95260d in sasview for src/sas/qtgui/Perspectives/Invariant/InvariantPerspective.py
- Timestamp:
- Jul 10, 2016 12:41:19 PM (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:
- 8cb6cd6
- Parents:
- 0cd8612
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Invariant/InvariantPerspective.py
r0cd8612 ra95260d 302 302 variant_item = QtCore.QVariant(high_out_data) 303 303 # This needs to run in the main thread 304 reactor.callFromThread( updateModelItem, self._model_item, variant_item, title)304 reactor.callFromThread(GuiUtils.updateModelItem, self._model_item, variant_item, title) 305 305 306 306 item = QtGui.QStandardItem(str(float('%.5g'% volume_fraction)))
Note: See TracChangeset
for help on using the changeset viewer.