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

Method setIcon

MCSL2Lib/ServerControllers/windowCreator.py:737–738  ·  view source on GitHub ↗
(self, icon)

Source from the content-addressed store, hash-verified

735 self.titleLabel.adjustSize()
736
737 def setIcon(self, icon):
738 self.iconLabel.setPixmap(QIcon(icon).pixmap(18, 18))
739
740
741class ServerWindow(BackgroundAnimationWidget, FramelessWindow):

Callers 8

__init__Method · 0.80
setPluginIconMethod · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected