Ignore:
Timestamp:
Jan 21, 2019 7:42:40 AM (5 years ago)
Author:
Piotr Rozyczko <piotr.rozyczko@…>
Branches:
ESS_GUI, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_opencl, ESS_GUI_sync_sascalc
Children:
1d6899f
Parents:
8db20a9
Message:

Make the event loop interruptable quickly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/MainWindow/MainWindow.py

    r33c0561 rd541324e  
    5656    app = QApplication([]) 
    5757 
     58    # Make the event loop interruptable quickly 
     59    import signal 
     60    signal.signal(signal.SIGINT, signal.SIG_DFL) 
     61 
    5862    # Main must have reference to the splash screen, so making it explicit 
    5963    splash = SplashScreen() 
Note: See TracChangeset for help on using the changeset viewer.