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

Method resize

QWebChannel/CallEachWithJs.py:49–50  ·  view source on GitHub ↗
(self, width, height)

Source from the content-addressed store, hash-verified

47 # ------- 把非槽函数通过pyqtSlot重新暴露 -------
48 @pyqtSlot(int, int)
49 def resize(self, width, height):
50 super().resize(width, height)
51
52
53if __name__ == '__main__':

Callers 15

__init__Method · 0.95
__init__Method · 0.95
__init__Method · 0.95
__init__Method · 0.95
__init__Method · 0.95
__init__Method · 0.95
__init__Method · 0.95
__init__Method · 0.95
__init__Method · 0.95
__init__Method · 0.95
__init__Method · 0.95
__init__Method · 0.95

Calls

no outgoing calls

Tested by 5

testMethod · 0.36
setupUiMethod · 0.36
__init__Method · 0.36
__init__Method · 0.36
setupUiMethod · 0.36