Hi All,
I tried to use icons within my PyQt4-project in menus and in the title
bar, but the icons are not shown after converting the project with
PyInstaller 1.3. I tried different ways to include the icon: simply as
file in the working directory or collected with pyrcc4 in a resource
file.
here the source code using the resource file:
guiicon = QtGui.QIcon(":/snugata.ico")
self.setWindowIcon(guiicon)
Everything is fine until I use PyInstaller.
Is there anyone having any idea????
Thanks,
Flo
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"PyInstaller" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/PyInstaller?hl=en
-~----------~----~----~----~------~----~------~--~---