(self, icon)
| 149 | self.horizontalLayout.addWidget(self.deleteBtn) |
| 150 | |
| 151 | def setPluginIcon(self, icon): |
| 152 | if type(self.pluginIcon) is PixmapLabel: |
| 153 | self.pluginIcon.setPixmap(QPixmap(icon)) |
| 154 | else: |
| 155 | self.pluginIcon.setIcon(icon) |
no test coverage detected