Hi all, I am a PyQt4 beginner just in the process of learning. I came across this method setWindowIcon() that is used to set the icon of a window/dialog/widget. But calling that method before calling the show() method doesn't set the icon, but calling it after a call to the show() method, sets it properly. Is there any explanation for this behaviour.
I am using PyQt4 version available on Ubuntu 10.04 and use Gnome desktop environment. Thank you. Regards, Guruprasad. _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
