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

Method sizeHint

Widgets/Layouts/FlowLayout.py:113–114  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

111 self.doLayout(rect, False)
112
113 def sizeHint(self):
114 return self.minimumSize()
115
116 def minimumSize(self):
117 size = QSize()

Callers 1

doLayoutMethod · 0.45

Calls 1

minimumSizeMethod · 0.95

Tested by

no test coverage detected