Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
741
class
ServerWindow(BackgroundAnimationWidget, FramelessWindow):
Callers
8
__init__
Method · 0.80
setPluginIcon
Method · 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