Code:
class SplashScreen(QSplashScreen):
def __init__(self, develop=False):
self.drawn_once = False
self.develop = develop
pmap = QIcon(I('library.png', allow_user_override=False)).pixmap(512, 512)
QSplashScreen.__init__(self, pmap)
self.setWindowTitle(__appname__)
Code:
app.setWindowIcon(QIcon(I('library.png', allow_user_override=False)))
Code:
self.system_tray_icon.setIcon(QIcon(I('lt.png', allow_user_override=False)))
Recently changed.
https://github.com/kovidgoyal/calibr...0bd04db191d4e9