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