Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi, I'm editing a pc program in PyQT4, how can I add my logo anywhere in the program?
@priscilla-v Did you mean icon of application ? something like this .
app.setWindowIcon(QtGui.QIcon('image.png'))
If taskbar icon for your program then you can refer this.