MCPcopy
hub / github.com/PyQt5/PyQt / load

Method load

QFlowLayout/HotPlaylist.py:55–60  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

53 self._manager.finished.connect(self.onFinished)
54
55 def load(self):
56 if self.Page == -1 or self.Page > 10:
57 return
58 self.loadStarted.emit(True)
59 # 延迟一秒后调用目的在于显示进度条
60 QTimer.singleShot(1000, self._load)
61
62 def _load(self):
63 print("load url:", Url.format(self.Page * 35))

Callers 3

__init__Method · 0.45
onActionTriggeredMethod · 0.45
HotPlaylist.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected