(self, iconFileName)
| 1651 | self.calcTrayIcon(iconFileName, self.findInboxUnreadCount()), app) |
| 1652 | |
| 1653 | def setTrayIconFile(self, iconFileName): |
| 1654 | self.currentTrayIconFileName = iconFileName |
| 1655 | self.drawTrayIcon(iconFileName, self.findInboxUnreadCount()) |
| 1656 | |
| 1657 | def calcTrayIcon(self, iconFileName, inboxUnreadCount): |
| 1658 | pixmap = QtGui.QPixmap(":/newPrefix/images/"+iconFileName) |
no test coverage detected