Is it giving any error now or it is not just displaying icon ?
Instead of loading from resource try it from a fixed path.
For e.g
app.setWindowIcon(QIcon("/root/new_blue.png"));
↧









