MCPcopy Create free account
hub / github.com/MCSLTeam/MCSL2 / setPluginIcon

Method setPluginIcon

MCSL2Lib/Widgets/pluginWidget.py:151–155  ·  view source on GitHub ↗
(self, icon)

Source from the content-addressed store, hash-verified

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)

Callers 1

Calls 1

setIconMethod · 0.80

Tested by

no test coverage detected