Changeset 50bfab0 in sasview for src/sas/qtgui/Perspectives/Invariant
- Timestamp:
- Dec 4, 2017 6:43:06 AM (7 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:
- 9387fe3
- Parents:
- 200bd7e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Invariant/InvariantPerspective.py
r6cb305a r50bfab0 63 63 self._model_item = QtGui.QStandardItem() 64 64 65 self._helpView = QtWebKit.QWebView()65 #self._helpView = QtWebKit.QWebView() 66 66 self.detailsDialog = DetailsDialog(self) 67 67 self.detailsDialog.cmdOK.clicked.connect(self.enabling)
Note: See TracChangeset
for help on using the changeset viewer.