This commit is contained in:
msincenselee 2018-01-15 17:35:09 +08:00
parent 43b07416da
commit f6e9dcd3bd

View File

@ -27,7 +27,7 @@ def createQApp():
import qdarkstyle
qApp.setStyleSheet(qdarkstyle.load_stylesheet_pyqt5())
except :
print "Unexpected error:", sys.exc_info()[0]
print "Unexpected error when import darkStyle:", sys.exc_info()[0]
# 设置Windows底部任务栏图标
if 'Windows' in platform.uname():