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

Method resize

Demo/Lib/BackingPaint.py:59–61  ·  view source on GitHub ↗
(self, w, h)

Source from the content-addressed store, hash-verified

57 self.requestInterruption()
58
59 def resize(self, w, h):
60 self._resized.set()
61 self._size = QSize(w, h)
62
63 def paintOnGui(self):
64 if self._backingStore and not self._exited.is_set():

Callers 11

__init__Method · 0.45
__init__Method · 0.45
CircleLine.pyFile · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
onCaptureMethod · 0.45
setupUiMethod · 0.45
setupUiMethod · 0.45
runMethod · 0.45
setupUiMethod · 0.45

Calls

no outgoing calls

Tested by 1

__init__Method · 0.36