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

Method rowCount

examples/Sql/main.cpp:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 return QModelIndex();
60 }
61 int rowCount(const QModelIndex &) const override
62 {
63 return sourceModel()->columnCount();
64 }
65 int columnCount(const QModelIndex &) const override
66 {
67 return sourceModel()->rowCount();

Callers 1

columnCountMethod · 0.45

Calls 1

columnCountMethod · 0.45

Tested by

no test coverage detected