MCPcopy Create free account
hub / github.com/QtExcel/QXlsx / rowCount

Method rowCount

HelloAndroid/XlsxTableModel.cpp:76–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76int XlsxTableModel::rowCount(const QModelIndex &parent) const
77{
78 Q_UNUSED(parent)
79 return m_the_data.size();
80}
81
82int XlsxTableModel::columnCount(const QModelIndex &parent) const
83{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected