Hi All,

I have developed my application which runs on Blackfin board. It has numerous buttons on it with Icons. But the icons are not getting displayed but the buttons are coming up properly as expected. I have created a folder (Icons) inside my project directory to put all my incons (png files). The implementation is been done in Ubuntu.

In the code part I have implemented something like this,

button->setIcon(QIcon(":/Icons/radio.png"));
button->setIconSize(QSize(40,40));

Please give me your valuable suggestion for this issue.

Regards,
Siva