Changeset a486918 in sasview for src/sas/qtgui/MainWindow/MainWindow.py
- Timestamp:
- Oct 4, 2018 3:26:00 AM (6 years ago)
- Branches:
- ESS_GUI, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
- Children:
- 37b34a3
- Parents:
- e258c53
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/MainWindow/MainWindow.py
ra80e182 ra486918 32 32 import logging 33 33 logging.error("Application failed with: "+str(ex)) 34 print("Application failed with: ", str(ex))35 34 36 35 def closeEvent(self, event): … … 39 38 else: 40 39 event.ignore() 41 42 40 43 41 def SplashScreen():
Note: See TracChangeset
for help on using the changeset viewer.