Hi,
I am trying to display the icon of an app that I got from the RApaLsSession. I get the full file name and store it in QString. The file name looks something like this: Z:\resources\apps\browserng_aif.mif
Now when I try to set the icon on a QListWidgetItem I do not see the icon. Here is my code:
Any help would be appreciated.Code:QListWidgetItem* item = new QListWidgetItem("Some Text"); item->setIcon(QIcon("Z:\resources\apps\browserng_aif.mif")); ui.listWidget->addItem(item);
Thanks






