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

Method load

QWebView/DreamTree.py:58–59  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

56 self.webView.resize(rect.size())
57
58 def load(self):
59 self.webView.load(QUrl('qrc:/tree.html')) # 加载网页
60
61
62if __name__ == '__main__':

Callers 7

__init__Method · 0.95
__init__Method · 0.45
GetCookie.pyFile · 0.45
DreamTree.pyFile · 0.45
BlockRequest.pyFile · 0.45
PlayFlash.pyFile · 0.45
FlatStyle.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected