src/eric7/UI/SplashScreen.py

branch
eric7
changeset 9448
ea215f7afab3
parent 9221
bf71ee032bb4
child 9473
3f23dbf37dbe
equal deleted inserted replaced
9447:662075aa9361 9448:ea215f7afab3
12 12
13 from PyQt6.QtCore import Qt 13 from PyQt6.QtCore import Qt
14 from PyQt6.QtGui import QPixmap, QColor 14 from PyQt6.QtGui import QPixmap, QColor
15 from PyQt6.QtWidgets import QApplication, QSplashScreen 15 from PyQt6.QtWidgets import QApplication, QSplashScreen
16 16
17 from eric7config import getConfig 17 from eric7.Globals import getConfig
18 18
19 19
20 class SplashScreen(QSplashScreen): 20 class SplashScreen(QSplashScreen):
21 """ 21 """
22 Class implementing a splashscreen for eric. 22 Class implementing a splashscreen for eric.

eric ide

mercurial