Changeset 33812c3 in sasview
- Timestamp:
- Oct 26, 2018 5:39:22 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:
- aed159f
- Parents:
- 8fad50b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/MainWindow/MainWindow.py
rb14db78 r33812c3 6 6 from PyQt5.QtWidgets import QApplication 7 7 from PyQt5.QtGui import QPixmap 8 from PyQt5.QtCore import Qt 8 9 import os 9 10 import sys … … 58 59 splash = SplashScreen() 59 60 splash.show() 60 61 app.setAttribute(Qt.AA_EnableHighDpiScaling) 61 62 # fix for pyinstaller packages app to avoid ReactorAlreadyInstalledError 62 63 import sys
Note: See TracChangeset
for help on using the changeset viewer.