MCPcopy 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
50QLayoutItem* TileLayout::itemAt(int index) const
51{
52 return m_items.value(index, nullptr);
53}
54
55QSize TileLayout::minimumSize() const
56{

Callers 1

mousePressEventMethod · 0.45

Calls 1

valueMethod · 0.80

Tested by

no test coverage detected