PDA

View Full Version : warning while processing ui file



dreamer
2nd July 2008, 17:18
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 :



label_3->setPixmap(QPixmap(QString::fromUtf8("images/good.png")));


.........

jpn
5th July 2008, 19:33
What's the content of name.ui? Was it ported from Qt 3 or something?