Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Liniyous/ElaWidgetTools
/ rowCount
Method
rowCount
ElaWidgetToolsExample/ModelView/T_LogModel.cpp:12–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
}
11
12
int T_LogModel::rowCount(const QModelIndex& parent) const
13
{
14
return this->_logList.count();
15
}
16
17
QVariant T_LogModel::data(const QModelIndex& index, int role) const
18
{
Callers
nothing calls this directly
Calls
1
count
Method · 0.80
Tested by
no test coverage detected