所以我有一个自定义的QAbstractItemModel,它覆盖了以下函数:
QVariant数据(..)const;QVariant headerData(..)const;QModelIndex index(..)const;QModelIndex parent(..)const;int …