When i compile my project (Linux workstation), i read from the std output this message:

uic name.ui -o ui_name.h
name.ui: An invalid pixmap property 'pixmap' was encountered.

.....I read the ui_name.h file and the only thing dealing with pixmap is :

Qt Code:
  1. label_3->setPixmap(QPixmap(QString::fromUtf8("images/good.png")));
To copy to clipboard, switch view to plain text mode 

.........