Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.py
File · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
onCapture
Method · 0.45
setupUi
Method · 0.45
setupUi
Method · 0.45
run
Method · 0.45
setupUi
Method · 0.45
Calls
no outgoing calls
Tested by
1
__init__
Method · 0.36