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

Method columnCount

HelloAndroid/XlsxTableModel.cpp:82–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82int XlsxTableModel::columnCount(const QModelIndex &parent) const
83{
84 Q_UNUSED(parent)
85 return m_roleCount;
86}
87
88QVariant XlsxTableModel::data(const QModelIndex &index, int role) const
89{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected