Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/PyQt5/PyQt
/ setGeometry
Method
setGeometry
QFlowLayout/Lib/flowlayout.py:113–115 ·
view source on GitHub ↗
(self, rect)
Source
from the content-addressed store, hash-verified
111
return
height
112
113
def
setGeometry(self, rect):
114
super(FlowLayout, self).setGeometry(rect)
115
self.doLayout(rect, False)
116
117
def
sizeHint(self):
118
return
self.minimumSize()
Callers
15
jumpLoginWidget
Method · 0.80
jumpSettingWidget
Method · 0.80
slideInWgt
Method · 0.80
setupUi
Method · 0.80
setupUi
Method · 0.80
resizeEvent
Method · 0.80
resizeEvent
Method · 0.80
doLayout
Method · 0.80
setupUi
Method · 0.80
NativeEvent.py
File · 0.80
_resizeWidget
Method · 0.80
resizeEvent
Method · 0.80
Calls
1
doLayout
Method · 0.95
Tested by
1
setupUi
Method · 0.64