MCPcopy 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

jumpLoginWidgetMethod · 0.80
jumpSettingWidgetMethod · 0.80
slideInWgtMethod · 0.80
setupUiMethod · 0.80
setupUiMethod · 0.80
resizeEventMethod · 0.80
resizeEventMethod · 0.80
doLayoutMethod · 0.80
setupUiMethod · 0.80
NativeEvent.pyFile · 0.80
_resizeWidgetMethod · 0.80
resizeEventMethod · 0.80

Calls 1

doLayoutMethod · 0.95

Tested by 1

setupUiMethod · 0.64