eric7/UI/SplashScreen.py

branch
eric7
changeset 8314
e3642a6a1e71
parent 8312
800c432b34c8
child 8318
962bce857696
equal deleted inserted replaced
8313:dac33c7fce07 8314:e3642a6a1e71
12 12
13 from PyQt5.QtCore import Qt 13 from PyQt5.QtCore import Qt
14 from PyQt5.QtGui import QPixmap, QColor 14 from PyQt5.QtGui import QPixmap, QColor
15 from PyQt5.QtWidgets import QApplication, QSplashScreen 15 from PyQt5.QtWidgets import QApplication, QSplashScreen
16 16
17 from eric6config import getConfig 17 from eric7config 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