Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Liniyous/ElaWidgetTools
/ columnCount
Method
columnCount
ElaWidgetToolsExample/ModelView/T_TableViewModel.cpp:87–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
85
}
86
87
int T_TableViewModel::columnCount(const QModelIndex& parent) const
88
{
89
return _header.count();
90
}
91
92
QVariant T_TableViewModel::data(const QModelIndex& index, int role) const
93
{
Callers
nothing calls this directly
Calls
1
count
Method · 0.80
Tested by
no test coverage detected