Hi,

I have used the following piece of code to set icon for main application windows :

Qt Code:
  1. QApplication::setWindowIcon(QPixmap("images/configurator.png"));
To copy to clipboard, switch view to plain text mode 

I thought this would set all icons in my windows, but I still get the default qt icon appearing?

Any help is appreciated.

Regards,
Steve