QModelIndex 与 QStandardItem互转
Posted 曦花
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了QModelIndex 与 QStandardItem互转相关的知识,希望对你有一定的参考价值。
1、 QModelIndex 转换成QStandardItem
QStandardItem * item=QStandardItemModel::?itemFromIndex(const QModelIndex & index) const
2 、QStandardItem 转换成 QModelIndex
QModelIndex model = QStandardItem::?index() const
以上是关于QModelIndex 与 QStandardItem互转的主要内容,如果未能解决你的问题,请参考以下文章
QAbstractItemModel 和 QModelIndex 之间的相互作用