-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade some icon #226
base: master
Are you sure you want to change the base?
Upgrade some icon #226
Conversation
@Hierosme |
@probonopd Most of the icons have been replaced. As for the modification of the code, I am sorry that I am not capable enough. You may need to modify it later. |
If fact no: os.path.join() join a list for create a cross platform path by determine the value of os.path.sep ( / or \) From my point the syntax should be logo_pixmap = QtGui.QPixmap(
os.path.join(
os.path.dirname(__file__) ,
'failed.png'
)).scaledToHeight(256, QtCore.Qt.SmoothTransformation) |
Any news of it pull request ? The image path it not a trouble, i can open an other MR and fixe every pure style path trouble. Regards |
Redesign some icons and reduce the capacity occupied by the icon size.