MCPcopy Create free account
hub / github.com/PyQt5/PyQtClient / setGeometry

Method setGeometry

Widgets/Layouts/FlowLayout.py:109–111  ·  view source on GitHub ↗
(self, rect)

Source from the content-addressed store, hash-verified

107 return height
108
109 def setGeometry(self, rect):
110 super(FlowLayout, self).setGeometry(rect)
111 self.doLayout(rect, False)
112
113 def sizeHint(self):
114 return self.minimumSize()

Callers 4

setupUiMethod · 0.80
_resizeWidgetMethod · 0.80
showEventMethod · 0.80
doLayoutMethod · 0.80

Calls 1

doLayoutMethod · 0.95

Tested by

no test coverage detected