View Single Post
Posts: 48 | Thanked: 67 times | Joined on Apr 2010
#26
Just realized a problem after installation.

The folder icons are not shown anymore.

In this code I set the icon, which is available in the ressource folder

Code:
self.m_lw_remote.addItem(QListWidgetItem(QIcon("ressource/folder.xpm"), ftpItem.name(), self.m_lw_remote))
Does someone have a clue why it is not working after deb installation?