- Timestamp:
- Jan 21, 2019 9:42:40 AM (6 years ago)
- Branches:
- ESS_GUI, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_opencl, ESS_GUI_sync_sascalc
- Children:
- 1d6899f
- Parents:
- 8db20a9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/MainWindow/MainWindow.py
r33c0561 rd541324e 56 56 app = QApplication([]) 57 57 58 # Make the event loop interruptable quickly 59 import signal 60 signal.signal(signal.SIGINT, signal.SIG_DFL) 61 58 62 # Main must have reference to the splash screen, so making it explicit 59 63 splash = SplashScreen()
Note: See TracChangeset
for help on using the changeset viewer.