Changeset fbfc488 in sasview for src/sas/qtgui/Utilities/IPythonWidget.py
- Timestamp:
- Nov 9, 2017 8:43:55 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:
- d6b8a1d
- Parents:
- 7969b9c
- git-author:
- Piotr Rozyczko <rozyczko@…> (11/03/17 10:58:39)
- git-committer:
- Piotr Rozyczko <rozyczko@…> (11/09/17 08:43:55)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Utilities/IPythonWidget.py
r4992ff2 rfbfc488 3 3 from PyQt5 import QtWidgets 4 4 5 ##from PyQt4import QtSvg5 from PyQt5 import QtSvg 6 6 7 7 def new_load_qt(api_options): … … 18 18 # Do some monkey patching to satisfy pyinstaller complaining 19 19 # about pyside/pyqt confusion 20 qt_loaders.load_qt = new_load_qt21 qtconsole_qt_loaders.load_qt = qtconsole_new_load_qt20 #qt_loaders.load_qt = new_load_qt 21 #qtconsole_qt_loaders.load_qt = qtconsole_new_load_qt 22 22 23 23 from qtconsole.rich_jupyter_widget import RichJupyterWidget
Note: See TracChangeset
for help on using the changeset viewer.