Changes in src/sas/qtgui/Utilities/IPythonWidget.py [3933ee9:fbfc488] in sasview
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Utilities/IPythonWidget.py
r3933ee9 rfbfc488 4 4 5 5 from PyQt5 import QtSvg 6 7 from sas.qtgui.Utilities import GuiUtils8 6 9 7 def new_load_qt(api_options): … … 37 35 app = guisupport.get_app_qt4() 38 36 39 font = GuiUtils.getMonospaceFont()40 self.font = font41 42 37 # Create an in-process kernel 43 38 kernel_manager = QtInProcessKernelManager()
Note: See TracChangeset
for help on using the changeset viewer.