MCPcopy Create free account
hub / github.com/cutechess/cutechess / setGeometry

Method setGeometry

projects/gui/src/tilelayout.cpp:67–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67void TileLayout::setGeometry(const QRect& rect)
68{
69 QLayout::setGeometry(rect);
70 doLayout(rect);
71}
72
73QSize TileLayout::sizeHint() const
74{

Callers 1

doLayoutMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected