MCPcopy Create free account
hub / github.com/PyQt5/PyQtClient / init

Method init

Widgets/Skins/ThemeWidget.py:31–36  ·  view source on GitHub ↗

初始化主题

(self)

Source from the content-addressed store, hash-verified

29 Signals.themeItemAddFinished.connect(self.onThemeItemAddFinished)
30
31 def init(self):
32 """初始化主题
33 """
34 if self.gridLayout.count() > 0:
35 return
36 ThemeThread.start(PixmapWidth, PixmapHeight)
37
38 def doPreviewPrevious(self):
39 """上一个

Callers 3

__init__Method · 0.45
onCategoryChangedMethod · 0.45

Calls 2

countMethod · 0.45
startMethod · 0.45

Tested by

no test coverage detected