MCPcopy 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
87int T_TableViewModel::columnCount(const QModelIndex& parent) const
88{
89 return _header.count();
90}
91
92QVariant T_TableViewModel::data(const QModelIndex& index, int role) const
93{

Callers

nothing calls this directly

Calls 1

countMethod · 0.80

Tested by

no test coverage detected