Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cutechess/cutechess
/ takeAt
Method
takeAt
projects/gui/src/tilelayout.cpp:82–88 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
}
81
82
QLayoutItem* TileLayout::takeAt(int index)
83
{
84
if (index >= 0 && index < m_items.size())
85
return m_items.takeAt(index);
86
else
87
return nullptr;
88
}
89
90
int TileLayout::horizontalSpacing() const
91
{
Callers
1
firstRoundPlayers
Method · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected