Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
67
void TileLayout::setGeometry(const QRect& rect)
68
{
69
QLayout::setGeometry(rect);
70
doLayout(rect);
71
}
72
73
QSize TileLayout::sizeHint() const
74
{
Callers
1
doLayout
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected