252 splash = NoneSplashScreen() |
252 splash = NoneSplashScreen() |
253 elif not Preferences.getUI("ShowSplash"): |
253 elif not Preferences.getUI("ShowSplash"): |
254 splash = NoneSplashScreen() |
254 splash = NoneSplashScreen() |
255 else: |
255 else: |
256 splash = SplashScreen() |
256 splash = SplashScreen() |
|
257 QCoreApplication.processEvents() |
257 |
258 |
258 # modify the executable search path for the PyQt5 installer |
259 # modify the executable search path for the PyQt5 installer |
259 if Globals.isWindowsPlatform(): |
260 if Globals.isWindowsPlatform(): |
260 pyqtDataDir = Globals.getPyQt5ModulesDirectory() |
261 pyqtDataDir = Globals.getPyQt5ModulesDirectory() |
261 if os.path.exists(os.path.join(pyqtDataDir, "bin")): |
262 if os.path.exists(os.path.join(pyqtDataDir, "bin")): |