Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Liniyous/ElaWidgetTools
/ rowCount
Method
rowCount
ElaWidgetToolsExample/ModelView/T_ListViewModel.cpp:51–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
}
50
51
int T_ListViewModel::rowCount(const QModelIndex& parent) const
52
{
53
return this->_dataList.count();
54
}
55
56
QVariant T_ListViewModel::data(const QModelIndex& index, int role) const
57
{
Callers
nothing calls this directly
Calls
1
count
Method · 0.80
Tested by
no test coverage detected