MCPcopy Create free account
hub / github.com/KDAB/KDChart / columnCount

Method columnCount

examples/Sql/main.cpp:65–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63 return sourceModel()->columnCount();
64 }
65 int columnCount(const QModelIndex &) const override
66 {
67 return sourceModel()->rowCount();
68 }
69 QVariant data(const QModelIndex &ind, int role) const override
70 {
71 return sourceModel()->data(mapToSource(ind), role);

Callers 1

rowCountMethod · 0.45

Calls 1

rowCountMethod · 0.45

Tested by

no test coverage detected