Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cutechess/cutechess
/ itemAt
Method
itemAt
projects/gui/src/tilelayout.cpp:50–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
}
49
50
QLayoutItem* TileLayout::itemAt(int index) const
51
{
52
return m_items.value(index, nullptr);
53
}
54
55
QSize TileLayout::minimumSize() const
56
{
Callers
1
mousePressEvent
Method · 0.45
Calls
1
value
Method · 0.80
Tested by
no test coverage detected