Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyQt5/PyQtClient
/ init
Method
init
Widgets/Skins/ColourfulWidget.py:32–37 ·
view source on GitHub ↗
初始化多彩
(self)
Source
from the content-addressed store, hash-verified
30
self.onColourfulItemAddFinished)
31
32
def
init(self):
33
""
"初始化多彩
34
""
"
35
if
self.gridLayout.count() > 0:
36
return
37
ColourfulThread.start(PixmapWidth, PixmapHeight)
38
39
def
doPreviewPrevious(self):
40
""
"上一个
Callers
nothing calls this directly
Calls
2
count
Method · 0.45
start
Method · 0.45
Tested by
no test coverage detected